CVE-2026-21887: OpenCTI has a Semi-Blind SSRF via Unvalidated External URL in Data Ingestion Feature
Summary The OpenCTI platform’s data ingestion feature accepts user-supplied URLs without validation and uses the Axios HTTP client with its default configuration (allowAbsoluteUrls: true). This allows attackers to craft requests to arbitrary endpoints, including internal services, because Axios will accept and process absolute URLs.
This results in a semi-blind SSRF, as responses may not be fully visible but can still impact internal systems.
Impact OpenCTI’s data ingestion feature can allow an attacker to make the application send HTTP requests to arbitrary internal or external endpoints. This means an attacker could reach internal services that are not exposed publicly, such as Elasticsearch, Redis, or RabbitMQ, and potentially extract sensitive data or manipulate internal components. In cloud environments, the attacker could target metadata services like AWS, Azure, or GCP to obtain credentials and configuration details, which could lead to full compromise of the infrastructure. Even though the SSRF is semi-blind and the attacker may not see the full response, the ability to interact with internal services can enable enumeration, data exfiltration, and in some cases remote code execution if internal APIs expose dangerous functionality.
Other sources
OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to 6.8.16, the OpenCTI platform’s data ingestion feature accepts user-supplied URLs without validation and uses the Axios HTTP client with its default configuration (allowAbsoluteUrls: true). This allows attackers to craft requests to arbitrary endpoints, including internal services, because Axios will accept and process absolute URLs. This results in a semi-blind SSRF, as responses may not be fully visible but can still impact internal systems. This vulnerability is fixed in 6.8.16.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
pip/pyctito a version that resolves this vulnerability.Fixed in 6.8.16
Event History
Frequently Asked Questions
What is the severity of CVE-2026-21887?
CVE-2026-21887 is classified as a medium severity vulnerability due to its semi-blind SSRF nature.
How do I fix CVE-2026-21887?
To fix CVE-2026-21887, upgrade OpenCTI to version 6.8.16 or later where the vulnerability has been addressed.
What type of vulnerability is CVE-2026-21887?
CVE-2026-21887 is a Server-Side Request Forgery (SSRF) vulnerability caused by unvalidated external URLs.
Which versions of OpenCTI are affected by CVE-2026-21887?
OpenCTI versions prior to 6.8.16 are affected by CVE-2026-21887.
What features in OpenCTI are impacted by CVE-2026-21887?
The Data Ingestion feature in OpenCTI is impacted by CVE-2026-21887 due to its acceptance of unvalidated URLs.