CVE-2025-41002
Received
Received - Intake
SQL Injection in Infoticketing Cart Component Enables Database Manipulation
Publication date: 2026-02-23
Last updated on: 2026-02-23
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
SQL injection vulnerability in Infoticketing. This vulnerability allows
an unauthenticated attacker to retrieve, create, update, and delete the
database by sending a POST request using the 'code'Β parameter in '/components/cart/cartApplyDiscount.php'.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| infoticketing | infoticketing | * |
Helpful Resources
Exploitability
| 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. |