Lucene search
+L

63308 matches found

CVE
CVE
added 3 days ago6 views

CVE-2026-64120

CVE-2026-64120 pertains to the Linux kernel’s phy_prepare_data() in the net: ethtool path. The issue arises from kstrdup() allocations for strings (name, drvname, upstream_sfp_name, downstream_sfp_name) that were not NULL-checked, allowing a NULL dereference in phy_reply_size() when strlen() is c...

5.5AI score0.00166EPSS
Exploits0References3
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-64120 net: ethtool: fix NULL pointer dereference in phy_reply_size

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

0.00166EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago8 views

CVE-2026-64117

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: capture fast-RX rate before mesh reuses skb-cb ieee80211invokefastrx reads RX status through IEEE80211SKBRXCBskb, which aliases the same skb-cb storage that ieee80211rxmeshdata reuses as IEEE80211TXINFO. In the...

5.2AI score0.00234EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-64115 vsock/vmci: fix UAF when peer resets connection during handshake

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS0.00135EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.3AI score0.00135EPSS
Exploits0References9Affected Software1
CVE
CVE
added 3 days ago11 views

CVE-2026-64113

In the Linux kernel, CVE-2026-64113 fixes a use-after-free in ixgbevf when pruning VEPA multicast frames. The function ixgbevf_clean_rx_irq() frees an skb (dev_kfree_skb_irq) and continues, but the skb pointer is kept outside the loop. On the next iteration, the code may dereference freed memory ...

9.8CVSS5.6AI score0.00506EPSS
Exploits0References8
OSV
OSV
added 3 days ago4 views

CVE-2026-64108 cifs: Fix busy dentry used after unmounting

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c "cifs: open files should not hold ref on superblock", cifs file only holds the dentry refcnt, the cifs file close workcfile-deferred could be executed after...

7.8CVSS5.3AI score0.00129EPSS
Exploits0References9
CVE
CVE
added 3 days ago5 views

CVE-2026-64094

The CVE-2026-64094 entry concerns the Linux kernel's batman-adv component. A NULL-pointer dereference can occur when a hardif is retrieved as the primary interface of a meshif without holding rtnl_lock, and the mesh interface becomes decoupled; the meshif pointer from the primary hardif may be NU...

5.3AI score0.0021EPSS
Exploits0References8
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-45776

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated...

5.6AI score0.00559EPSS
Exploits0References8
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-45656

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 reject short block-read responses in the GPIO accessors adm1266gpioget and adm1266gpiogetmultiple both compose the pin-status word as pinsstatus = readbuf0 + readbuf1 8; right after i2csmbusreadblockdata,...

5.4AI score0.00184EPSS
Exploits0References8
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-45642

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix cancellation of a DIO and single read subrequests When the preparation of a new subrequest for a read fails, if the subrequest has already been added to the stream-subrequests list, it can't simply be put and abandoned...

5.4AI score0.00448EPSS
Exploits0References3
OSV
OSV
added 3 days ago4 views

CVE-2026-64063 netfs: Fix streaming write being overwritten

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix streaming write being overwritten In order to avoid reading whilst writing, netfslib will allow "streaming writes" in which dirty data is stored directly into folios without reading them first. Such folios are marked...

5.4AI score0.00168EPSS
Exploits0References7
CVE
CVE
added 3 days ago6 views

CVE-2026-64063

CVE-2026-64063 concerns the Linux kernel netfs subsystem, where streaming writes could partially overwrite dirty folios without correctly updating state. The issue occurred when a partially written streaming page was overwritten by a subsequent write: netfs_perform_write() could copy over the pag...

5.4AI score0.00168EPSS
Exploits0References4
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-45636

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix streaming write being overwritten In order to avoid reading whilst writing, netfslib will allow "streaming writes" in which dirty data is stored directly into folios without reading them first. Such folios are marked...

5.4AI score0.00168EPSS
Exploits0References4
Cvelist
Cvelist
added 3 days ago27 views

CVE-2026-64063 netfs: Fix streaming write being overwritten

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix streaming write being overwritten In order to avoid reading whilst writing, netfslib will allow "streaming writes" in which dirty data is stored directly into folios without reading them first. Such folios are marked...

0.00168EPSS
Exploits0References4
OSV
OSV
added 3 days ago4 views

CVE-2026-64060 netfs: Fix leak of request in netfs_write_begin() error handling

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.3AI score0.00166EPSS
Exploits0References6
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-45633

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.4AI score0.00166EPSS
Exploits0References3
CVE
CVE
added 3 days ago6 views

CVE-2026-64060

In the Linux kernel netfs subsystem, CVE-2026-64060 fixes a leak of the request reference in netfs_write_begin() when an error occurs in netfs_wait_for_read(). The issue was resolved by adjusting error handling to avoid leaking the request’s ref. This entry contains concrete details about the aff...

5.4AI score0.00166EPSS
Exploits0References3
CVE
CVE
added 3 days ago7 views

CVE-2026-64059

The CVE affects the Linux kernel netfs code, specifically netfs_perform_write(), where folio->private was not reliably managed across NULL, NETFS_FOLIO_COPY_TO_CACHE, and netfs_folio/group pointers. This could lead to multiple attachments of private data, folio ref leaks, and leaks of netfs_fo...

5.4AI score0.00168EPSS
Exploits0References4
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-45632

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio-private handling in netfsperformwrite Under some circumstances, netfsperformwrite doesn't correctly manipulate folio-private between NULL, NETFSFOLIOCOPYTOCACHE, pointing to a group and pointing to a netfsfolio...

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