Lucene search
+L

6720 matches found

UbuntuCve
UbuntuCve
•added 2026/09/11 8:19 p.m.•13 views

CVE-2026-81011

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: pass validated element count to package parsers The per-type package parsers are handed the wrong element count. hpinitbiospackageattribute validates obj-package.count and then calls one of the five...

7.1CVSS6AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/11 8:19 p.m.•6 views

UBUNTU-CVE-2026-81011

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: pass validated element count to package parsers The per-type package parsers are handed the wrong element count. hpinitbiospackageattribute validates obj-package.count and then calls one of the five...

7.1CVSS6.1AI score0.00166EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/11 8:19 p.m.•7 views

UBUNTU-CVE-2026-89471

In the Linux kernel, the following vulnerability has been resolved: power: supply: crosusbpd-charger: bound the EC-reported port count crosusbpdchargerprobe reads two port counts from the EC and uses one of them, numchargerports, as the loop bound when populating a fixed-size array: struct portda...

8.4CVSS6AI score0.00196EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/09/11 8:19 p.m.•18 views

CVE-2026-80986

In the Linux kernel, the following vulnerability has been resolved: net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages On a link whose device has maxrecvsge == 1 there is no shared v2 receive buffer, and smcllcsaveaddlinkrkeys takes the v2 extension from 44 bytes past the start of the...

9.8CVSS6.2AI score0.00649EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/11 8:19 p.m.•6 views

UBUNTU-CVE-2026-80986

In the Linux kernel, the following vulnerability has been resolved: net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages On a link whose device has maxrecvsge == 1 there is no shared v2 receive buffer, and smcllcsaveaddlinkrkeys takes the v2 extension from 44 bytes past the start of the...

9.8CVSS6.3AI score0.00649EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•16 views

CVE-2026-89755

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

7.8CVSS6AI score0.00173EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:46 p.m.•29 views

CVE-2026-89755 mm/migrate_device: clear stale mapping after freeing swapcache

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

7.8CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•12 views

EUVD-2026-76667

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

5.9AI score0.00173EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/11 7:46 p.m.•32 views

CVE-2026-89755

CVE-2026-89755 affects the Linux kernel's device page migration subsystem (mm/migrate_device). The root cause is a stale folio mapping that persists after folio_free_swap() removes a folio from the swap cache. Passing this stale mapping to folio_migrate_mapping() causes the kernel to take the wro...

7.8CVSS5.9AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•33 views

CVE-2026-89755 mm/migrate_device: clear stale mapping after freeing swapcache

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

7.8CVSS0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•19 views

CVE-2026-89750

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS6.3AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•30 views

CVE-2026-89735 usb: gadget: midi2: remove default configfs groups on teardown

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: midi2: remove default configfs groups on teardown fmidi2allocinst creates default configfs child groups for the default endpoint and default block using configfsadddefaultgroup, setting their internal refcount to 1...

0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/11 7:46 p.m.•15 views

CVE-2026-89695 nfsd: cap decoded POSIX ACL count to bound sort cost

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS5.9AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/11 7:45 p.m.•34 views

CVE-2026-89654

CVE-2026-89654 is a use-after-free race condition in the Ceph file system component of the Linux kernel. The vulnerable function, check_new_map(), iterates over MDS sessions and drops the global mutex without holding a reference on the session struct in three code paths. A concurrent thread can t...

9.8CVSS6.3AI score0.00553EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 7:45 p.m.•10 views

CVE-2026-89643 audit: avoid dropping live tree ref on fsnotify rule autoremove

In the Linux kernel, the following vulnerability has been resolved: audit: avoid dropping live tree ref on fsnotify rule autoremove auditdelrule is used for both netlink deletion templates and internal fsnotify autoremove. The former passes a parsed template which owns a temporary tree reference;...

9.8CVSS5.9AI score
SaveExploits0References11
OSV
OSV
•added 2026/09/11 7:45 p.m.•10 views

CVE-2026-89631 smb: client: reject a tree connect response whose byte count is too small

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject a tree connect response whose byte count is too small CIFSTCon bounds its strnlen over the byte area with the server's ByteCount minus two, which for ByteCount 0 or 1 goes negative as an int and converts to a...

9.1CVSS6AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/11 7:44 p.m.•12 views

EUVD-2026-76505

In the Linux kernel, the following vulnerability has been resolved: hugetlb: only adjust reservation during unmapping if mapcount is 0 Since df7a6d1f6405, unmaphugepagerange can adjust reservations. In the case of folio mapped in both a parent and a child, if the parent unmaps the range first, th...

5.8AI score0.00171EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/11 7:44 p.m.•30 views

CVE-2026-89593

CVE-2026-89593 affects the Linux kernel's hugetlb subsystem. Since commit df7a6d1f6405, the function __unmap_hugepage_range() can adjust reservations when a folio is mapped in both a parent and child process. If the parent unmaps the range first, the reservation adjustment causes an underflow of ...

7.1CVSS5.8AI score0.00171EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 7:44 p.m.•13 views

CVE-2026-89527 svcrdma: Use svc_xprt_put to free listener on create failure

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Use svcxprtput to free listener on create failure svcrdmacreate calls kfreecmaxprt when svcrdmacreatelistenid fails. svcxprtinit has already acquired a net namespace reference via getnettrack; kfree bypasses svcxprtfree...

5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/11 7:43 p.m.•26 views

CVE-2026-89480 nvme-tcp: reject a read that transferred too few bytes

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: reject a read that transferred too few bytes nvmetcprecvdata completes a request once the current C2HData PDU has been consumed. Nothing compares the total bytes received against the length the command asked for: struct...

7.5CVSS5.9AI score
SaveExploits0References10
Rows per page
Query Builder