CVE-2026-56710
Received Received - Intake

Grav Login Plugin Privilege Escalation via Unlock Handler

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

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: VulnCheck

Description

Grav Login plugin versions before 1.0.16 fail to validate the target account's privilege level in the onApiUserListRowAction unlock handler. An attacker with api.users.write permission can clear login lockout counters on admin.super accounts, removing brute-force protection from the highest-privilege accounts without requiring equivalent permissions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
grav login_plugin to 1.0.16 (exc)
getgrav grav_login_plugin to 1.0.16 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56710 is a privilege escalation flaw in the Grav Login plugin versions before 1.0.16. The vulnerability occurs because the plugin fails to check the privilege level of the target account when handling unlock requests. An attacker with api.users.write permission can exploit this to clear login lockout counters on admin.super accounts, removing brute-force protection from the highest-privilege accounts without needing equivalent permissions.

Detection Guidance

Check Grav Login plugin version with: grep -r 'login_plugin' /path/to/grav/ | grep -v '1.0.16' or via Grav admin panel. Look for unauthorized unlock actions in logs targeting admin.super accounts with api.users.write permissions.

Impact Analysis

This vulnerability allows an attacker with limited permissions to bypass security measures protecting admin.super accounts. By clearing lockout counters, attackers can repeatedly attempt to guess credentials for the most privileged accounts, potentially gaining unauthorized access to critical administrative functions and sensitive data.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by allowing unauthorized access to high-privilege accounts, potentially leading to data breaches or unauthorized modifications. GDPR requires protection of personal data, and HIPAA mandates secure access to sensitive health information. The flaw enables attackers to bypass brute-force protection on admin.super accounts, increasing the risk of unauthorized system access.

Mitigation Strategies

Upgrade Grav Login plugin to version 1.0.16 or later immediately. Review user permissions to ensure no unauthorized accounts have api.users.write access. Monitor admin.super account activity for unusual unlock patterns.

Chat Assistant

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

EPSS Chart