CVE-2026-58088
- EPSS 0.14%
- Veröffentlicht 19.08.2026 07:52:13
- Zuletzt bearbeitet 20.08.2026 04:16:53
The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork(2) can mutate th...
CVE-2026-58087
- EPSS 0.18%
- Veröffentlicht 19.08.2026 07:47:50
- Zuletzt bearbeitet 20.08.2026 04:16:52
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 t...
- EPSS 0.18%
- Veröffentlicht 19.08.2026 07:42:10
- Zuletzt bearbeitet 19.08.2026 08:17:12
As an inadvertent side effect of an unrelated code change, PRIV_KTRACE was always denied to a jailed root user. Tracing configured by a jailed root user was therefore not flagged as privileged. An unprivileged user in a jail that has permission to ...
- EPSS 0.18%
- Veröffentlicht 19.08.2026 07:38:50
- Zuletzt bearbeitet 19.08.2026 08:17:12
After dispatching a decrypt operation to OCF and receiving the result, the wg(4) driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. A remote att...
- EPSS 0.18%
- Veröffentlicht 19.08.2026 07:31:42
- Zuletzt bearbeitet 19.08.2026 08:17:12
To retrieve the previous timer value, the kernel calls realtimer_gettime(), which obtains the current time for the timer's clock. For a timer using CLOCK_TAI this can fail when no TAI offset has been configured, but the error return was not checked,...
CVE-2026-58083
- EPSS 0.18%
- Veröffentlicht 19.08.2026 07:28:28
- Zuletzt bearbeitet 20.08.2026 04:16:52
While the kernel was copying knotes during fork, a knote with a timer-based filter could fire and be enqueued on the kqueue's active list before the copy was complete. The copy routine did not account for this and could enqueue the new knote a secon...
- EPSS 0.21%
- Veröffentlicht 19.08.2026 07:20:37
- Zuletzt bearbeitet 19.08.2026 08:17:12
The ISO-2022 encoding module used a stack buffer sized to MB_LEN_MAX (6 bytes) for intermediate character output. Some ISO-2022 variants can require up to 10 bytes per character, in which case conversions can trigger a stack buffer overflow of up to...
- EPSS 0.21%
- Veröffentlicht 19.08.2026 07:20:26
- Zuletzt bearbeitet 19.08.2026 08:17:12
Several encoding modules, including HZ, UTF-7, VIQR, and ZW, did not properly check the size of the caller-supplied output buffer before writing converted characters. An application that uses iconv(3) to convert untrusted input to or from one of the...
- EPSS 0.15%
- Veröffentlicht 19.08.2026 07:16:28
- Zuletzt bearbeitet 19.08.2026 07:16:28
When building the iovec array for a received TLS 1.2 CBC record, ktls_ocf_tls_cbc_decrypt() incremented the iovec index for every mbuf in the chain, including mbufs that were skipped because they contained only TLS header bytes. This left uninitiali...
- EPSS 0.15%
- Veröffentlicht 19.08.2026 07:11:21
- Zuletzt bearbeitet 19.08.2026 08:17:12
The compat32 kevent() handler translates a 64-bit kevent struct into a stack- declared 32-bit struct. It did not first zero the stack struct. An unprivileged user may observe a small amount of uninitialized kernel stack data, which may contain sens...