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.

Description source: CVE List

Exploitation context

Available material

Nuclei templates
1

CISA SSVC decision

ExploitationNone
AutomatableNo
Technical impactTotal

CISA Coordinator · SSVC 2.0.3 · Evaluated May 14, 2026 · Source: CVE List

Affected products and versions

1
ProductSourceVersion rangeStatus
CVE List< 2.5.37affected

Nuclei templates

1
ProjectDiscoveryMEDIUMMISP < 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.

WeaknessesCWE-89
Authorsmalcha
Template tagscvecve2026mispsqli
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Shodan: http.title:"MISP"

Source: ProjectDiscovery

References

1