Lucene search
+L

330475 matches found

CVE
CVE
added 5 days ago20 views

CVE-2026-74482

CVE-2026-74482 — Linux kernel (mm/huge_memory) . The issue arises during THP folio splitting in mm/huge_memory.c: __folio_split dereferences the mapping after the split while folios are still frozen/locked, and calls remap_page() and shmem_uncharge() before unlocking the after-split folios. This ...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago7 views

CVE-2026-74483 binfmt_misc: don't leak the user namespace when the mount fails

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59676

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.4AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago16 views

CVE-2026-74483

CVE-2026-74483 affects the Linux kernel: binfmt_misc may leak a user namespace across mounts when bm_fill_super() fails. The root cause is improper ownership transfer of the user namespace through s_fs_info leading to a leak, which is mitigated by dropping the reference in kill_sb() so the namesp...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74482

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: unlock immaprwsem before releasing after-split folios foliosplit keeps dereferencing the mapping after the split: shmemunchargemapping-host and remappage while the folios are still frozen/locked, and...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74483

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 5 days ago10 views

CVE-2026-74482 mm/huge_memory: unlock i_mmap_rwsem before releasing after-split folios

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: unlock immaprwsem before releasing after-split folios foliosplit keeps dereferencing the mapping after the split: shmemunchargemapping-host and remappage while the folios are still frozen/locked, and...

7.8CVSS5.7AI score
SaveExploits0References11
OSV
OSV
added 5 days ago6 views

CVE-2026-74481 mm/page_reporting: use system_freezable_wq to fix UAF during suspend

In the Linux kernel, the following vulnerability has been resolved: mm/pagereporting: use systemfreezablewq to fix UAF during suspend During PM freeze e.g. S3 suspend or S4 hibernation, device drivers like virtioballoon reset their underlying virtio devices and delete their virtqueues via...

7.8CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 5 days ago27 views

CVE-2026-74480

CVE-2026-74480 affects the Linux kernel networking bridge code. The fast-leave path in br_multicast_leave_group() can dereference a stale mp->ports entry after br_multicast_del_pg() removes a port group, enabling a scenario where multiple port groups for the same port/group with different sour...

9.8CVSS5.4AI score0.00457EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago6 views

CVE-2026-74479 net: pktgen: fix proc entry use-after-free

In the Linux kernel, the following vulnerability has been resolved: net: pktgen: fix proc entry use-after-free pktgenchangename replaces pktdev-entry while holding t-iflock. pktgenremovedevice removes the same entry before remdevfromiflist takes that lock. This allows the following interleaving:...

7.8CVSS5.6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-74480

In the Linux kernel, the following vulnerability has been resolved: net: bridge: stop fast-leave after deleting a port group brmulticastleavegroup iterates mp-ports with pp = &p-next in its fast-leave path. After brmulticastdelpg removes p, continuing the loop advances pp through the deleted entr...

9.8CVSS5.4AI score0.00457EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74478

In the Linux kernel, the following vulnerability has been resolved: um: vector: fix use-after-free in vectormmsgrx When vectormmsgrx discards a packet whose overlay header fails verifyheader, it frees the skb and continues the loop: if headercheck estats.rxencapserrors++; continue; The normal and...

9.8CVSS5.5AI score0.00509EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74474

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

9.8CVSS5.4AI score0.00442EPSS
SaveExploits0
OSV
OSV
added 5 days ago8 views

CVE-2026-74474 vxlan: use pskb_network_may_pull() for transmit path header pulls

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

9.8CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59667

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

5.5AI score0.00442EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-74473

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74471

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59665

In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned devinfo fields in ublkctrladddev ublkctrladddev memcpys the userspace ublksrvctrldevinfo into ub-devinfo and then fixes up the fields the driver owns, but misses -state and -ublksrvpid. A device added wit...

5.5AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago5 views

CVE-2026-74472 ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()

In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned devinfo fields in ublkctrladddev ublkctrladddev memcpys the userspace ublksrvctrldevinfo into ub-devinfo and then fixes up the fields the driver owns, but misses -state and -ublksrvpid. A device added wit...

5.5AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74472

In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned devinfo fields in ublkctrladddev ublkctrladddev memcpys the userspace ublksrvctrldevinfo into ub-devinfo and then fixes up the fields the driver owns, but misses -state and -ublksrvpid. A device added wit...

5.4AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder