Description
phpMyFAQ versions before v4.1.6 fail to validate the security.enableRegistration setting in API endpoints, allowing attackers to create user accounts when registration is disabled. Attackers can bypass the registration restriction by submitting requests to POST /api/register or POST /api/v3.1/register endpoints, which do not check the configuration flag enforced by the HTML registration page.
Published: 2026-08-19
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in phpMyFAQ versions prior to 4.1.6. The software fails to validate the security.enableRegistration setting on API endpoints, which means attackers can submit POST requests to /api/register or /api/v3.1/register and create user accounts even when registration is disabled. This flaw allows unauthorized account creation, giving an attacker access to the application with the privileges of the created account. The weakness is a lack of proper access control, identified as CWE-862.

Affected Systems

Affected vendors include thorsten’s phpMyFAQ product. Any installation of phpMyFAQ older than version 4.1.6 is vulnerable. The issue applies to all API endpoints that support registration.

Risk and Exploitability

The CVSS score for this issue is 5.3, indicating a moderate severity. Because the flaw is in publicly exposed API endpoints, an attacker with network access can exploit it remotely by sending crafted POST requests. The EPSS score of < 1% indicates a very low likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog, suggesting the available evidence of exploitation is limited. However, the impact of creating unauthorized accounts can be significant if the application grants administrative or sensitive access to new users. The flaw is directly related to unauthorized access, and no additional exploitation prerequisites beyond remote API access are needed.

Generated by OpenCVE AI on August 20, 2026 at 16:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to phpMyFAQ v4.1.6 or later to patch the registration bypass flaw.
  • If an immediate update is not possible, block the /api/register and /api/v3.1/register endpoints using a web‑application firewall or server configuration to prevent account creation via the API.
  • Verify that the configuration setting security.enableRegistration remains true and test that API requests are denied when registration is disabled.

Generated by OpenCVE AI on August 20, 2026 at 16:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Thorsten
Thorsten phpmyfaq
Vendors & Products Thorsten
Thorsten phpmyfaq

Wed, 19 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description phpMyFAQ versions before v4.1.6 fail to validate the security.enableRegistration setting in API endpoints, allowing attackers to create user accounts when registration is disabled. Attackers can bypass the registration restriction by submitting requests to POST /api/register or POST /api/v3.1/register endpoints, which do not check the configuration flag enforced by the HTML registration page.
Title phpMyFAQ before v4.1.6 Registration Bypass via API
First Time appeared Phpmyfaq
Phpmyfaq phpmyfaq
Weaknesses CWE-862
CPEs cpe:2.3:a:phpmyfaq:phpmyfaq:*:*:*:*:*:*:*:*
Vendors & Products Phpmyfaq
Phpmyfaq phpmyfaq
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Phpmyfaq Phpmyfaq
Thorsten Phpmyfaq
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-20T15:23:22.256Z

Reserved: 2026-08-19T11:34:28.576Z

Link: CVE-2026-76209

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-08-19T14:17:46.370

Modified: 2026-09-01T15:21:54.990

Link: CVE-2026-76209

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T16:45:16Z

Weaknesses