CVE-2026-44381
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMISP 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceSQL injection vulnerability in MISP prior to 2.5.37 where user-controlled ordering parameters (order/sort) from request inputs are incorporated into SQL ORDER BY clauses without proper field name validation. Attackers with access to event or shadow attribute listing endpoints can craft malicious ordering parameter values to manipulate query behavior.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.5.37CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed MISP versionLocate the MISP version file or admin interface - typically found in /var/www/MISP/VERSION or through the MISP web interface under Administration > Server Settings > MISP settings. Compare the version number to 2.5.37.Affected if The installed version is lower than 2.5.37
-
Confirm access to event listing endpointVerify that the account being tested has permission to access the event index/list view. Log in and navigate to the events page or use the /events/index API endpoint.Affected if User has access to the event listing endpoint and can submit request parameters
-
Confirm access to shadow attribute listing endpointVerify that the account has permission to access shadow attribute (proposal) listings. This is typically found under the 'Proposals' section or via /shadow_attributes/index API endpoint.Affected if User has access to shadow attribute listing and can submit request parameters
-
Test ordering parameter acceptanceSubmit a request to the event or shadow attribute listing endpoint with an 'order' or 'sort' parameter in the request (either GET or POST). For example: /events/index?order=somefield or /events/index?sort=fieldname. Observe if the parameter is accepted and affects query results.Affected if The application accepts and processes custom values in the order/sort parameters without rejecting unknown field names
A user is affected if their MISP installation is version 2.5.36 or earlier AND they have access to event or shadow attribute listing endpoints where the order/sort parameter can be controlled.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.5.37
Upgrade MISP to version 2.5.37 or later which includes proper validation of ordering parameter field names before use in SQL queries.
MISP 2.5.37
- Download and install MISP version 2.5.37 or later from the official MISP GitHub repository (github.com/MISP/MISP)
- Verify the upgrade was successful by checking the MISP version in the web interface under Administration -> Server Settings -> MISP settings -> version
- Test that the event and shadow attribute listing endpoints function correctly with various sorting parameters to confirm the vulnerability is patched
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-44381 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-44381 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data