Skip to main content

MISP CVE-2026-44381

| EUVDEUVD-2026-30168 CRITICAL
SQL Injection (CWE-89)
2026-05-13 GitHub_M
9.3
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
9.3 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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

Primary rating from Vendor (GitHub_M) · only source for this CVE.

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Analysis Generated
Jun 08, 2026 - 08:28 vuln.today
Patch available
May 13, 2026 - 22:03 EUVD
CVSS changed
May 13, 2026 - 21:22 NVD
9.3 (CRITICAL)

DescriptionCVE.org

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.

AnalysisAI

SQL injection in MISP threat intelligence platform versions prior to 2.5.37 allows remote unauthenticated attackers to manipulate ORDER BY clauses in event and shadow attribute listing endpoints by supplying crafted ordering parameters. The CVSS 4.0 score of 9.3 reflects high impact across confidentiality, integrity, and availability, though EPSS exploitation probability sits at just 0.04% and no public exploit identified at time of analysis. Given MISP's role as a repository of sensitive threat-intelligence data shared between organizations, successful exploitation could expose IOCs, attribution data, and partner-shared intelligence.

Technical ContextAI

MISP (Malware Information Sharing Platform) is a widely deployed open-source threat intelligence platform written in PHP on the CakePHP framework, used by CSIRTs, CERTs, and security teams to share structured indicators of compromise. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), specifically in handling of user-controllable sort/order request parameters that were interpolated into SQL ORDER BY clauses without adequate validation against an allow-list of permitted column names. ORDER BY injection is a well-known sub-class of SQLi that cannot be remediated by parameterized queries alone - column identifiers must be validated against a whitelist because they cannot be bound as parameters. The vulnerability resides in the event and shadow attribute listing endpoints, which are core data-retrieval functions of the platform.

RemediationAI

Upgrade to MISP 2.5.37 or later, which is the vendor-released patch containing the fix per the GHSA-4cxp-22wm-j6jr advisory. Operators unable to upgrade immediately should restrict network access to MISP web endpoints to trusted analyst IP ranges via firewall or reverse-proxy ACLs, require strong authentication on all listing endpoints, and review database account permissions so the MISP application user has only the minimum privileges required (no DROP, FILE, or cross-database access) to limit blast radius of any residual injection. Web Application Firewall rules blocking suspicious ORDER BY / sort parameter values containing SQL metacharacters (parentheses, comma chains, UNION, sleep functions, comments) can provide interim coverage but are bypassable and should not substitute for the upgrade. Review MISP application and database logs for unusual query patterns or errors on event and shadow attribute endpoints prior to patching.

More in Misp

View all
CVE-2018-19908 HIGH POC
8.8 Dec 06

An issue was discovered in MISP 2.4.9x before 2.4.99. Rated high severity (CVSS 8.8), this vulnerability is remotely exp

CVE-2022-29528 CRITICAL POC
9.8 Apr 20

An issue was discovered in MISP before 2.4.158. Rated critical severity (CVSS 9.8), this vulnerability is remotely explo

CVE-2022-48328 CRITICAL POC
9.8 Feb 20

app/Controller/Component/IndexFilterComponent.php in MISP before 2.4.167 mishandles ordered_url_params and additional_de

CVE-2022-29534 HIGH POC
7.5 Apr 20

An issue was discovered in MISP before 2.4.158. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitab

CVE-2023-37306 HIGH POC
7.5 Jun 30

MISP 2.4.172 mishandles different certificate file extensions in server sync. Rated high severity (CVSS 7.5), this vulne

CVE-2021-41326 CRITICAL
9.8 Sep 17

In MISP before 2.4.148, app/Lib/Export/OpendataExport.php mishandles parameter data that is used in a shell_exec call. R

CVE-2018-12649 CRITICAL
9.8 Jun 22

An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. Rated critical severity (CVSS 9.8), this v

CVE-2020-15411 CRITICAL
9.8 Jun 30

An issue was discovered in MISP 2.4.128. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,

CVE-2020-29006 CRITICAL
9.8 Nov 24

MISP before 2.4.135 lacks an ACL check, related to app/Controller/GalaxyElementsController.php and app/Model/GalaxyEleme

CVE-2021-35502 CRITICAL
9.8 Jun 25

app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp in MISP 2.4.144 does not sanitize certain data rel

CVE-2021-39302 CRITICAL
9.8 Aug 19

MISP 2.4.148, in certain configurations, allows SQL injection via the app/Model/Log.php $conditions['org'] value. Rated

CVE-2022-48329 CRITICAL
9.8 Feb 20

MISP before 2.4.166 unsafely allows users to use the order parameter, related to app/Model/Attribute.php, app/Model/Gala

Share

CVE-2026-44381 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy