CVE-2026-69703
9.8 CRITICALpublic exploit availablePublished 2026-08-04 · Updated 2026-08-04
AI risk analysis
- Summary
- The flaw allows unauthenticated attackers to bypass session-based authentication and invoke admin actions, leading to potential unauthorized record deletion.
- Exploitability
- Exploitation is relatively easy due to the lack of proper redirect handling after a GET request with specific parameters.
- Blast radius
- If exploited, this could result in significant data loss or corruption by allowing attackers to delete records without authorization.
- Prioritized remediation
- Implement proper session management and ensure that redirects are always followed by an exit or die call to prevent unauthorized access.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
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.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weaknesses
CWE-306
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.