Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-45262
Published:July 14, 2026
Updated:August 27, 2026
«Live PoC verified 2026-04-30 against a stock FacturaScripts master at "127.0.0.1:8081". A scoped "ApiKey" with "fullaccess=0" and an "ApiAccess" row granting "allowget=1" on the "clientes" resource only (no other rights, no UI session, no admin) issued one "GET /api/3/clientes?filter[(0)UNION%20SELECT%20...]=" request and the response body contained the raw bcrypt hash of the admin user's password ("$2y$12$sLfA/XCqnjqLmYJwK.2V7eUHrHTHcQfkTYYfs1.lxX3OHrsmmkMGO") and the admin's "logkey" cookie value. The leaked "logkey" was injected into a fresh cookie jar and "GET /AdminPlugins" returned 200 with the admin plugin management UI. End-to-end account takeover from a read-only token with no CSRF, no second factor, no rate-limit interaction beyond the default 5-incident IP throttle.» "Core/Where.php::sqlColumn()" exempts any field name that contains both "(" and ")" from identifier escaping. The two API filter builders ("APIModel::getWhereValues" and "ApiAttachedFiles::getWhereValues") feed the raw request key ("$_GET['filter'][$key]") straight into "new DataBaseWhere($key, $value, '=', ...)". When the model's "all()" reaches "Where::multiSqlLegacy" -> "Where::sql()" -> "Where::sqlColumn($key)", the parenthesis branch returns the attacker-controlled string unmodified. The string is concatenated into "WHERE <attacker> = '<value>'", which an attacker can pivot to "WHERE (0)UNION SELECT ... FROM users WHERE(nick='admin')-- = 'value'", leaking arbitrary columns from any table.
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.4
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
9.9
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Server-Side Request Forgery (SSRF)