CVE-2026-69704 Details
Description
Atals-Livre contains a SQL injection vulnerability that allows attackers to manipulate database queries by passing unsanitized input through a GET parameter to the supp() deletion helper function. Attackers can inject malicious SQL syntax via the vulnerable GET parameter to perform unauthorized database operations including data deletion and extraction.
A SQL injection vulnerability has been identified in Atals-Livre, allowing attackers to manipulate database queries by injecting unsanitized input through a GET parameter into the supp() deletion helper function. This vulnerability enables unauthorized database operations, including data deletion and extraction. It affects Atals-Livre versions through de0893f.
To address this vulnerability, add an 'exit' statement after the authentication check to prevent script execution from continuing without proper credentials. Additionally, modify the SQL query in the 'supp()' function to use prepared statements instead of raw queries, ensuring that user input is properly sanitized before being executed.
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 5, 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 | ExploitTechnical Analysis |
| https://gist.github.com/arjunjaincs/8cd878b6628d587a1139febd40de9ac6 | [email protected] | ExploitTechnical Analysis |
| https://github.com/maximeAmini/Atals-Livre | [email protected] | ProductSource CodeVendor |
| https://www.vulncheck.com/advisories/atals-livre-sql-injection-via-unsanitized-get-parameter-in-supp | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Atals-Livre | <= de0893f |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 4, 2026 | New CVE Received | [email protected] |
Volerion