Lucene search
+L

9162 matches found

NVD
NVD
added 5 days ago7 views

CVE-2026-64041

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

7.8CVSS0.00175EPSS
SaveExploits0References3
NVD
NVD
added 5 days ago7 views

CVE-2026-64045

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

8.4CVSS0.00156EPSS
SaveExploits0References3
NVD
NVD
added 5 days ago6 views

CVE-2026-64026

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix DATA decrypt vs splice by copying data to buffer in recvmsg This improves the fix for CVE-2026-43500. Fix the pagecache corruption from in-place decryption of a DATA packet transmitted locally by splice by getting rid ...

7.8CVSS0.00128EPSS
SaveExploits0References5
NVD
NVD
added 5 days ago6 views

CVE-2026-64015

In the Linux kernel, the following vulnerability has been resolved: security/keys: fix missed RCU read section on lookup Nicholas Carlini reports that the keyring code calls assocarrayfind in findkeytoupdate without holding the RCU read lock, while the assocarraygc code really is designed around...

7.8CVSS0.00129EPSS
SaveExploits0References6
NVD
NVD
added 5 days ago7 views

CVE-2026-63995

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate startcmdpayloadsize from module The CMIS firmware update code reads startcmdpayloadsize from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination...

7.8CVSS0.00128EPSS
SaveExploits0References4
NVD
NVD
added 5 days ago6 views

CVE-2026-63969

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in rt6fillnode Sashiko reported this issue 1. Apply the same fix as commit f8d8ce1b515a "ipv6: fix possible infinite loop in fib6infousesdev". Writers holding tb6lock can listdelrcu&rt-fib6sibling...

0.00205EPSS
SaveExploits0References6
NVD
NVD
added 5 days ago6 views

CVE-2026-63968

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in fib6selectpath Found while auditing the same pattern Sashiko reported in rt6fillnode 1. Apply the same fix as commit f8d8ce1b515a "ipv6: fix possible infinite loop in fib6infousesdev". Writers...

7.5CVSS0.00655EPSS
SaveExploits0References6
NVD
NVD
added 5 days ago6 views

CVE-2026-63951

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zramwritebackendio A crash was observed in zramwritebackendio due to a NULL pointer dereference in wakeup. The root cause is a race condition between the bio completion handler zramwritebackendio and t...

7.8CVSS0.00165EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago7 views

CVE-2026-63918

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS0.00159EPSS
SaveExploits0References4
NVD
NVD
added 5 days ago4 views

CVE-2026-63895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

0.00244EPSS
SaveExploits0References7
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-45819

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Don't setup bogus ioviter for silencing At transition to the ioviter for PCM data transfer, we blindly applied the ioviter setup also for silencing i.e. data = NULL, and it leads to a calculation of bogus ioviter...

5.4AI score0.00128EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago8 views

CVE-2026-64134

The CVE-2026-64134 entry concerns the Linux kernel ALSA PCM path. The vulnerability arises during transition to iov_iter for PCM data transfer, where iov_iter was also configured for silencing (data = NULL), leading to a bogus iov_iter calculation and a NULL dereference on some architectures, not...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-64134 ALSA: pcm: Don't setup bogus iov_iter for silencing

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Don't setup bogus ioviter for silencing At transition to the ioviter for PCM data transfer, we blindly applied the ioviter setup also for silencing i.e. data = NULL, and it leads to a calculation of bogus ioviter...

7.8CVSS0.00128EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 5 days ago5 views

CVE-2026-64134

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Don't setup bogus ioviter for silencing At transition to the ioviter for PCM data transfer, we blindly applied the ioviter setup also for silencing i.e. data = NULL, and it leads to a calculation of bogus ioviter...

5.3AI score0.00128EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 5 days ago5 views

CVE-2026-64134 ALSA: pcm: Don't setup bogus iov_iter for silencing

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Don't setup bogus ioviter for silencing At transition to the ioviter for PCM data transfer, we blindly applied the ioviter setup also for silencing i.e. data = NULL, and it leads to a calculation of bogus ioviter...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago29 views

CVE-2026-64123 net: hsr: defer node table free until after RCU readers

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

7.8CVSS0.00125EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago4 views

CVE-2026-64123 net: hsr: defer node table free until after RCU readers

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 5 days ago5 views

CVE-2026-64123

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

5.2AI score0.00125EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-45808

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

5.4AI score0.00125EPSS
SaveExploits0References7
CVE
CVE
added 5 days ago11 views

CVE-2026-64123

CVE-2026-64123 concerns the Linux kernel HSR subsystem. The vulnerability arises when HSR node-list/node-status operations run under rcu_read_lock() and RTM_DELLINK teardown frees the same node table immediately via list_del(), allowing a generic-netlink reader to hold a pointer to a freed hsr_no...

7.8CVSS5.4AI score0.00125EPSS
SaveExploits0References7
Rows per page
Query Builder