Description
grav-plugin-admin is an HTML user interface that provides a way to configure Grav and create and modify pages. In 1.10.52 and earlier, an authenticated attacker with admin.users permission can change the password of any user account, including the super administrator, by sending a direct POST request to /admin/user/{username}?task=save with data[password] because saveUser authorizes the caller's user-management permission but does not verify whether the caller may edit the target user. This issue is expected to be fixed in version 1.10.53.
Published: 2026-07-10
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Grav Admin Plugin 1.10.52 and earlier an authenticated user who holds the admin.users permission can change the password of any user, including the super administrator, by sending a direct POST request to /admin/user/{username}?task=save with the data[password] field. The handler saveUser authorizes the caller's user-management permission but does not verify that the caller is permitted to edit the target account, resulting in an Insecure Direct Object Reference that enables privilege escalation and undermines account security.

Affected Systems

The vulnerability affects installations of the Grav Admin Plugin produced by getgrav, specifically any version 1.10.52 or earlier. Users that have the admin.users permission can trigger the flaw. Versions 1.10.53 and newer contain the fix.

Risk and Exploitability

The flaw carries a CVSS score of 8.7, signifying high severity. Exploitation only requires an authenticated user with the admin.users permission; the attacker can send a POST request to /admin/user/{username}?task=save with a data[password] field to change any user's password, including that of the super administrator. The EPSS score is <1%, indicating a very low but non-zero probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, so the overall risk remains high for affected installations with admin.users privileges.

Generated by OpenCVE AI on July 29, 2026 at 10:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade grav-plugin-admin to version 1.10.53 or later.
  • If immediate upgrade is not possible, remove the admin.users permission from any user who does not require full user-management capability.
  • Audit the permissions granted to all staff accounts to ensure that only authorized users retain admin.users rights.

Generated by OpenCVE AI on July 29, 2026 at 10:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Getgrav
Getgrav grav
Vendors & Products Getgrav
Getgrav grav

Fri, 10 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 10 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description grav-plugin-admin is an HTML user interface that provides a way to configure Grav and create and modify pages. In 1.10.52 and earlier, an authenticated attacker with admin.users permission can change the password of any user account, including the super administrator, by sending a direct POST request to /admin/user/{username}?task=save with data[password] because saveUser authorizes the caller's user-management permission but does not verify whether the caller may edit the target user. This issue is expected to be fixed in version 1.10.53.
Title Grav Admin Plugin — IDOR Privilege Escalation via saveUser()
Weaknesses CWE-639
References
Metrics 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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-10T18:16:10.554Z

Reserved: 2026-07-02T19:53:48.831Z

Link: CVE-2026-59190

cve-icon Vulnrichment

Updated: 2026-07-10T18:16:04.789Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T10:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key