CVE-2026-49420
Analyzed Analyzed - Analysis Complete

Stack Buffer Overflow in libalias RTSP Handler

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

Publication date: 2026-08-19

Last updated on: 2026-09-01

Assigner: FreeBSD

Description

The RTSP handler in libalias rewrote outgoing packets into a fixed-length stack buffer without checking whether the rewritten data fit in the buffer, or whether the result fit back in the original packet. A host sending crafted RTSP traffic from inside a NAT gateway using libalias can overflow a stack buffer, potentially achieving remote code execution in the kernel (when using ipfw(4) NAT) or in the natd(8) process (which generally runs as the root user).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-09-01
Generated
2026-09-08
AI Q&A
2026-08-19
EPSS Evaluated
2026-09-07
NVD
EUVD

Affected Vendors & Products

Showing 38 associated CPEs
Vendor Product Version / Range
freebsd freebsd 15.0
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 15.0
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.1
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.1
freebsd freebsd 15.1
freebsd freebsd 14.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-49420 is a buffer overflow vulnerability in the libalias library's RTSP handler. It occurs when the handler rewrites outgoing packets into a fixed-length stack buffer without checking if the data fits, potentially allowing crafted RTSP traffic to trigger a buffer overflow.

Detection Guidance

To detect this vulnerability, check if your system uses libalias with RTSP handling enabled. Inspect network traffic for packets with source or destination ports 554 or 7070 undergoing NAT translation. Use commands like 'sockstat -l' to check for natd(8) or ipfw(4) processes and 'kldstat' to verify if alias_smedia.ko is loaded.

Impact Analysis

This vulnerability can lead to remote code execution in the kernel (if using ipfw(4) NAT) or in the natd(8) process (which runs as root). It requires specific conditions like source or destination ports being 554 or 7070 and outbound NAT translation to be triggered.

Compliance Impact

This vulnerability could lead to remote code execution in kernel or root-level processes, potentially compromising system integrity and data confidentiality. Such breaches may violate compliance requirements under GDPR (data protection) and HIPAA (health data security) by enabling unauthorized access to sensitive information.

Mitigation Strategies

For systems running natd(8), remove libalias_smedia.so from /etc/libalias.conf and restart natd(8). For ipfw(4) users, drop packets with ports 554 or 7070 before NAT translation. Apply FreeBSD patches for versions 14.x or 15.x or upgrade to corrected releases.

Chat Assistant

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

EPSS Chart