CVE-2026-92796
moderateAuthorization Bypass in Manticore Search Lets Read-Only Users Hijack Admin Accounts
Manticore Search versions 27.0.0 before 28.4.4 contain an incorrect authorization flaw (CWE-863): permission checks are only applied to the first statement of a multi-statement SQL request, so any additional statements are executed without validation. A user holding only read-only privileges can trigger the flaw by appending extra SELECT statements to a single multi-statement request and reading data the account is not authorized to see. By chaining this bypass against credential tables, the attacker obtains administrator password hashes that Manticore accepts directly for authentication, yielding admin-level access without ever recovering a plaintext password. Any Manticore Search deployment in the affected range that exposes its SQL interface to low-privileged users is impacted. No public proof-of-concept is known, the flaw is not in CISA's KEV, and there are no confirmed reports of in-the-wild exploitation.
What to do: Upgrade to Manticore Search 28.4.4 or later. Until patched, restrict the SQL and HTTP interfaces to trusted networks, minimize the number of read-only accounts, and review logs for multi-statement requests containing extra SELECTs against credential tables; rotate administrator credentials if unauthorized queries are found.
| Manticore Search | >= 27.0.0 and < 28.4.4 (fixed in 28.4.4) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
Manticore Search versions 27.0.0 before 28.4.4 fail to validate permissions for all statements in multi-statement SQL requests, allowing read-only users to execute unauthorized queries. Attackers can append additional SELECT statements after the first statement to read credential tables and obtain password hashes that authenticate as administrators without plaintext recovery.
- Weakness
- CWE-863
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
In the news0 stories
No ingested article mentions this CVE yet.