CVE-2026-57995
Deferred Deferred - Pending Action

Privilege Escalation in phpMyFAQ Group Permissions

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

Publication date: 2026-06-30

Last updated on: 2026-07-01

Assigner: VulnCheck

Description

phpMyFAQ before 4.1.5 contains a privilege escalation vulnerability in GroupController::updatePermissions that allows GROUP_EDIT administrators to grant arbitrary rights to groups without verifying they hold those rights themselves. A delegated administrator can exploit this by assigning high-value permissions to a group they belong to, inheriting those rights and escalating privileges up to full administrative control.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-07-01
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-19
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 exists in phpMyFAQ versions before 4.1.5 within the GroupController::updatePermissions function. It allows administrators with GROUP_EDIT privileges to escalate their rights by granting arbitrary permissions to groups without verifying if they themselves hold those rights.

A delegated administrator can exploit this flaw by assigning high-value permissions to a group they belong to, thereby inheriting those permissions and escalating their privileges up to full administrative control.

Detection Guidance

Detection of this vulnerability involves identifying if your phpMyFAQ installation is running a version before 4.1.5, as those versions are affected by the privilege escalation issue in GroupController::updatePermissions.

You can check the phpMyFAQ version by running commands on the server hosting phpMyFAQ, for example:

  • Navigate to the phpMyFAQ installation directory and check the version file or use the phpMyFAQ interface to find the version number.
  • Use command line to search for the version string in the source code, e.g., `grep -i version /path/to/phpmyfaq/*`.

Additionally, monitoring for unusual permission changes or group permission updates by users with GROUP_EDIT rights could indicate exploitation attempts.

Impact Analysis

The vulnerability can lead to unauthorized privilege escalation, allowing a delegated administrator to gain full administrative control over the phpMyFAQ system.

This can result in unauthorized access to sensitive data, modification or deletion of information, and potential disruption of the system's normal operations.

Compliance Impact

This privilege escalation vulnerability in phpMyFAQ allows delegated administrators to gain full administrative control by assigning arbitrary permissions without proper verification. Such unauthorized privilege escalation can lead to unauthorized access, modification, or deletion of sensitive data.

Because the vulnerability impacts confidentiality, integrity, and availability of data, it can negatively affect compliance with common standards and regulations like GDPR and HIPAA, which require strict access controls and protection of sensitive information.

Failure to properly restrict administrative privileges may result in violations of these regulations, potentially leading to data breaches, unauthorized data processing, and non-compliance penalties.

Mitigation Strategies

The immediate mitigation step is to upgrade phpMyFAQ to version 4.1.5 or later, where this vulnerability has been patched.

Until the upgrade can be applied, restrict GROUP_EDIT administrator permissions to trusted users only, as these users can exploit the vulnerability to escalate privileges.

Review and audit group permissions regularly to detect any unauthorized permission assignments.

Chat Assistant

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

EPSS Chart