CVE-2026-57996
Received Received - Intake

Privilege Escalation in phpMyFAQ via SuperAdmin Account Creation

Vulnerability report for CVE-2026-57996, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-15

Last updated on: 2026-07-15

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-15
Last Modified
2026-07-15
Generated
2026-07-15
AI Q&A
2026-07-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
phpmyfaq phpmyfaq to 4.1.5 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-269 The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a privilege escalation flaw in phpMyFAQ versions before 4.1.5. It allows non-SuperAdmin administrators with USER_ADD/EDIT/DELETE permissions to create a new SuperAdmin account by exploiting the user/add API endpoint. The attacker sends a crafted POST request to /admin/api/user/add with isSuperAdmin set to true and attacker-chosen credentials. This bypasses intended role separation and grants full control over the phpMyFAQ instance.

Impact Analysis

An attacker can gain full control of your phpMyFAQ instance, including access to all users, configurations, content, and backups. This could lead to data theft, unauthorized modifications, or complete system takeover. The impact is severe as it undermines the intended administrative role separation.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements for data protection and privacy. GDPR and HIPAA mandate strict access controls and data protection measures. A breach could result in legal penalties, reputational damage, and loss of trust.

Detection Guidance

Check phpMyFAQ logs for POST requests to /admin/api/user/add with isSuperAdmin=true. Monitor for new SuperAdmin accounts created by non-SuperAdmin users. Review user management API calls for unauthorized privilege escalation attempts.

Mitigation Strategies

Upgrade phpMyFAQ to version 4.1.5 or later immediately. Review all user accounts for unauthorized SuperAdmin creations. Implement strict access controls for the /admin/api/user/add endpoint. Monitor for suspicious API activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57996. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart