CVE-2026-44381
MISP: SQL injection via unvalidated ordering parameters in event and shadow attribute listings
Record summary
CVE-2026-44381 has a selected CVSS score of 9.3 (critical); EIP currently links 1 Nuclei template.
Description
MISP is an open source threat intelligence and sharing platform. Prior to 2.5.37, a SQL injection vulnerability existed in the handling of user-controlled ordering parameters in the event and shadow attribute listing endpoints. The affected code accepted order or sort values from request parameters and incorporated them into database query ordering clauses without sufficient validation of the requested field name. An attacker with access to the affected endpoints could craft a malicious ordering parameter to manipulate the generated SQL query. Depending on database permissions and query context, this could potentially allow unauthorized access to data, modification of query behavior, or other database-level impact. This vulnerability is fixed in 2.5.37.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated May 14, 2026 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
| CVE List | < 2.5.37 | affected |
Nuclei templates
1ProjectDiscoveryMEDIUMMISP < 2.5.37 - SQL InjectionCVSS 5.3
MISP before 2.5.37 is vulnerable to SQL injection via the order parameter in EventsController. The POST body order value is passed directly into ORDER BY clauses without validation.
Impact
Attackers can manipulate SQL queries to access or modify unauthorized data, potentially compromising database integrity and confidentiality.
Remediation
Upgrade MISP to version 2.5.37 or later.
Source: ProjectDiscovery