Lucene search
+L

5787 matches found

OSV
OSV
added 2026/04/23 5:16 a.m.9 views

DEBIAN-CVE-2026-41989

Libgcrypt before 1.12.2 sometimes allows a heap-based buffer overflow and denial of service via crafted ECDH ciphertext to gcrypkdecrypt...

6.7CVSS5.6AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 5:16 p.m.11 views

DEBIAN-CVE-2026-35364

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mv utility of uutils coreutils during cross-device operations. The utility removes the destination path before recreating it through a copy operation. A local attacker with write access to the destination directory can exploit thi...

6.3CVSS5.6AI score0.00091EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 5:16 p.m.14 views

DEBIAN-CVE-2026-35360

The touch utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use TOCTOU race condition during file creation. When the utility identifies a missing path, it later attempts creation using File::create, which internally uses OTRUNC. An attacker can exploit this window to create ...

6.3CVSS5.4AI score0.00104EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 5:16 p.m.20 views

DEBIAN-CVE-2026-35351

The mv utility in uutils coreutils fails to preserve file ownership during moves across different filesystem boundaries. The utility falls back to a copy-and-delete routine that creates the destination file using the caller's UID/GID rather than the source's metadata. This flaw breaks backups and...

4.2CVSS5.3AI score0.00132EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 5:16 p.m.16 views

DEBIAN-CVE-2026-35355

The install utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use TOCTOU race condition during file installation. The implementation unlinks an existing destination file and then recreates it using a path-based operation without the OEXCL flag. A local attacker can exploit t...

6.3CVSS5.6AI score0.00118EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 5:16 p.m.13 views

DEBIAN-CVE-2026-35354

A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the mv utility of uutils coreutils during cross-device moves. The extended attribute xattr preservation logic uses multiple path-based system calls that perform fresh path-to-inode lookups for each operation. A local attacker with writ...

4.7CVSS5.3AI score0.00091EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 5:16 p.m.10 views

DEBIAN-CVE-2026-35341

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS5.6AI score0.00165EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 4:31 p.m.9 views

DEBIAN-CVE-2026-35330

Bulletin has no description...

5.6AI score
SaveExploits3References1
OSV
OSV
added 2026/04/22 4:31 p.m.7 views

DEBIAN-CVE-2026-35329

Bulletin has no description...

5.6AI score
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.10 views

DEBIAN-CVE-2026-31528

In the Linux kernel, the following vulnerability has been resolved: perf: Make sure to use pmuctx-pmu for groups Oliver reported that x86pmudel ended up doing an out-of-bound memory access when groupschedin fails and needs to roll back. This should be handled by the transaction callbacks, but he...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.8 views

DEBIAN-CVE-2026-31519

In the Linux kernel, the following vulnerability has been resolved: btrfs: set BTRFSROOTORPHANCLEANUP during subvol create We have recently observed a number of subvolumes with broken dentries. ls-ing the parent dir looks like: drwxrwxrwt 1 root root 16 Jan 23 16:49 . drwxr-xr-x 1 root root 24 Ja...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.10 views

DEBIAN-CVE-2026-31521

In the Linux kernel, the following vulnerability has been resolved: module: Fix kernel panic when a symbol stshndx is out of bounds The module loader doesn't check for bounds of the ELF section index in simplifysymbols: for i = 1; i shsize / sizeofElfSym; i++ const char name = info-strtab +...

5.5CVSS5.2AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.8 views

DEBIAN-CVE-2026-31506

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix double free of WoL irq We do not need to free wolirq since it was instantiated with devmrequestirq. So devres will free for us...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.9 views

DEBIAN-CVE-2026-31504

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

7.8CVSS5.3AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.13 views

DEBIAN-CVE-2026-31498

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix ERTM re-init and zero pdulen infinite loop l2capconfigreq processes CONFIGREQ for channels in BTCONNECTED state to support L2CAP reconfiguration e.g. MTU changes. However, since both CONFINPUTDONE and...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.11 views

DEBIAN-CVE-2026-31501

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix use-after-free of CPPI descriptor in RX path cppi5hdescgetpsdata returns a pointer into the CPPI descriptor. In both emacrxpacket and emacrxpacketzc, the descriptor is freed via k3cppidescpoolfree befor...

9.8CVSS5.4AI score0.00379EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.12 views

DEBIAN-CVE-2026-31493

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix use of completion ctx after free On admin queue completion handling, if the admin command completed with error we print data from the completion context. The issue is that we already freed the completion context in...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.12 views

DEBIAN-CVE-2026-31486

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core Protect regulator operations with mutex The regulator operations pmbusregulatorgetvoltage, pmbusregulatorsetvoltage, and pmbusregulatorlistvoltage access PMBus registers and shared data but were not protected by...

7.1CVSS5.3AI score0.00099EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.14 views

DEBIAN-CVE-2026-31474

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix tx.buf use-after-free in isotpsendmsg isotpsendmsg uses only cmpxchg on so-tx.state to serialize access to so-tx.buf. isotprelease waits for ISOTPIDLE via waiteventinterruptible and then calls kfreeso-tx.buf. If a...

7.8CVSS5.3AI score0.00104EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.13 views

DEBIAN-CVE-2026-31469

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

7.8CVSS5.3AI score0.00135EPSS
SaveExploits0References1
Rows per page
Query Builder