Lucene search
+L

8885 matches found

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

CVE-2026-64128

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

5.5CVSS0.00128EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/19 4:17 p.m.9 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.8CVSS0.00514EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64159

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix zeropoint update where isize remoteisize Fix the update of the zero point by netfsreleasefolio when there is uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio ie...

5.2AI score0.00107EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.22 views

EUVD-2026-45842

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix partial invalidation of streaming-write folio In netfsinvalidatefolio, if the region of a partial invalidation overlaps the front but not all of a dirty write cached in a streaming write page dirty, but not uptodate,...

5.4AI score0.00122EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:40 p.m.21 views

CVE-2026-64157

CVE-2026-64157 is a Linux kernel vulnerability in the netfs subsystem's netfs_invalidate_folio() function. When a partial invalidation region overlaps the front (but not all) of a dirty write cached in a streaming-write folio, the function incorrectly sets the dirty region offset to the start rat...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64157

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix partial invalidation of streaming-write folio In netfsinvalidatefolio, if the region of a partial invalidation overlaps the front but not all of a dirty write cached in a streaming write page dirty, but not uptodate,...

5.2AI score0.00122EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/07/19 3:40 p.m.24 views

CVE-2026-64128

CVE-2026-64128 affects the Linux kernel Bluetooth ISO subsystem. A malformed ISO_END frame (without a prior ISO_START) could dereference conn->rx_skb and crash the kernel, enabling denial of service via BIS broadcasters. The fix mirrors the ISO_CONT check at the top of ISO_END to log/drop stra...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64128

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

5.2AI score0.00128EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.10 views

EUVD-2026-45813

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

5.4AI score0.00128EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.36 views

CVE-2026-64128 Bluetooth: ISO: drop ISO_END frames received without prior ISO_START

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

0.00128EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.21 views

CVE-2026-64128

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

5.5CVSS5.3AI score0.00128EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:39 p.m.28 views

CVE-2026-64062

The CVE-2026-64062 issue affects the Linux kernel netfs subsystem, specifically a deadlock risk in write-through mode. The fix in netfs_advance_writethrough() ensures the supplied folio is always unlocked and marked dirty if not yet at the end; however, writeback cannot occur until the folio is d...

5.3AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.35 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.8CVSS0.00514EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 3:39 p.m.14 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.13 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.44 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.8 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
NVD
NVD
added 2026/07/19 12:16 p.m.9 views

CVE-2026-53381

In the Linux kernel, the following vulnerability has been resolved: virtiofs: fix UAF on submount umount iput called from fusereleaseend can Oops if the super block has already been destroyed. Normally this is prevented by waiting for numwaiting to go down to zero before commencing with super blo...

7.8CVSS0.00139EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:01 p.m.9 views

CVE-2026-53396

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posixacl leak and ignored error in nfsd4createfile nfsd4createfile has two bugs in its ACL handling: The return value of nfsd4acltoattr is silently discarded. When the NFSv4-to-POSIX ACL conversion fails e.g., -EINVAL f...

5.2AI score0.0038EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.12 views

PT-2026-61476

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfs component where the zero point—the file position from which the system assumes the server will return zeros to avoid unnecessary reads—is updated incorrectly...

5.5CVSS5.2AI score0.00107EPSS
SaveExploits0
Rows per page
Query Builder