CVE Catalog

CVE-2026-76821

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.47%

39th percentile - higher than 39% of all known CVEs

Summary

OpenCTI before version 7.260706.0 has a vulnerability in the extractWithRegexp function of the JSON ingestion mapper, which compiles user-supplied regular expressions without validating complexity. An authenticated user with JSON mapper creation permission can provide a catastrophic backtracking pattern, blocking the Node.js event loop and making the GraphQL API unavailable. Scheduled ingestion could repeatedly execute the malicious mapper without additional action.

Risk Assessment

The risk is prolonged unavailability of the OpenCTI platform for all users, potentially disrupting threat intelligence operations. The attack does not expose or modify data but affects availability.

Recommendation

Upgrade OpenCTI to version 7.260706.0 or later immediately and restrict JSON mapper creation permissions to trusted users only.

Other vulnerabilities in OpenCTI

See all
Original NVD description (English source)

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to 7.260706.0, the JSON ingestion mapper's extractWithRegexp formula function compiled a user-supplied regular expression with the JavaScript RegExp engine in opencti-platform/opencti-graphql/src/parser/json-mapper.ts without validating its complexity. An authenticated user with JSON mapper creation permission could provide a catastrophically backtracking pattern and matching ingestion input, blocking the Node.js event loop and making the GraphQL API unavailable to all users. Scheduled ingestion could repeatedly execute the malicious mapper without additional attacker action, and recovery could require disabling the mapper and restarting the process. The issue affects availability and does not expose or modify data. This issue is fixed in version 7.260706.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS