CVE-2026-77710
Last modified
CVE-2026-77710 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | misp-stix | <= 2026.7.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-77710?
How severe is CVE-2026-77710?
How do I fix CVE-2026-77710?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77694The Eventin WordPress plugin before 4.1.19 does not properl…5.3
- CVE-2026-77695The Return Refund and Exchange For WooCommerce WordPress plu…6.5
- CVE-2026-7770IBM i Access Family 1.1.5.0 through 1.1.9.12 IBM i Access Cl…8.8
- CVE-2026-77701The WCFM Marketplace WordPress plugin before 3.8.2 does not…5.3
- CVE-2026-77704The Booking for Appointments and Events Calendar WordPress …2.7
- CVE-2026-7771IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is …5.5
- CVE-2026-7774tarfile.data_filter could be bypassed using crafted link ent…6.9
- CVE-2026-7775IBM Sterling B2B Integrator 6.2.0.0 through 6.2.0.6, 6.2.1.0…4.8
- CVE-2026-77751A path traversal vulnerability existed in the handling of MI…8.8
- CVE-2026-77754The Kirki WordPress plugin before 6.0.14 does not perform a…5.3
- CVE-2026-77755A denial-of-service vulnerability was identified in misp-sti…8.7
- CVE-2026-77757The Directorist: AI-Powered Business Directory, Listings & C…5.4
Are you affected by CVE-2026-77710?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
