ZeroHour

CVE-2026-92796

moderate

Authorization Bypass in Manticore Search Lets Read-Only Users Hijack Admin Accounts

CVSS 4.0
8.7 high
EPSS
Published
()
Modified
AI analysis

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.

Affected
Manticore Search>= 27.0.0 and < 28.4.4 (fixed in 28.4.4)
Estimated exposure
moderate≈1,000–10,000 plausibly affected installations (low thousands of internet-exposed instances; unknown number of internal deployments) — Manticore Search is a moderately popular open-source search backend typically run on internal application infrastructure, and internet-wide scans of its MySQL-protocol (9306) and HTTP (9308) ports have historically surfaced only a few…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

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 news

No ingested article mentions this CVE yet.