CVE-2026-62143
Last modified
CVE-2026-62143 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. A Server-Side Request Forgery (SSRF) protection bypass existed in the html_to_markdown expansion module of misp-modules. The module attempts to prevent requests to loopback, private, link-local, and other restricted IP address ranges. However, IP addresses were compared against the blocked ranges without first normalising IPv4-mapped IPv6 addresses. An authenticated attacker able to invoke the module could supply an IPv4-mapped IPv6 address, such as: http://[::ffff:127.0.0.1]/ http://[::ffff:169.254.169.254]/ Alternatively, the attacker could use a hostname that resolves to an IPv4-mapped IPv6 address. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
A Server-Side Request Forgery (SSRF) protection bypass existed in the html_to_markdown expansion module of misp-modules. The module attempts to prevent requests to loopback, private, link-local, and other restricted IP address ranges. However, IP addresses were compared against the blocked ranges without first normalising IPv4-mapped IPv6 addresses. An authenticated attacker able to invoke the module could supply an IPv4-mapped IPv6 address, such as: http://[::ffff:127.0.0.1]/ http://[::ffff:169.254.169.254]/ Alternatively, the attacker could use a hostname that resolves to an IPv4-mapped IPv6 address. These addresses were treated as IPv6 addresses and therefore did not match the corresponding blocked IPv4 ranges. Successful exploitation could cause the misp-modules server to connect to services available through its loopback interface, internal network, or link-local network. This could expose internal web services, administrative interfaces, or cloud instance metadata, with retrieved content potentially returned to the attacker as converted Markdown. The vulnerability has been addressed by normalising IPv4-mapped IPv6 addresses to their underlying IPv4 representation before applying the blocked-range checks. URLs without a valid hostname are now also rejected.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/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:Y/R:X/V:X/RE:M/U:Green
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp-modules | <= v3.0.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-62143?
How severe is CVE-2026-62143?
How do I fix CVE-2026-62143?
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-6209Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-6210A type confusion vulnerability in Qt SVG allows an attacker …8.7
- CVE-2026-6211Unrestricted upload of file with dangerous type vulnerabilit…8.7
- CVE-2026-6212Authorization bypass through User-Controlled key vulnerabili…8.8
- CVE-2026-6213A vulnerability in Remote Spark SparkView before build 1122 …10
- CVE-2026-6214The Forminator Forms plugin for WordPress is vulnerable to M…6.5
- CVE-2026-62144An authentication bypass vulnerability in Check Point Securi…9.1
- CVE-2026-62145A vulnerability in Check Point Gaia Portal allows an authent…7.5
- CVE-2026-62147The Tempo Operator's gateway component failed to consistentl…6.5
- CVE-2026-6215A weakness has been identified in DbGate up to 7.1.4. The im…6.3
- CVE-2026-6216A security vulnerability has been detected in DbGate up to 7…3.5
- CVE-2026-62164Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
Are you affected by CVE-2026-62143?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
