CVE-2026-69704
Received Received - Intake

SQL Injection in Atals-Livre

Vulnerability report for CVE-2026-69704, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-04

Last updated on: 2026-08-04

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-04
Last Modified
2026-08-04
Generated
2026-08-04
AI Q&A
2026-08-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
atals-livre atals-livre to de0893f (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-69704 is a SQL injection vulnerability in Atals-Livre. It occurs because the supp() function uses an unsanitized GET parameter, allowing attackers to inject malicious SQL code. This can lead to unauthorized database operations like deleting or extracting data.

Detection Guidance

To detect this SQL injection vulnerability in Atals-Livre, inspect HTTP GET requests targeting the supp() function for unsanitized parameters. Monitor database logs for unusual queries or errors indicating SQL injection attempts. Use tools like SQLmap to test for injection points by sending crafted GET parameters to the vulnerable endpoint.

Impact Analysis

Attackers could exploit this to delete or steal sensitive data from the database. They might also manipulate data integrity or disrupt database availability, causing service outages or data loss.

Compliance Impact

This vulnerability could lead to data breaches, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face legal penalties, fines, and reputational damage due to non-compliance.

Mitigation Strategies

Immediately update Atals-Livre to a patched version beyond commit de0893f. Implement input validation and parameterized queries for all GET parameters passed to the supp() function. Restrict database user permissions to limit potential damage from SQL injection attacks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-69704. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart