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.
Published: 2026-06-30
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a missing self‑rights constraint in the GroupController::updatePermissions method within phpMyFAQ. Administrators with GROUP_EDIT privileges can allocate any permissions to a group, regardless of whether they personally hold those permissions. As a result, an attacker who can become a delegated administrator can grant high‑value permissions to a group they belong to and inherit those capabilities, effectively escalating their privileges to full administrative control.

Affected Systems

phpMyFAQ before 4.1.5 is affected. The vulnerable component is the GroupController within the phpMyFAQ application. All installations of phpMyFAQ version 4.1.4 and earlier are susceptible to this escalation path.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity of this privilege escalation. The EPSS score is not available, suggesting limited publicly available exploitation data at this time. The vulnerability is not listed in CISA KEV. Exploitation requires access to a GROUP_EDIT role and the ability to edit group permissions; it is therefore a local or internal attack vector. Once exploited, an attacker can assign themselves powerful rights, compromising the entire application.

Generated by OpenCVE AI on June 30, 2026 at 23:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest phpMyFAQ release (4.1.5 or later) to remove the missing self‑rights check
  • Revoke GROUP_EDIT permissions from users who should not have delegation rights
  • Audit group membership and permission assignments to ensure no inappropriate rights are granted

Generated by OpenCVE AI on June 30, 2026 at 23:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 30 Jun 2026 22:45:00 +0000

Type Values Removed Values Added
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.
Title phpMyFAQ - Privilege Escalation via Missing Self-Rights Constraint in GroupController::updatePermissions
First Time appeared Phpmyfaq
Phpmyfaq phpmyfaq
Weaknesses CWE-269
CPEs cpe:2.3:a:phpmyfaq:phpmyfaq:*:*:*:*:*:*:*:*
Vendors & Products Phpmyfaq
Phpmyfaq phpmyfaq
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': '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'}


Subscriptions

Phpmyfaq Phpmyfaq
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-01T13:15:35.550Z

Reserved: 2026-06-26T17:58:05.796Z

Link: CVE-2026-57995

cve-icon Vulnrichment

Updated: 2026-07-01T13:15:32.207Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T03:30:05Z

Weaknesses
  • CWE-269

    Improper Privilege Management