CVE-2026-49491
SQL Injection in Pixa Bank 2.0 via agence-ajax.php
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-49491 is an SQL injection vulnerability found in Pixa Bank 2.0. It allows unauthenticated attackers to inject malicious SQL code into the 'rib' parameter by sending specially crafted POST requests to the agence-ajax.php endpoint.
By exploiting this vulnerability, attackers can use UNION-based SQL payloads to extract sensitive user information such as names, email addresses, and phone numbers from the database.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized disclosure of sensitive user data including personal identifiers like names, email addresses, and phone numbers.
Since the attack requires no authentication, it poses a high risk of data breach, potentially compromising user privacy and trust.
The CVSS v3.1 score of 8.2 indicates a high severity impact, emphasizing the critical nature of this vulnerability.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability in Pixa Bank 2.0 allows unauthenticated attackers to extract sensitive user data such as names, email addresses, and phone numbers via SQL injection. This unauthorized access to personal data can lead to non-compliance with data protection regulations like GDPR and HIPAA, which mandate the protection of personally identifiable information (PII) and sensitive health information.
Specifically, the exposure of such data could result in violations of GDPR's requirements for data confidentiality and integrity, potentially leading to legal penalties and reputational damage. Similarly, for HIPAA, if the data includes protected health information, this breach could constitute a violation of patient privacy rules.