Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remotely reachable admin API with low complexity and no user interaction, but requires an existing delegated-admin account (PR:L); full SuperAdmin takeover gives high C/I/A within the same instance (S:U).
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
3DescriptionCVE.org
phpMyFAQ before 4.1.5 contains a privilege escalation vulnerability in the user/add API endpoint that allows non-SuperAdmin administrators to create SuperAdmin accounts. A delegated administrator with USER_ADD/EDIT/DELETE permissions can call POST /admin/api/user/add with isSuperAdmin: true and attacker-chosen credentials to create a SuperAdmin account, then authenticate as that account to achieve full instance takeover.
AnalysisAI
Privilege escalation in phpMyFAQ before 4.1.5 lets a delegated administrator holding USER_ADD/EDIT/DELETE rights mint a full SuperAdmin account through the POST /admin/api/user/add endpoint, resulting in complete instance takeover. The flaw stems from a missing SuperAdmin authorization guard, allowing a lower-privileged operator to submit isSuperAdmin: true with attacker-chosen credentials and then log in as that account. Reported by VulnCheck; no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
phpMyFAQ is a PHP-based, self-hosted FAQ/knowledge-base application with a role-based admin panel that distinguishes ordinary (delegated) administrators from SuperAdmins. The vulnerability is classified CWE-269 (Improper Privilege Management): the user-creation API path (/admin/api/user/add) trusts the caller-supplied isSuperAdmin flag without verifying that the requester is itself a SuperAdmin. The CPE cpe:2.3:a:phpmyfaq:phpmyfaq:*:*:*:*:*:*:*:* confirms the application (not a plugin) is affected, across all versions prior to 4.1.5. Because SuperAdmin is the highest trust tier in phpMyFAQ, the missing guard collapses the privilege boundary between delegated admins and full instance owners.
RemediationAI
Upgrade to phpMyFAQ 4.1.5 or later, which adds the missing SuperAdmin authorization check on the user/add endpoint (Vendor-released patch: 4.1.5); see the GitHub Security Advisory GHSA-r2f4-v277-hvw9 at https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-r2f4-v277-hvw9. If immediate patching is not possible, tightly restrict which accounts hold USER_ADD/EDIT/DELETE permissions and remove those rights from any non-trusted delegated administrators, since those permissions are the exploitation prerequisite; this trades away delegated user-management convenience. Additionally, monitor the admin API for POST /admin/api/user/add requests containing isSuperAdmin: true and audit the SuperAdmin account list for unexpected additions, accepting that this is detective rather than preventive. Consider network-restricting access to /admin to trusted management IPs to shrink exposure of the admin API surface.
Insufficient Session Expiration in GitHub repository thorsten/phpmyfaq prior to 3.2.2. Rated critical severity (CVSS 9.8
Authentication Bypass by Capture-replay in GitHub repository thorsten/phpmyfaq prior to 3.1.12. Rated critical severity
Weak Password Requirements in GitHub repository thorsten/phpmyfaq prior to 3.1.12. Rated critical severity (CVSS 9.8), t
Weak Password Requirements in GitHub repository thorsten/phpmyfaq prior to 3.1.8. Rated critical severity (CVSS 9.8), th
Unauthenticated SQL injection in phpMyFAQ before 4.1.2 allows remote attackers to extract credentials, admin tokens, and
In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/stat.ratings.php. Rated high severity (CVS
In phpMyFaq before 2.9.9, there is CSRF in admin/ajax.config.php. Rated high severity (CVSS 8.8), this vulnerability is
In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) for modifying a glossary. Rated high severity (CVSS
In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/stat.main.php. Rated high severity (CVSS 8
phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. Rated high severi
phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. Rated high severi
Improper Privilege Management in GitHub repository thorsten/phpmyfaq prior to 3.1.12. Rated high severity (CVSS 8.8), th
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44632
GHSA-26xw-7hf2-f34q