CVE-2026-49234
Analyzed Analyzed - Analysis Complete

Routinator Denial of Service via Non-UTF-8 API Input

Vulnerability report for CVE-2026-49234, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-08

Last updated on: 2026-06-12

Assigner: NLnet Labs

Description

When sending a specifically crafted non-UTF-8 string as select-asn query parameter to the /api/v1/origins endpoint, Routinator crashes. This only affects users who allow API access from untrusted networks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-08
Last Modified
2026-06-12
Generated
2026-06-29
AI Q&A
2026-06-08
EPSS Evaluated
2026-06-27
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nlnetlabs routinator to 0.15.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Impact Analysis

The impact of this vulnerability is that Routinator crashes when it receives a maliciously crafted non-UTF-8 string in the select-asn query parameter.

This crash can cause denial of service for users relying on Routinator's API, especially if the API is accessible from untrusted networks.

Detection Guidance

This vulnerability occurs when a specifically crafted non-UTF-8 string is sent as the select-asn query parameter to the /api/v1/origins endpoint, causing Routinator to crash.

To detect this vulnerability on your network or system, you can monitor API requests to the /api/v1/origins endpoint for unusual or malformed select-asn query parameters that contain non-UTF-8 encoded strings.

A possible approach is to capture and inspect HTTP requests to the Routinator API using tools like tcpdump or Wireshark, filtering for requests to /api/v1/origins and analyzing the select-asn parameter for encoding anomalies.

  • Use tcpdump to capture traffic on the relevant interface and port (e.g., port 80 or 443): tcpdump -i eth0 -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'
  • Use curl or similar tools to test the endpoint with crafted non-UTF-8 select-asn parameters to verify if the service crashes.

Note that no specific detection commands are provided in the available resources.

Executive Summary

This vulnerability occurs when a specifically crafted non-UTF-8 string is sent as the select-asn query parameter to the /api/v1/origins endpoint in Routinator.

As a result, Routinator crashes.

It only affects users who allow API access from untrusted networks.

Mitigation Strategies

The immediate mitigation step is to install Routinator version 0.15.2 or later, which contains the fix for this vulnerability.

Additionally, restrict API access to trusted networks only, as the vulnerability only affects users who allow API access from untrusted networks.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-49234. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart