CVE-2026-49417
Analyzed Analyzed - Analysis Complete

Kernel Memory Corruption via /dev/dsp Access

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

Publication date: 2026-06-27

Last updated on: 2026-07-01

Assigner: FreeBSD

Description

Second, the audio buffer backing a mapping could be freed when the device was closed even though the mapping remained valid. The freed memory could then be reused elsewhere while still accessible through the stale mapping. The /dev/dsp device nodes are world-accessible by default. On a system with an audio device, either issue allows an unprivileged local user to read and write kernel memory, which can be used to escalate privileges, potentially gaining full control of the affected system. At a minimum, an attacker can crash the kernel, resulting in a Denial of Service (DoS).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-27
Last Modified
2026-07-01
Generated
2026-07-17
AI Q&A
2026-06-27
EPSS Evaluated
2026-07-16
NVD
EUVD

Affected Vendors & Products

Showing 31 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 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

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-49417 is a memory-safety vulnerability in the FreeBSD sound driver related to its mmap support. Specifically, the audio buffer backing a memory mapping can be freed when the audio device is closed, even though the mapping remains valid. This creates a use-after-free condition where an attacker can access freed memory through a stale mapping.

Because the /dev/dsp device nodes are world-accessible by default, an unprivileged local user can exploit this flaw to read and write kernel memory.

Detection Guidance

This vulnerability involves a use-after-free condition in the FreeBSD sound(4) driver's mmap(2) support, specifically related to the /dev/dsp device nodes which are world-accessible by default.

Detection on your system can focus on checking for the presence and accessibility of the /dev/dsp device node, as well as monitoring for unusual kernel crashes or suspicious access patterns to this device.

Suggested commands to help detect potential exploitation or presence of the vulnerability include:

  • Check if /dev/dsp exists and its permissions: ls -l /dev/dsp
  • Monitor kernel logs for crashes or errors related to sound devices: dmesg | grep -i sound
  • Use system auditing tools to track access to /dev/dsp, for example, using auditd or similar mechanisms.
  • Check for processes opening /dev/dsp: lsof /dev/dsp

Ultimately, the best detection is to verify if the system is patched and updated to a version where this vulnerability is fixed, as exploitation involves local unprivileged user access.

Impact Analysis

This vulnerability allows an unprivileged local user to read and write kernel memory, which can be used to escalate privileges and potentially gain full control of the affected system.

At a minimum, exploitation can cause the kernel to crash, resulting in a Denial of Service (DoS).

Compliance Impact

The vulnerability allows an unprivileged local user to read and write kernel memory, potentially escalating privileges and gaining full control of the affected system.

Such unauthorized access and control could lead to exposure or manipulation of sensitive data, which may impact compliance with standards and regulations like GDPR and HIPAA that require protection of personal and health information.

Additionally, the vulnerability can cause a Denial of Service (DoS), which may affect system availability requirements under these regulations.

Mitigation Strategies

To mitigate this vulnerability, users should upgrade their FreeBSD systems to the corrected version that includes the patch for CVE-2026-49417.

After applying the patch or upgrading, a system reboot is recommended to ensure the fix is fully applied.

Chat Assistant

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

EPSS Chart