Lucene search
+L

217485 matches found

Cvelist
Cvelist
added 2026/08/26 5:39 a.m.37 views

CVE-2026-58094 TOCTOU race in POSIX shared memory large page configuration

The FIOSSHMLPGCNF ioctl2 operation configures the page size for a largepage shared memory object. This is intended to be used immediately after creating the object, before any memory is allocated for the object. The handler checked whether a page size had already been configured without holding t...

0.00111EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 5:39 a.m.6 views

EUVD-2026-66253

The FIOSSHMLPGCNF ioctl2 operation configures the page size for a largepage shared memory object. This is intended to be used immediately after creating the object, before any memory is allocated for the object. The handler checked whether a page size had already been configured without holding t...

7.8CVSS5.3AI score0.00111EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 5:39 a.m.30 views

CVE-2026-58094

FreeBSD is affected by a TOCTOU race condition in the posixshm module, specifically in the FIOSSHMLPGCNF ioctl(2) handler, which checks whether a largepage shared memory object's page size has been configured without holding the rangelock. Two concurrent unprivileged callers can both observe an u...

7.8CVSS5.3AI score0.00111EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 5:33 a.m.32 views

CVE-2026-58093

CVE-2026-58093 is a use-after-free vulnerability in the FreeBSD kernel tty subsystem , specifically in the TIOCSCTTY ioctl handler. The handler drops the tty lock to acquire the process tree lock but fails to revalidate the terminal's state upon reacquiring the tty lock, allowing it to link a con...

7CVSS5.3AI score0.0009EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 5:33 a.m.40 views

CVE-2026-58093 Kernel use-after-free via tty ioctls

The TIOCSCTTY ioctl handler drops the tty lock in order to acquire the process tree lock. After reacquiring the tty lock, the handler did not revalidate the state of the terminal, and could proceed to link a terminal that was concurrently being destroyed to the calling process' session. An...

0.0009EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 5:33 a.m.7 views

EUVD-2026-66250

The TIOCSCTTY ioctl handler drops the tty lock in order to acquire the process tree lock. After reacquiring the tty lock, the handler did not revalidate the state of the terminal, and could proceed to link a terminal that was concurrently being destroyed to the calling process' session. An...

7CVSS5.3AI score0.0009EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 5:18 a.m.5 views

CVE-2026-58092

In FreeBSD 15.0, the kernel structure used to represent user credentials changed: previously the primary group ID was stored in the first element of the array containing the list of supplementary group IDs, whereas now the primary group ID is stored in a dedicated field. This change was largely...

8.1CVSS0.00212EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 5:18 a.m.5 views

CVE-2026-58090

The SOCKSTREAM receive path in the unix socket implementation failed to fully detach control messages from the socket buffer before processing them. Some error paths would free those messages, leaving freed data mbufs in the receive socket buffer. An unprivileged local user can exploit this...

7.8CVSS0.00134EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 5:18 a.m.5 views

CVE-2026-58091

The implementation of this ioctl attempts to acquire locks on all channels in a sync group. If locking a channel would block, it releases the sync group list lock and sleeps. Upon reawakening, it is possible that the sync group structure is freed, but the implementation did not handle this...

7.8CVSS0.00134EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 4:46 a.m.41 views

CVE-2026-58092 Unauthorized credential switching

In FreeBSD 15.0, the kernel structure used to represent user credentials changed: previously the primary group ID was stored in the first element of the array containing the list of supplementary group IDs, whereas now the primary group ID is stored in a dedicated field. This change was largely...

0.00212EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 4:46 a.m.24 views

CVE-2026-58092

CVE-2026-58092 affects the mac_do(4) MAC policy module in FreeBSD 15.0 and later . After a kernel credential structure change, the function group_is_primary() was not properly updated, causing it to incorrectly read the primary group ID from the first element of the supplementary group array duri...

8.1CVSS5.5AI score0.00212EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 4:46 a.m.9 views

EUVD-2026-66237

In FreeBSD 15.0, the kernel structure used to represent user credentials changed: previously the primary group ID was stored in the first element of the array containing the list of supplementary group IDs, whereas now the primary group ID is stored in a dedicated field. This change was largely...

5.4CVSS5.5AI score0.00212EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/26 4:46 a.m.5 views

CVE-2026-58092 Unauthorized credential switching

In FreeBSD 15.0, the kernel structure used to represent user credentials changed: previously the primary group ID was stored in the first element of the array containing the list of supplementary group IDs, whereas now the primary group ID is stored in a dedicated field. This change was largely...

5.5AI score0.00212EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 4:38 a.m.41 views

CVE-2026-58091 Kernel use-after-free via the SNDCTL_DSP_SYNCSTART ioctl

The implementation of this ioctl attempts to acquire locks on all channels in a sync group. If locking a channel would block, it releases the sync group list lock and sleeps. Upon reawakening, it is possible that the sync group structure is freed, but the implementation did not handle this...

0.00134EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 4:38 a.m.19 views

CVE-2026-58091

CVE-2026-58091 is a kernel use-after-free in FreeBSD's sound(4) driver , triggered via the SNDCTL_DSP_SYNCSTART ioctl. When locking a channel in a sync group would block, the implementation releases the sync group list lock and sleeps; upon reawakening, the sync group structure may have been free...

7.8CVSS5.4AI score0.00134EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 4:38 a.m.7 views

EUVD-2026-66236

The implementation of this ioctl attempts to acquire locks on all channels in a sync group. If locking a channel would block, it releases the sync group list lock and sleeps. Upon reawakening, it is possible that the sync group structure is freed, but the implementation did not handle this...

7.8CVSS5.4AI score0.00134EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 4:35 a.m.40 views

CVE-2026-58090 Use-after-free in unix SOCK_STREAM message handling

The SOCKSTREAM receive path in the unix socket implementation failed to fully detach control messages from the socket buffer before processing them. Some error paths would free those messages, leaving freed data mbufs in the receive socket buffer. An unprivileged local user can exploit this...

0.00134EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 4:35 a.m.8 views

EUVD-2026-66235

The SOCKSTREAM receive path in the unix socket implementation failed to fully detach control messages from the socket buffer before processing them. Some error paths would free those messages, leaving freed data mbufs in the receive socket buffer. An unprivileged local user can exploit this...

7.8CVSS5.7AI score0.00134EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 4:35 a.m.28 views

CVE-2026-58090

CVE-2026-58090 is a use-after-free in FreeBSD 's core unix module, affecting FreeBSD 15.0 and later . The SOCK_STREAM receive path in the unix socket implementation failed to fully detach control messages from the socket buffer before processing; certain error paths would free those messages, lea...

7.8CVSS5.7AI score0.00134EPSS
SaveExploits0References1
Nuclei
Nuclei
added 2026/08/26 2:49 a.m.209 views

PAN-OS Management Web Interface - Authentication Bypass

An authentication bypass in Palo Alto Networks PAN-OS software enables an unauthenticated attacker with network access to the management web interface to gain PAN-OS administrator privileges to perform administrative actions, tamper with the configuration, or exploit other authenticated privilege...

9.8CVSS8.5AI score0.99718EPSS
SaveExploits18References3
Rows per page
Query Builder