Lucene search
+L

64846 matches found

NVD
NVD
added 2026/07/19 4:17 p.m.9 views

CVE-2026-64057

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the locking used by afsgetlink The afs filesystem in the kernel doesn't do locking correctly for symbolic links. There are a number of problems: 1 It doesn't do any locking around afsreadsingle to prevent races between...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.9 views

CVE-2026-64030

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

8.8CVSS0.00239EPSS
SaveExploits0References3
Circl
Circl
added 2026/07/19 4:15 p.m.13 views

CVE-2026-63821

creationtimestamp| type| source ---|---|--- 2026-07-19 16:15:55+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz6hf5kqu2a...

4.8AI score0.00157EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/19 4:3 p.m.8 views

CVE-2026-63824

creationtimestamp| type| source ---|---|--- 2026-07-19 16:03:05+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz5qfsaqo2q 2026-07-21 18:20:32+00:00| seen| https://bsky.app/profile/cybernewsroom.bsky.social/post/3mr6gdzur3u2v 2026-07-21 18:20:35+00:00| seen|...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References8
Circl
Circl
added 2026/07/19 3:47 p.m.7 views

CVE-2026-63832

creationtimestamp| type| source ---|---|--- 2026-07-19 15:47:08+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz4tvv23r2q 2026-07-19 19:52:39+00:00| seen| https://infosec.exchange/users/vuldb/statuses/116948386407305637 2026-07-20 16:18:29+00:00| seen|...

8.8CVSS4.8AI score0.00223EPSS
SaveExploits0References3
Circl
Circl
added 2026/07/19 3:45 p.m.11 views

CVE-2026-63817

creationtimestamp| type| source ---|---|--- 2026-07-19 15:45:38+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz4r7nytr2q...

7.8CVSS4.8AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 3:40 p.m.6 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 score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64057

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the locking used by afsgetlink The afs filesystem in the kernel doesn't do locking correctly for symbolic links. There are a number of problems: 1 It doesn't do any locking around afsreadsingle to prevent races between...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64057 afs: Fix the locking used by afs_get_link()

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the locking used by afsgetlink The afs filesystem in the kernel doesn't do locking correctly for symbolic links. There are a number of problems: 1 It doesn't do any locking around afsreadsingle to prevent races between...

7.8CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.31 views

CVE-2026-64057 afs: Fix the locking used by afs_get_link()

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the locking used by afsgetlink The afs filesystem in the kernel doesn't do locking correctly for symbolic links. There are a number of problems: 1 It doesn't do any locking around afsreadsingle to prevent races between...

7.8CVSS0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 3:39 p.m.9 views

EUVD-2026-45619

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

5.4AI score0.00514EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64046

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:39 p.m.31 views

CVE-2026-64046

CVE-2026-64046 concerns a Linux kernel TLS issue where a chain-after-chain in the scatterlist could arise when end = 0 (start != 0). The bug creates a chain link to the content type immediately after the wrap link, and sg_next does not recursively resolve consecutive chain links, making the input...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64046 net: tls: prevent chain-after-chain in plain text SG

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.35 views

CVE-2026-64030 wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

8.8CVSS0.00239EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.16 views

CVE-2026-64030

The CVE-2026-64030 entries describe a Linux kernel WiFi bug in mac80211 (ieee80211_ml_epcs) where link_id = 15 can read sdata->link[15] beyond the 0..14 range, causing a crash when processing an EPCS Enable Response from a WiFi 7 AP. A NULL-check slip and dereferencing link->sdata leads to ...

8.8CVSS5.3AI score0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64030 wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

8.8CVSS5.3AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:39 p.m.15 views

EUVD-2026-45603

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

5.3AI score0.00239EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.11 views

CVE-2026-64030

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

8.8CVSS5.2AI score0.00239EPSS
SaveExploits0
NVD
NVD
added 2026/07/19 3:16 p.m.9 views

CVE-2026-63866

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996macstadeinitlink Clear WCID pointer removing the sta link in mt7996macstadeinitlink routine...

8.8CVSS0.00223EPSS
SaveExploits0References3
Rows per page
Query Builder