Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-76214 – Authentication Bypass via WebAuthn Replay – phpMyFAQ before 4.1.7

Be the first to know when new zero-days emerge:

Summary

CVE-2026-76214 is a critical authentication bypass vulnerability in phpMyFAQ, an open-source FAQ management application, caused by improper handling of WebAuthn login challenges. Because the application never persists the per-login WebAuthn challenge to the database, an attacker who captures a single successful WebAuthn login assertion can replay it indefinitely to authenticate as the victim, without possessing the victim’s hardware security key. The issue affects all phpMyFAQ versions prior to 4.1.7 and carries a CVSS v4.0 base score of 9.1 (Critical).

Technical details

  • Root cause: The prepareForLogin function generates a per-login WebAuthn challenge and stamps it onto the user’s key object in memory, but neither of the WebAuthn login controllers calls the method needed to save the updated key back to the database.
  • Trigger condition: Because the challenge is never persisted, keys re-read from storage during authentication lack a challenge value, and the anti-replay comparison is bypassed by its own null-value guard (intended as a fail-safe, it instead fails open).
  • Attack vector: Network-based; an attacker who obtains a valid WebAuthn assertion (e.g., via network interception, logging, or a proxy) can resend the exact same login request repeatedly and be authenticated each time.
  • Impact: Full authentication bypass — an attacker can log in as the targeted user indefinitely without needing the physical hardware authenticator or any further user interaction, undermining the core replay-protection guarantee of WebAuthn.

Affected software

  • phpMyFAQ versions prior to 4.1.7 (all versions through 4.1.5)
  • Fixed in phpMyFAQ 4.1.7

Severity

  • CVSS v4.0: 9.1 (Critical)CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
  • CVSS v3.1: 7.4 (High) — CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • CWE-294: Authentication Bypass by Capture-replay

Mitigation and recommended actions

  • Immediate: Upgrade phpMyFAQ to version 4.1.7 or later, which persists WebAuthn challenge state correctly and closes the replay window.
  • If patching is not immediately possible: Disable WebAuthn as a login method until the upgrade can be applied, monitor authentication logs for repeated identical login requests, and ensure sessions are terminated/rotated regularly to limit the impact of any replayed assertion.

How IONIX identifies potentially affected assets

IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.

  • Named response header (Set-Cookie): pmf_sid=
  • Meta tag content (application-name): phpMyFAQ followed by a version number
  • Raw response body: by phpMyFAQ followed by a version number

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge