Skip to main content

misp-stix CVE-2026-77755

| EUVDEUVD-2026-63881 HIGH
Uncontrolled Resource Consumption (CWE-400)
2026-08-21 CIRCL GHSA-65gx-wjvj-88j8
8.7
CVSS 4.0 · Vendor: CIRCL
Share

Severity by source

Vendor (CIRCL) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/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
vuln.today AI
7.5 HIGH

Network-reachable unauthenticated STIX import per provided CVSS 4.0 PR:N; no confidentiality or integrity impact, only high availability impact from process termination or resource exhaustion.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L

Primary rating from Vendor (CIRCL).

CVSS VectorVendor: CIRCL

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 21, 2026 - 10:36 vuln.today
Analysis Generated
Aug 21, 2026 - 10:36 vuln.today
CVE Published
Aug 21, 2026 - 09:55 cve.org
HIGH 8.7

DescriptionCVE.org

A denial-of-service vulnerability was identified in misp-stix when processing attacker-controlled STIX 1 or STIX 2 documents.

The STIX import code used sys.exit() to handle several parsing and loading failures. Because SystemExit inherits from BaseException rather than Exception, these failures bypassed the exception handlers used by callers of the library. As a result, a malformed STIX document could terminate a long-running importer process instead of returning a recoverable parsing error.

Additionally, no limit was imposed on the size of STIX documents before parsing. A submitted document was therefore read and materialised in memory before its validity or type was evaluated. Depending on the document and parsing path, processing could consume approximately two to seven times the input size in memory, allowing a sufficiently large STIX document to cause excessive memory and CPU consumption and potentially terminate or severely degrade the importing service.

An attacker able to provide STIX content to a MISP-STIX import workflow could exploit either condition to affect availability. A malformed document could cause abnormal process termination through an uncaught SystemExit, while a large document could exhaust resources during deserialisation and conversion.

The fixes replace process-terminating sys.exit() calls with catchable exceptions such as STIXLoadingError and MissingSTIXContentError, and extend exception handling around the complete STIX detection and conversion process. The importer also now enforces an input-size limit before parsing. The default maximum is 100 MB, can be adjusted by callers, and can explicitly be disabled when required. STIX 1 inputs are additionally checked for the expected root element before the complete XML tree is constructed.

ImpactSuccessful exploitation can cause:

  • termination of a long-running MISP-STIX importer;
  • excessive memory allocation;
  • excessive CPU consumption;
  • degradation or temporary unavailability of services relying on the converter;
  • interruption of batch or automated STIX ingestion workflows.

AnalysisAI

Denial-of-service in misp-stix allows remote attackers to terminate long-running MISP importer processes or exhaust host memory and CPU by submitting malformed or oversized STIX 1 or STIX 2 documents. Two distinct conditions combine: parsing failures invoked sys.exit(), which raises SystemExit - a BaseException subclass that bypasses standard except Exception handlers in callers - causing unconditional process termination instead of a recoverable error; and the library materialized full document content in memory before applying any size or validity checks, with processing costs of 2-7x the raw input size enabling resource exhaustion. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Submit malformed or oversized STIX document to import API
Delivery
Importer reads full document into memory before validation
Exploit
Malformed path raises sys.exit() or large document exhausts memory
Execution
SystemExit bypasses all caller exception handlers
Impact
Importer process terminates unconditionally or host OOM-kills the service

Vulnerability AssessmentAI

Exploitation Exploitation requires the ability to submit arbitrary STIX 1 or STIX 2 document content to a running misp-stix import workflow - typically via the MISP event import API, a STIX feed ingestion pipeline, or any integration that passes externally-sourced STIX files to the misp-stix library. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 score of 8.7 (AV:N/AC:L/AT:N/PR:N/UI:N/VA:H/SA:L) reflects no authentication requirement and no special attack preconditions beyond network-reachable STIX import. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker with network access to a MISP instance that accepts STIX document imports submits either a crafted malformed STIX XML or JSON file that triggers a parsing failure, causing sys.exit() to raise an uncaught SystemExit that terminates the importer process, or submits a multi-gigabyte STIX bundle that forces the deserialiser to allocate 2-7x the file size in memory, exhausting host memory and CPU and degrading or crashing the importing service. No public proof-of-concept code has been identified, but both attack primitives require no special tooling beyond the ability to send HTTP requests or inject STIX content into a feed.
Remediation Apply the upstream fix commits e8e732ad and 66119552 available at https://github.com/MISP/misp-stix/commit/e8e732ad and https://github.com/MISP/misp-stix/commit/66119552. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all MISP deployments utilizing STIX import and apply the available patch to the misp-stix component (available from the upstream repository on GitHub). …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-77755 vulnerability details – vuln.today

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