AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-69703

CRITICAL · CVSS 9.8 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

An improper access control vulnerability in Atlas-Livre's admin controllers allows unauthenticated attackers to bypass session-based authentication, enabling them to perform destructive actions such as record deletion through crafted HTTP requests. This critical flaw poses a significant risk to any organization using the affected product, particularly those with sensitive data management needs. Organizations should prioritize remediation to protect against potential exploitation and data loss.

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-69703
Severity
CRITICAL
CVSS
9.8
EPSS
0.46%

Original NVD Description

Atlas-Livre contains an improper access control vulnerability in the admin controllers under Espace_admin/controleur/ that allows unauthenticated attackers to bypass session-based authentication guards by sending raw HTTP requests that ignore redirects. Attackers can invoke destructive admin actions such as record deletion by requesting controller endpoints with GET parameters like supp, because the PHP header() redirect is never followed by an exit or die call, allowing all subsequent code including database operations to execute regardless of session state.