SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-77915

CRITICAL · CVSS 9.8 EPSS 0.40% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-24 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

rConfig versions 8.0.0 to 8.2.12 are vulnerable to an authentication bypass that allows unauthenticated attackers to create accounts with full Administrator privileges. This critical flaw enables attackers to gain access to sensitive device credentials, user data, and issue API tokens, posing a significant risk to system integrity and confidentiality. Organizations using affected versions should prioritize immediate updates to version 8.2.13 or later to mitigate this vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-77915
Severity
CRITICAL
CVSS
9.8
EPSS
0.40%

Original NVD Description

rConfig Core 8.0.0 before 8.2.10 contains an authentication bypass vulnerability that allows unauthenticated attackers to self-register accounts with full Administrator privileges due to a duplicate bare Auth::routes() call in routes/web.php that re-enables the POST /register route after it was explicitly disabled. Attackers can register a new account that is immediately authenticated with Admin-level access because the registration controller does not assign a role and the users.role column defaults to Admin, enabling access to stored device credentials, user data, and API token issuance.