Skip to main content

Atlas-Livre EUVDEUVD-2026-52866

| CVE-2026-69703 CRITICAL
Missing Authentication for Critical Function (CWE-306)
2026-08-04 VulnCheck GHSA-vcrm-cmp2-rj83
9.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
9.3 CRITICAL
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
9.8 CRITICAL

Unauthenticated remote GET reaches admin functions with no user interaction (AV:N/AC:L/PR:N/UI:N); full read/modify/delete of admin data yields C:H/I:H/A:H, scope unchanged.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Aug 04, 2026 - 19:20 vuln.today
CVE Published
Aug 04, 2026 - 18:41 cve.org
CRITICAL 9.3

DescriptionCVE.org

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.

AnalysisAI

Authentication bypass in Atlas-Livre, a PHP guestbook/livre d'or web application by maximeAmini, lets unauthenticated remote attackers reach admin-only controller endpoints under Espace_admin/controleur/ and trigger destructive actions such as record deletion. The flaw stems from PHP redirect guards that call header() without a following exit/die, so protected code keeps executing regardless of session state. No public exploit is confirmed via KEV, though a referenced GitHub gist may contain proof-of-concept material; there is no active-exploitation listing at time of analysis.

Technical ContextAI

The application is written in PHP and follows a controller pattern, with administrative logic in files under Espace_admin/controleur/. Access control relies on a session check that, when the user is unauthenticated, issues a redirect via PHP's header('Location: ...'). Because header() only queues an HTTP response header and does not halt script execution, the absence of a subsequent exit or die means every statement below the guard - including database mutation queries - still runs. This is a textbook instance of CWE-306 (Missing Authentication for Critical Function): the critical function is reachable because the guard is advisory rather than enforcing. Any HTTP client that simply ignores the 302 redirect (curl without -L, a raw socket request, or a script) receives and triggers the full server-side effect. The affected package is identified by CPE cpe:2.3:a:maximeamini:atals-livre (note the vendor's own 'Atals-Livre' spelling), with all versions in scope.

RemediationAI

No vendor-released patch or fixed version has been identified at time of analysis, so remediation currently depends on code-level fixes and access restrictions. The root cause is that every session-check redirect uses header('Location: ...') without halting execution; the primary fix is to add an explicit exit; (or die;) immediately after each such header() call in the admin controllers under Espace_admin/controleur/, ensuring no downstream database code runs for unauthenticated requests - ideally centralizing the auth guard into a single include invoked before any controller logic. As a compensating control until code is fixed, restrict network access to the Espace_admin/ path at the web server or reverse proxy layer (for example, an Nginx/Apache deny rule or HTTP Basic auth on the admin directory), accepting that legitimate admins must connect from an allowed source or supply the extra credential. Blocking or IP-allowlisting the admin endpoints avoids exposing destructive parameters such as supp to the internet; the trade-off is added operational friction for administrators and no protection against an attacker already inside the trusted network segment. Consult the VulnCheck advisory (https://www.vulncheck.com/advisories/atlas-livre-unauthenticated-access-via-admin-controllers-missing-exit) and the upstream repository (https://github.com/maximeAmini/Atals-Livre) for updates.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

EUVD-2026-52866 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy