Lucene search
+L

6432 matches found

OSV
OSV
added 2026/04/22 5:16 p.m.9 views

DEBIAN-CVE-2026-35362

The safetraversal module in uutils coreutils, which provides protection against Time-of-Check to Time-of-Use TOCTOU symlink races using file-descriptor-relative syscalls, is incorrectly limited to Linux targets. On other Unix-like systems such as macOS and FreeBSD, the utility fails to utilize...

3.6CVSS5.3AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 5:16 p.m.8 views

DEBIAN-CVE-2026-35346

The comm utility in uutils coreutils silently corrupts data by performing lossy UTF-8 conversion on all output lines. The implementation uses String::fromutf8lossy, which replaces invalid UTF-8 byte sequences with the Unicode replacement character U+FFFD. This behavior differs from GNU comm, whic...

3.3CVSS5.3AI score0.00176EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 5:16 p.m.9 views

DEBIAN-CVE-2026-35338

A vulnerability in the chmod utility of uutils coreutils allows users to bypass the --preserve-root safety mechanism. The implementation only validates if the target path is literally / and does not canonicalize the path. An attacker or accidental user can use path variants such as /../ or symbol...

7.3CVSS5.6AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 4:31 p.m.13 views

MINI-WM23-4F6G-H5PM

Bulletin has no description...

9.8CVSS5.6AI score0.00652EPSS
SaveExploits0
OSV
OSV
added 2026/04/22 4:31 p.m.8 views

MINI-VM89-GX22-RH4R

Bulletin has no description...

9.1CVSS5.6AI score0.00461EPSS
SaveExploits0
OSV
OSV
added 2026/04/22 4:31 p.m.12 views

MINI-RHFQ-4652-3F62

Bulletin has no description...

6.6CVSS5.6AI score0.00258EPSS
SaveExploits1
OSV
OSV
added 2026/04/22 2:17 p.m.15 views

DEBIAN-CVE-2026-6862

A flaw was found in libefiboot, a component of efivar. The device path node parser in libefiboot fails to validate that each node's Length field is at least 4 bytes, which is the minimum size for an EFI Extensible Firmware Interface device path node header. A local user could exploit this...

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

DEBIAN-CVE-2026-33595

A client can trigger excessive memory allocation by generating a lot of errors responses over a single DoQ and DoH3 connection, as some resources were not properly released until the end of the connection...

7.5CVSS5.3AI score0.00371EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.9 views

DEBIAN-CVE-2026-31508

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown code for OVS ports to no longer unconditionally take the RTNL. After this change, the netdevdestroy...

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

DEBIAN-CVE-2026-31494

In the Linux kernel, the following vulnerability has been resolved: net: macb: use the current queue number for stats There's a potential mismatch between the memory reserved for statistics and the amount of memory written. gemgetssetcount correctly computes the number of stats based on the activ...

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

DEBIAN-CVE-2026-31496

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackexpect: skip expectations in other netns via proc Skip expectations that do not reside in this netns. Similar to e77e6ff502ea "netfilter: conntrack: do not dump other netns's conntrack entries via proc"...

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

DEBIAN-CVE-2026-31495

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use netlink policy range checks Replace manual range and mask validations with netlink policy annotations in ctnetlink code paths, so that the netlink core rejects invalid values early and can generate extac...

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

DEBIAN-CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

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

DEBIAN-CVE-2026-31483

In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an arrayindexnospec boundary to prevent access past the syscall function pointer tables...

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

DEBIAN-CVE-2026-31485

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-lpspi: fix teardown order issue UAF There is a teardown order issue in the driver. The SPI controller is registered using devmspiregistercontroller, which delays unregistration of the SPI controller until after the...

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

DEBIAN-CVE-2026-31476

In the Linux kernel, the following vulnerability has been resolved: ksmbd: do not expire session on binding failure When a multichannel session binding request fails e.g. wrong password, the error path unconditionally sets sess-state = SMB2SESSIONEXPIRED. However, during binding, sess points to t...

8.2CVSS5.5AI score0.00499EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.8 views

DEBIAN-CVE-2026-31477

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2lock smb2lock has three error handling issues after listdel detaches smblock from locklist at nocheckcl: 1 If vfslockfile returns an unexpected error in the non-UNLOCK path, goto out...

7.5CVSS5.4AI score0.00479EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/22 2:16 p.m.11 views

DEBIAN-CVE-2026-31478

In the Linux kernel, the following vulnerability has been resolved: ksmbd: replace hardcoded hdr2len with offsetof in smb2calcmaxoutbuflen After this commit e2b76ab8b5c9 "ksmbd: add support for read compound", response buffer management was changed to use dynamic iov array. In the new design,...

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

DEBIAN-CVE-2026-31457

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts-nr in repeatcallfn damonsysfsrepeatcallfn calls damonsysfsupdtunedintervals, damonsysfsupdschemesstats, and damonsysfsupdschemeseffectivequotas without checking contexts-nr. If nrcontexts is set to ...

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

DEBIAN-CVE-2026-31450

In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4inodeattachjinode publishes ei-jinode to concurrent users. It used to set ei-jinode before jbd2journalinitjbdinode, allowing a reader to observe a non-NULL jinode with ivfsinode still...

8.8CVSS5.2AI score0.00533EPSS
SaveExploits0References1
Rows per page
Query Builder