Skip to main content

Pixa Bank CVE-2026-49491

| EUVDEUVD-2026-33764 HIGH
SQL Injection (CWE-89)
2026-06-01 VulnCheck GHSA-w2ff-cx7w-3pwf
8.8
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.8 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from Vendor (VulnCheck) · only source for this CVE.

CVSS VectorVendor: VulnCheck

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

5
Analysis Updated
Jun 01, 2026 - 22:29 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 01, 2026 - 22:28 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 01, 2026 - 22:22 vuln.today
cvss_changed
CVSS changed
Jun 01, 2026 - 22:22 NVD
8.2 (HIGH) 8.8 (HIGH)
Analysis Generated
Jun 01, 2026 - 22:16 vuln.today

DescriptionCVE.org

Pixa Bank 2.0 contains an SQL injection vulnerability that allows unauthenticated attackers to extract sensitive data by injecting SQL code into the 'rib' parameter. Attackers can send POST requests to the agence-ajax.php endpoint with UNION-based SQL payloads to retrieve user information including names, email addresses, and phone numbers from the database.

AnalysisAI

Unauthenticated SQL injection in Pixa Bank 2.0 allows remote attackers to exfiltrate database contents by submitting UNION-based payloads in the 'rib' parameter of the agence-ajax.php endpoint. Publicly available exploit code exists (Packet Storm) and the issue was disclosed by VulnCheck, making opportunistic exploitation likely against any internet-exposed instance. No public exploit identified at time of analysis as actively exploited in the wild (not on CISA KEV), but the trivial attack complexity and existing PoC elevate practical risk.

Technical ContextAI

Pixa Bank by Pixa Studio is a PHP-based banking/finance web application (cpe:2.3:a:pixastudio:pixa_bank). The flaw is a classic CWE-89 Improper Neutralization of Special Elements used in an SQL Command, where user-supplied input to the 'rib' POST parameter on agence-ajax.php is concatenated into a backend SQL query without parameterization or input sanitization. Because the injection point supports UNION-based extraction, the underlying query is a SELECT that returns data to the response, letting an attacker append additional columns from arbitrary tables - a hallmark of inline string-built SQL in legacy PHP/MySQL stacks.

RemediationAI

No vendor-released patch identified at time of analysis; consult Pixa Studio at https://pixastudio.com/ and the VulnCheck advisory at https://www.vulncheck.com/advisories/pixa-bank-sql-injection-via-agence-ajax-php-api for an official fix. Until a patched release is published, replace the vulnerable SQL construction in agence-ajax.php with parameterized queries (PDO prepared statements or mysqli with bound parameters) on the 'rib' parameter, and add server-side input validation that constrains 'rib' to the expected RIB account-number format (digits/length) - note this is a code change that requires a hotfix deployment. As compensating controls, place a WAF rule in front of agence-ajax.php that blocks SQL meta-characters and the keywords UNION/SELECT/SLEEP in the 'rib' field (trade-off: may break legitimate requests containing unusual characters), restrict access to agence-ajax.php to authenticated session cookies via web server ACLs or .htaccess (side effect: breaks any anonymous front-end flows that rely on this endpoint), and enable database query logging with alerts on UNION patterns to detect exploitation attempts. Rotate any credentials, tokens, or PII previously stored in the database, as data may already be exposed.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-49491 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy