CVE-2026-59190
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedgrav-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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidencegrav-plugin-admin versions 1.10.52 and earlier contain an Insecure Direct Object Reference (IDOR) vulnerability in the saveUser function. An authenticated attacker with admin.users permission can change any user's password, including the super administrator, by sending a direct POST request to /admin/user/{username}?task=save with a crafted data[password] parameter. The function properly checks the caller's general user-management permission but fails to verify whether the caller is authorized to modify the specific target user.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- Authentication
- X
- User interaction
- None
- Scope
- X
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
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm grav-plugin-admin is installedLocate the Grav CMS installation and identify if the admin plugin (grav-plugin-admin) is present in the plugins directory.Affected if The plugin is not installed, the system is not affected by this specific vulnerability.
-
Determine installed plugin versionAccess the plugin's version information through the Grav admin dashboard (Extensions > Plugins > Admin) or inspect the plugin's manifest/configuration file.Affected if The installed version is 1.10.52 or earlier, placing it within the vulnerable range.
-
Verify admin.users permission configurationCheck the user permissions configuration in Grav CMS to determine which users or groups have the admin.users permission assigned.Affected if Any user account other than the super administrator has admin.users permission, creating a potential attacker with exploitation capability.
-
Confirm admin panel accessibilityVerify that the /admin/user endpoint is accessible over the network. Check web server access logs for requests to /admin/user/{username}?task=save patterns.Affected if The admin panel is externally accessible and admin.users permission exists for non-super-admin accounts, the IDOR can be exploited.
A user is affected if grav-plugin-admin version 1.10.52 or earlier is installed AND the admin.users permission is assigned to any authenticated user other than the super administrator, with the admin interface network-accessible.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to grav-plugin-admin version 1.10.53 or later. Until a patch is available, restrict admin.users permission to only highly trusted users and consider implementing additional access controls at the web server layer for user management endpoints.
grav-plugin-admin version 1.10.53
- 1. Backup your Grav installation and database before proceeding
- 2. Navigate to your Grav project directory
- 3. Update grav-plugin-admin to version 1.10.53 or later using Composer: composer update getgrav/grav-plugin-admin
- 4. Alternatively, if using Grav's built-in updater, navigate to Admin panel > Plugins > Admin and check for updates
- 5. Clear any caching after the update: bin/grav clear-cache
- 6. Verify the update was successful by checking the plugin version in Admin > Plugins > Admin
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-59190 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-59190 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data