CVE-2026-95679
Last modified
CVE-2026-95679 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. MISP's RequestHandlerComponent automatically decodes XML request bodies on all write requests. The underlying Xml::build() library contains a logic error in its readFile guard condition (readFile && http || https), where PHP operator precedence causes the https branch to bypass the readFile check entirely.
Description
MISP's RequestHandlerComponent automatically decodes XML request bodies on all write requests. The underlying Xml::build() library contains a logic error in its readFile guard condition (readFile && http || https), where PHP operator precedence causes the https branch to bypass the readFile check entirely. As a result, a request body containing a bare HTTPS URL is treated as a locator and fetched by the server. Because the cspReport endpoint accepts XML content type and is unauthenticated by design, an unauthenticated remote attacker can send a POST request with a crafted XML body to cause the MISP server to issue an outbound HTTPS request to an arbitrary target reachable from the server. The attacker does not receive the response body, but can use the vulnerability to probe internal services, trigger actions on internal HTTPS endpoints, or perform timing-based reconnaissance of the server's network environment. The vulnerability affects any MISP deployment where the cspReport endpoint is reachable and the server has network access to internal or external HTTPS services.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-95679?
How severe is CVE-2026-95679?
How do I fix CVE-2026-95679?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-95667The MISP installer scripts (for Debian 12, Debian 13, Ubuntu…6.9
- CVE-2026-9567A security flaw has been discovered in GPAC up to 2.4.0. Aff…3.3
- CVE-2026-95671In MISP, the CollectionsController add() method enforced the…5.3
- CVE-2026-95674In MISP, the queryEnrichment method in EventsController.php …5.3
- CVE-2026-95675D-Link DAP-1360 firmware version 6.14 and earlier contains a…9.8
- CVE-2026-95676A missing/improper authentication vulnerability in the Watch…7.4
- CVE-2026-9568A weakness has been identified in ThingsBoard up to 4.3.1.1.…5
- CVE-2026-95682MISP contains a stored cross-site scripting (XSS) vulnerabil…4.8
- CVE-2026-95683In MISP, the Overmind event view enriches an event with its …5.3
- CVE-2026-95685MISP contains an access control flaw in the EventReports fun…5.3
- CVE-2026-95693In MISP, the EventReport::uploadPicture method in processed …5.3
- CVE-2026-95697MISP contains an authorization flaw in the Organisation mode…5.3
Are you affected by CVE-2026-95679?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
