Description
phpMyFAQ before 4.1.7 contains an authentication bypass vulnerability in SetupController that allows unauthenticated attackers to run database migrations and create configuration backups when maintenance mode is enabled. Attackers can call POST /api/setup/update-database and POST /api/setup/backup endpoints to execute database updates, disable maintenance mode, and extract database credentials from generated ZIP archives.
Published: 2026-08-19
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

phpMyFAQ versions prior to 4.1.7 contain an authentication bypass flaw in the SetupController. Because the API does not validate user authentication when maintenance mode is enabled, an unauthenticated attacker can trigger database migrations and backup operations. This bypass allows the attacker to modify application data, disable maintenance mode, and extract database credentials from backup ZIP files. The primary consequence is unauthorized access to the underlying database, which can lead to full data compromise.

Affected Systems

The affected product is phpMyFAQ, a web‑based help desk and FAQ system. All installations running a phpMyFAQ instance version earlier than 4.1.7 are vulnerable. The vulnerability is activated when the 'maintenance mode' setting is enabled in the configuration. No other vendors or products are listed.

Risk and Exploitability

The CVSS v3 base score of 6.9 indicates a moderate severity. The EPSS score of 0.00397 (less than 1%) indicates a very low probability of exploitation, and the vulnerability is not in the CISA KEV catalog. Exploitation requires the application to be in maintenance mode, but otherwise no special conditions are reported. Attackers can use simple HTTP POST requests to /api/setup/update-database and /api/setup/backup to run migrations, disable maintenance mode, and download configuration archives that reveal database credentials. In practice, the attack surface is limited to users who can reach the setup API endpoints over the network.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update phpMyFAQ to version 4.1.7 or later to apply the vendor patch that authenticates setup API calls.
  • If an update is not immediately possible, manually disable maintenance mode in the configuration file before exposing the application to the network.
  • Restrict external access to the /api/setup endpoints by implementing network firewall rules or requiring authentication at the web server level.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description phpMyFAQ before 4.1.7 contains an authentication bypass vulnerability in SetupController that allows unauthenticated attackers to run database migrations and create configuration backups when maintenance mode is enabled. Attackers can call POST /api/setup/update-database and POST /api/setup/backup endpoints to execute database updates, disable maintenance mode, and extract database credentials from generated ZIP archives.
Title phpMyFAQ before 4.1.7 Authentication Bypass via Setup API
First Time appeared Phpmyfaq
Phpmyfaq phpmyfaq
Weaknesses CWE-306
CPEs cpe:2.3:a:phpmyfaq:phpmyfaq:*:*:*:*:*:*:*:*
Vendors & Products Phpmyfaq
Phpmyfaq phpmyfaq
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Phpmyfaq Phpmyfaq
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-19T15:30:39.107Z

Reserved: 2026-08-18T15:05:54.226Z

Link: CVE-2026-75919

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-01T16:05:11.070

Link: CVE-2026-75919

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function