Skip to main content

FreeBSD CVE-2026-49417

| EUVDEUVD-2026-39961 HIGH
Use After Free (CWE-416)
2026-06-27 freebsd
7.0
CVSS 3.1 · Vendor: freebsd
Share

Severity by source

Vendor (freebsd) PRIMARY
7.0 HIGH
AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.0 HIGH

Local-only via /dev/dsp (AV:L), any unprivileged account qualifies since nodes are world-accessible (PR:L), UAF race and heap grooming raise complexity (AC:H), full kernel read/write yields total C/I/A.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (freebsd).

CVSS VectorVendor: freebsd

Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Jul 22, 2026 - 20:09 vuln.today
CVE Published
Jun 27, 2026 - 08:48 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 27, 2026 - 08:48 cve.org
HIGH 7.0

DescriptionCVE.org

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).

AnalysisAI

Local privilege escalation in FreeBSD 14.3, 14.4, and 15.0 releases arises from a use-after-free in the sound (OSS) subsystem, where an audio buffer backing a memory mapping is freed on device close while the mapping stays valid, leaving a stale mapping into reusable kernel memory. Because /dev/dsp device nodes are world-accessible by default, any unprivileged local user on a system with an audio device can read and write kernel memory to escalate to full control, or at minimum crash the kernel for denial of service. There is no public exploit identified at time of analysis, KEV shows no active exploitation, and EPSS is low at 0.19%.

Technical ContextAI

The flaw lives in FreeBSD's OSS-compatible sound driver, which exposes PCM audio through /dev/dsp character device nodes and supports mmap() of the DMA/audio buffer so applications can access sample data directly. The root cause is CWE-416 (Use After Free): the kernel frees the audio buffer that backs an active user mapping when the device is closed, but does not tear down or invalidate the mapping, so the freed physical memory can be recycled for unrelated kernel allocations while still reachable through the user's stale virtual mapping. Because a memory mapping grants direct read/write to whatever kernel object subsequently occupies that reused page, this is a powerful primitive rather than a mere info leak. The FreeBSD advisory FreeBSD-SA-26:27.sound.asc is the authoritative source; CPE identifies the affected product as freebsd:freebsd.

RemediationAI

Vendor-released patch: apply the fixed patch levels - FreeBSD 14.3-RELEASE-p15, 14.4-RELEASE-p6, or 15.0-RELEASE-p10 - via 'freebsd-update fetch install' (or rebuild from the corresponding security branch) and reboot, as detailed in FreeBSD-SA-26:27.sound.asc (https://security.freebsd.org/advisories/FreeBSD-SA-26:27.sound.asc). If patching must be deferred, the most effective compensating control is to restrict access to the sound device: tighten permissions on the world-accessible /dev/dsp nodes (for example via a devfs.rules ruleset that removes group/other read-write, applied through devfs_system_ruleset in /etc/rc.conf), which blocks unprivileged local users at the cost of breaking legitimate audio access for non-root users. On hosts that do not need audio at all, unload/disable the sound modules (do not load snd_* drivers) so the vulnerable /dev/dsp interface is never created - this fully removes the attack surface with no downside on headless servers. These controls reduce risk only for the local-access vector and are no substitute for the patch.

CVE-2012-0217 HIGH POC
7.2 Jun 12

The x86-64 kernel system-call functionality in Xen 4.1.2 and earlier, as used in Citrix XenServer 6.0.2 and earlier and

CVE-2025-14558 HIGH POC
7.2 Mar 09

The rtsol(8) and rtsold(8) programs do not validate the domain search list options provided in router advertisement mess

CVE-2013-4854 HIGH POC
7.8 Jul 29

The RFC 5011 implementation in rdata.c in ISC BIND 9.7.x and 9.8.x before 9.8.5-P2, 9.8.6b1, 9.9.x before 9.9.3-P2, and

CVE-2024-6387 HIGH POC
8.1 Jul 01

Remote code execution in OpenSSH's sshd server (regression of CVE-2006-5051) allows unauthenticated remote attackers to

CVE-2023-48795 MEDIUM POC
5.9 Dec 18

The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remot

CVE-2013-2171 MEDIUM POC
6.9 Jul 02

The vm_map_lookup function in sys/vm/vm_map.c in the mmap implementation in the kernel in FreeBSD 9.0 through 9.1-RELEAS

CVE-2016-5766 HIGH POC
8.8 Aug 07

Integer overflow in the _gd2GetHeader function in gd_gd2.c in the GD Graphics Library (aka libgd) before 2.2.3, as used

CVE-2016-1879 HIGH POC
7.5 Jan 29

The Stream Control Transmission Protocol (SCTP) module in FreeBSD 9.3 before p33, 10.1 before p26, and 10.2 before p9, w

CVE-2020-7457 HIGH POC
8.1 Jul 09

In FreeBSD 12.1-STABLE before r359565, 12.1-RELEASE before p7, 11.4-STABLE before r362975, 11.4-RELEASE before p1, and 1

CVE-2018-8897 HIGH POC
7.8 May 08

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual (SDM) wa

CVE-2012-3549 HIGH POC
7.8 Oct 09

The SCTP implementation in FreeBSD 8.2 allows remote attackers to cause a denial of service (NULL pointer dereference an

CVE-2024-29937 CRITICAL POC
9.8 Apr 11

NFS in a BSD derived codebase, as used in OpenBSD through 7.4 and FreeBSD through 14.0-RELEASE, allows remote attackers

Share

CVE-2026-49417 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy