Katalog CVE

CVE-2026-45256

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.09%

Percentyl 1 — wyżej niż 1% wszystkich znanych CVE

Streszczenie

Podatność w funkcji thr_kill2(2) systemu FreeBSD pozwala na wysłanie sygnału do dowolnego procesu bez sprawdzenia uprawnień. Brak weryfikacji wyniku funkcji p_cansignal() umożliwia nieuprzywilejowanemu użytkownikowi wysłanie sygnału do procesów innych użytkowników lub roota, a także do procesów poza granicami jądra (jail).

Ocena ryzyka

Atakujący może zatrzymać lub zakończyć dowolne procesy, w tym krytyczne demony systemowe, co prowadzi do odmowy usługi (DoS). Identyfikatory wątków są globalne i sekwencyjne, co ułatwia ich odgadnięcie metodą brute force.

Rekomendacja

Należy natychmiast zastosować łatkę bezpieczeństwa dostarczoną przez producenta systemu FreeBSD. Do czasu aktualizacji zaleca się ograniczenie dostępu do systemu dla nieufnych użytkowników oraz monitorowanie prób wysyłania sygnałów.

Oryginalny opis (angielski, źródło NVD)

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

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS