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.
Published: 2026-08-04
Score: 7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A crafted SQL injection vulnerability exists in the supp() deletion helper of Atals‑Livre. By passing unsanitized input through a GET parameter, an attacker can inject arbitrary SQL commands. The flaw allows the execution of unauthorized operations such as extracting sensitive data or deleting records, compromising confidentiality and integrity of the database. The weakness is a classic parameterized query problem, cataloged as CWE‑89.

Affected Systems

The affected product is Atals‑Livre developed by maximeAmini. No specific version details were provided in the advisory, so all released builds of the application may be susceptible.

Risk and Exploitability

The common vulnerability scoring system assigns a CVSS score of 7, indicating high severity. The EPSS value is not available, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires the attacker to deliver a malformed GET request to the supp() endpoint, which is typically reachable over the network; thus the attack vector is likely public or within an untrusted network segment. Once the injection succeeds, an adversary can manipulate or extract data without additional privileges.

Generated by OpenCVE AI on August 4, 2026 at 20:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s latest patch or upgrade to a newer release where the SQL injection is fixed
  • Restrict access to the supp() endpoint by enforcing authentication or firewall rules, limiting exposure to trusted users or networks
  • Revise the code to use prepared statements or parameterized queries for all database interactions, eliminating reliance on unsanitized input
  • Review application logs for unexpected query patterns that may indicate exploitation attempts

Generated by OpenCVE AI on August 4, 2026 at 20:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
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.
Title Atals-Livre SQL Injection via Unsanitized GET Parameter in supp()
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-04T18:47:05.196Z

Reserved: 2026-08-03T21:33:22.018Z

Link: CVE-2026-69704

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T20:30:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')