CVE-2026-45256

MEDIUM

FreeBSD - Missing Permission Check in thr_kill2(2)

Title source: rule
STIX 2.1

Description

When used to deliver a signal to a specific thread, thr_kill2(2) called p_cansignal() to determine whether the operation was permitted but did not check the result before delivering the signal. The signal was sent even when the permission check failed. The system call returned the resulting error to the caller, but by then the signal had already been delivered. The missing check allows an unprivileged local user who knows or can guess a target's process and thread IDs to send any signal to a process they would not normally be permitted to signal, including processes owned by other users or by root. The same check enforces jail boundaries, so a jailed process can signal processes on the host or in other jails. Thread IDs are allocated globally and sequentially, and so can be discovered by brute force with no visibility into the target. An attacker can stop or terminate arbitrary processes, including critical system daemons, resulting in a Denial of Service (DoS).

References (1)

Core 1
Core References

Scores

CVSS v3 5.5
EPSS 0.0009
EPSS Percentile 0.6%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-269
Status published
Products (7)
freebsd/freebsd 14.3 (15 CPE variants)
freebsd/freebsd 14.4 (7 CPE variants)
freebsd/freebsd 15.0 (10 CPE variants)
freebsd/freebsd 15.1 rc2
FreeBSD/FreeBSD 14.3-RELEASE - p15
FreeBSD/FreeBSD 14.4-RELEASE - p6
FreeBSD/FreeBSD 15.0-RELEASE - p10
Published Jun 26, 2026
Tracked Since Jun 26, 2026