๐Ÿ” CVE Alert

CVE-2026-73160

UNKNOWN 0.0

cti-transmute Unauthenticated SSRF via Hostnames Resolving to Internal IP Addresses

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Affected versions of cti-transmute contain an SSRF vulnerability in the /fetch_misp_event and /misp_search_events endpoints. The URL validation routine checked whether a supplied hostname was itself an IP literal and rejected private, loopback, link-local, or reserved IPs. However, ordinary domain names were accepted without resolving them first. An attacker could therefore use a hostname whose DNS record pointed to an internal address and cause the cti-transmute server to issue requests into its internal network. The commit explicitly states that anonymous callers could make the server request the internal target and read the response. The fix resolves hostnames using socket.getaddrinfo(), checks that every resolved address is globally routable, and additionally places @login_required on both affected MISP fetch/search routes.

CWE CWE-918
Vendor misp
Product cti-transmute
Published Aug 11, 2026
Stay Ahead of the Next One

Get instant alerts for misp cti-transmute

Be the first to know when new unknown vulnerabilities affecting misp cti-transmute are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

MISP / cti-transmute
0 โ‰ค 1.4.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/MISP/cti-transmute/commit/4d29109a6f185d5e7c7f3b906f822ab34403f512

Credits

Jeroen Pinoy Christian Studer