CVE-2026-73160: cti-transmute Unauthenticated SSRF via Hostnames Resolving to Internal IP Addresses

Published Aug 11, 2026
·
Updated

Affected versions of cti-transmute contain an SSRF vulnerability in the /fetchmispevent and /mispsearchevents 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 @loginrequired on both affected MISP fetch/search routes.

Affected Software

1 affected component
cti-transmute

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Add @login_required to the /fetch_misp_event route so anonymous callers cannot trigger SSRF requests.

    cti-transmute /fetch_misp_event @login_required = enabled
  2. Configuration

    Add @login_required to the /misp_search_events route so anonymous callers cannot trigger SSRF requests.

    cti-transmute /misp_search_events @login_required = enabled
  3. Configuration

    Update URL validation to resolve hostnames using socket.getaddrinfo(), then verify that every resolved address is globally routable (reject non-globally-routable targets).

    cti-transmute hostname validation hostname resolution and address routability checks = use socket.getaddrinfo + require globally routable resolved addresses

Event History

Aug 11, 2026
CVE Published
via MITRE·09:01 AM
Data Sourced
via MITRE·09:01 AM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203