CVE-2026-77710
Received Received - Intake

STIX Document Import Spoofing in MISP

Vulnerability report for CVE-2026-77710, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: CIRCL

Description

A vulnerability in misp-stix could allow a crafted STIX document to influence security-sensitive MISP attribute metadata during import. The STIX import logic automatically selected between the internal MISP parser and the external STIX parser based on metadata contained in the STIX document itself. For STIX2, the presence of MISP-specific tool labels could cause a document to be classified as originating from MISP; similarly, STIX1 relied on the document title. These classification indicators are fully controlled by the STIX producer and therefore cannot constitute a trusted indication of the document's origin. The accompanying fix explicitly notes that the parser choice was previously based solely on labels or header titles that any producer could write, and introduces an explicit classification parameter allowing callers to override this detection. When STIX2 content was handled as an internal MISP export, attributes contained in an x-misp-object were converted by copying the complete x_misp_attributes dictionary and passing it directly to misp_object.add_attribute(). Consequently, a crafted STIX bundle could supply fields that were not part of the expected STIX-to-MISP round-trip format, including security-sensitive properties such as distribution, sharing_group_id, tags, or other MISP attribute fields. An attacker able to provide a STIX document for import could therefore spoof the markers used to identify MISP-generated content and inject additional attribute properties. This could alter the distribution, sharing restrictions, classification, or semantic metadata of imported attributes, potentially causing information to be shared contrary to the importing organization's policy or influencing downstream processing and automation based on attacker-controlled tags or metadata. The vulnerability results from dynamically assigning externally supplied object properties without restricting them to an expected set of attributes, matching CWE-915. MITRE specifically describes this weakness as accepting externally influenced fields without controlling which object attributes may be modified and recommends an allow-list, which is the approach implemented by the patch. The parser-selection issue additionally corresponds to CWE-807, because an untrusted value was used to make a security-relevant trust/classification decision. The attack is also consistent with CAPEC-153 (Input Data Manipulation), in which an attacker controls the structure or flags of supplied data so that the target selects a different processing path or interprets the content differently than intended.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-21
Last Modified
2026-08-21
Generated
2026-08-21
AI Q&A
2026-08-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
misp misp-stix *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in misp-stix allows a crafted STIX document to manipulate security-sensitive MISP attribute metadata during import. The issue stems from two problems: 1) The parser selection for STIX documents was based on untrusted metadata like labels or titles that any producer could fake, and 2) When processing STIX2 content as internal MISP exports, the system copied all fields from x-misp-objects without restriction, including sensitive fields like distribution, sharing_group_id, or tags. This could let attackers alter how information is shared or classified.

The vulnerability matches CWE-915 (improperly controlled modification of object attributes) and CWE-807 (use of untrusted input for security decisions). It also aligns with CAPEC-153 (input data manipulation) where attackers control data structure to change processing paths.

Detection Guidance

To detect this vulnerability, monitor MISP logs for STIX import warnings or errors. Check for dropped fields during STIX2 import using the updated converter. Look for discrepancies between detected and specified classification in logs. Commands may include checking MISP logs for import events and verifying the converter version matches the patched release.

Impact Analysis

If you import STIX documents into MISP, an attacker could craft a malicious document that changes how attributes are distributed, shared, or tagged. This might cause sensitive information to be shared with unintended parties or trigger incorrect automation rules based on attacker-controlled metadata. The impact includes potential data leaks, policy violations, or disruption of MISP's processing workflows.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data sharing without consent), HIPAA (unauthorized disclosure of protected health information), or other regulations by enabling unauthorized sharing of sensitive data. The ability to alter distribution settings or sharing groups might violate data protection requirements for controlled information handling.

Mitigation Strategies

Update the misp-stix converter to the patched version. For STIX imports, use the new --classification parameter to explicitly set internal or external classification. Review and restrict STIX import sources to trusted producers. Monitor logs for dropped fields or misclassification warnings after applying the fix.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-77710. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart