CVE-2026-45257
- EPSS 0.15%
- Veröffentlicht 26.06.2026 14:50:27
- Zuletzt bearbeitet 27.06.2026 05:16:45
The KTLS receive path decrypted each record in place, assuming that the mbufs holding received data were anonymous and safe to modify. This assumption does not hold for data placed on a socket by sendfile(2), which can reference file-backed memory d...
CVE-2026-45256
- EPSS 0.09%
- Veröffentlicht 26.06.2026 14:43:22
- Zuletzt bearbeitet 26.06.2026 18:58:48
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 fail...
CVE-2026-45251
- EPSS 0.17%
- Veröffentlicht 21.05.2026 10:16:26
- Zuletzt bearbeitet 23.07.2026 16:10:00
A file descriptor can be closed while a thread is blocked in a poll(2) or select(2) call waiting for that descriptor. Because the blocked thread does not hold a reference to the underlying object, this closure may result in the object being freed wh...
CVE-2026-45252
- EPSS 0.28%
- Veröffentlicht 21.05.2026 10:16:26
- Zuletzt bearbeitet 23.07.2026 16:10:00
When a fusefs file system implements extended attributes, the kernel may send a FUSE_LISTXATTR message to the userspace daemon to retrieve the list of extended attributes for a given file. The FUSE protocol requires the daemon to return a packed lis...
CVE-2026-45253
- EPSS 0.2%
- Veröffentlicht 21.05.2026 10:16:26
- Zuletzt bearbeitet 23.07.2026 16:10:00
ptrace(PT_SC_REMOTE) failed to properly validate parameters for the syscall(2) and __syscall(2) meta-system calls. As a result, a user with the ability to debug a process may trigger arbitrary code execution in the kernel, even if the target process...
CVE-2026-45254
- EPSS 0.19%
- Veröffentlicht 21.05.2026 10:16:26
- Zuletzt bearbeitet 23.07.2026 16:10:00
In the case of the cap_net service, when a key present in the old limit was omitted from the new limit, the missing key was treated as "allow any" instead of being rejected. In certain scenarios, an application that had previously restricted a subse...
CVE-2026-45255
- EPSS 0.31%
- Veröffentlicht 21.05.2026 10:16:26
- Zuletzt bearbeitet 23.07.2026 16:10:00
When bsdinstall or bsdconfig are prompted to scan for nearby Wi-Fi networks, they build up a list of network names and use bsddialog(1) to prompt the user to select a network. This is implemented using a shell script, and the code which handled netw...
CVE-2026-39461
- EPSS 0.17%
- Veröffentlicht 21.05.2026 10:16:25
- Zuletzt bearbeitet 23.07.2026 16:10:00
libcasper(3) communicates with helper processes via UNIX domain sockets, and uses the select(2) system call to wait for data to become available. However, it does not verify that its socket descriptor fits within select(2)'s descriptor set size limi...
CVE-2026-45250
- EPSS 0.41%
- Veröffentlicht 21.05.2026 08:37:17
- Zuletzt bearbeitet 23.07.2026 16:10:00
The setcred(2) system call is only available to privileged users. However, before the privilege level of the caller is checked, the user-supplied list of supplementary groups is copied into a fixed-size kernel stack buffer without first validating i...
CVE-2026-35547
- EPSS 0.32%
- Veröffentlicht 30.04.2026 08:08:13
- Zuletzt bearbeitet 01.05.2026 16:16:30
When processing the header of an incoming message, libnv failed to properly validate the message size. The lack of validation allows a malicious program to write outside the bounds of a heap allocation. This can trigger a crash or system panic, and...