CVE-2026-69703 Details
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.
A vulnerability in Atlas-Livre's admin controllers allows unauthenticated attackers to bypass session-based authentication. This is achieved by sending raw HTTP requests that ignore redirects, exploiting the fact that the PHP header() function used for redirection does not terminate script execution. As a result, attackers can access controller endpoints with GET parameters, such as 'supp', to invoke destructive actions like deleting records. This vulnerability arises because the authentication check fails to properly validate session states before executing critical database operations.
To address this vulnerability, add an 'exit' or 'die' call after the header() redirect in all affected controller files. Additionally, implement proper authentication checks to ensure that only authorized users can access critical admin functions.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 4, 2026CISA-ADP
Assessed Aug 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gist.github.com/arjunjaincs/8cd878b6628d587a1139febd40de9ac6 | CISA-ADP | BundleExploitRemedy |
| https://gist.github.com/arjunjaincs/8cd878b6628d587a1139febd40de9ac6 | [email protected] | BundleExploitRemedy |
| https://github.com/maximeAmini/Atals-Livre | [email protected] | ProductSource CodeVendor |
| https://www.vulncheck.com/advisories/atlas-livre-unauthenticated-access-via-admin-controllers-missing-exit | [email protected] | AdvisoryTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Atals-Livre | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 4, 2026 | CVE Modified | CISA-ADP |
| Aug 4, 2026 | New CVE Received | [email protected] |
Volerion