← Back

CVE-2026-58087

nvd nist
Published: Aug 19, 2026Modified: Aug 31, 2026

JSON object

Loading...
7.8
Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Exploitability: 1.8 / Impact: 5.9
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0 (Secondary)

Description

The GETALL and SETALL commands in semctl(2) recorded the number of semaphores in the target set, dropped the lock protecting the set, allocated a buffer sized for that count, and reacquired the lock. A sequence-number check was used to verify that the set had not been replaced in the interim, but the sequence number wraps after 0x8000 create/destroy cycles. By rapidly destroying and recreating semaphore sets at the same index, another process can cause the sequence number to wrap, allowing a set with a different number of semaphores to pass validation. The subsequent copy then reads or writes past the end of the allocated buffer. An unprivileged local user can trigger out-of-bounds reads and writes on kernel heap memory, potentially leading to privilege escalation.

Affected (25)

Products: Freebsd: Freebsd
1 product
Freebsd
Configuration A
25 vulnerable
Vulnerable SoftwareAffected Versions
Freebsd
Version 14.4
Version 14.4 p1
Version 14.4 p2
Version 14.4 p3
Version 14.4 p4
Version 14.4 p5
Version 14.4 p6
Version 14.4 p7
Version 14.4 rc1
Version 15.0
Version 15.0 p10
Version 15.0 p11
Version 15.0 p1
Version 15.0 p2
Version 15.0 p3
Version 15.0 p4
Version 15.0 p5
Version 15.0 p6
Version 15.0 p7
Version 15.0 p8
Version 15.0 p9
Version 15.1
Version 15.1 p1
Version 15.1 rc2
Version 15.1 rc3-p1

References (1)

Source: secteam@freebsd.org
Vendor AdvisoryMailing List

Timeline

No history available yet.