CVE-2026-69703 PUBLISHED

Atlas-Livre Unauthenticated Access via Admin Controllers Missing Exit

Assigner: VulnCheck
Reserved: 03.08.2026 Published: 04.08.2026 Updated: 04.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor maximeAmini
Product Atals-Livre
Versions Default: affected
  • affected from 0 to de0893f (incl.)

Credits

  • Arjun Jain reporter

References

Problem Types

  • Missing Authentication for Critical Function CWE