Lucene search
+L

20324 matches found

OSV
OSV
•added 2026/07/25 8:51 a.m.•14 views

CVE-2026-64444 staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp IE loop The IE parsing loop in OnAssocRsp advances by pIE-length + 2 each iteration but only guards on i length from pframepktlen, which is one byte past the allocated receive buffer...

8.1CVSS5.7AI score
SaveExploits0References10
Debian CVE
Debian CVE
•added 2026/07/25 8:51 a.m.•24 views

CVE-2026-64444

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp IE loop The IE parsing loop in OnAssocRsp advances by pIE-length + 2 each iteration but only guards on i length from pframepktlen, which is one byte past the allocated receive buffer...

8.1CVSS5.7AI score0.00409EPSS
SaveExploits0
CVE
CVE
•added 2026/07/25 8:51 a.m.•56 views

CVE-2026-64444

CVE-2026-64444 - Linux kernel (rtl8723bs) OOB read in OnAssocRsp() IE loop . The vulnerability arises in the IE processing loop of OnAssocRsp(), which advances by (pIE->length + 2) per iteration but only checks i length from pframe[pkt_len] (past the buffer) and, even when headers are in bound...

8.1CVSS5.8AI score0.00409EPSS
SaveExploits0References7Affected Software1
CVE
CVE
•added 2026/07/25 8:50 a.m.•49 views

CVE-2026-64409

CVE-2026-64409 is a denial-of-service vulnerability in the Linux kernel's btmtksdio Bluetooth SDIO driver. The root cause is an incorrect time_is_before_jiffies() check in btmtksdio_txrx_work(): the timeout condition is inverted, so once the 5-second limit is exceeded the loop condition becomes a...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
•added 2026/07/25 8:50 a.m.•15 views

CVE-2026-64409

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix infinite loop in btmtksdiotxrxwork Every once in a while we see a hung btmtksdioflush task: INFO: task kworker/u17:0:189 blocked for more than 122 seconds. cancelworktimer+0x3f4/0x460...

5.5CVSS5.6AI score0.00162EPSS
SaveExploits0
OSV
OSV
•added 2026/07/25 8:50 a.m.•13 views

CVE-2026-64409 Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix infinite loop in btmtksdiotxrxwork Every once in a while we see a hung btmtksdioflush task: INFO: task kworker/u17:0:189 blocked for more than 122 seconds. cancelworktimer+0x3f4/0x460...

5.7AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•44 views

CVE-2026-64409 Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix infinite loop in btmtksdiotxrxwork Every once in a while we see a hung btmtksdioflush task: INFO: task kworker/u17:0:189 blocked for more than 122 seconds. cancelworktimer+0x3f4/0x460...

0.00162EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/25 8:50 a.m.•83 views

CVE-2026-64383

CVE-2026-64383 affects the Linux kernel’s SMB2 client path, specifically the SMB2_flush() replay handling. The issue arises when a replayable flush response is received and a retry fails before a replacement response is stored, causing a second free of the stale buffer due to persistent bookkeepi...

9.8CVSS5.9AI score0.00457EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•51 views

CVE-2026-64383 smb: client: fix double-free in SMB2_flush() replay

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2flush replay SMB2flush keeps its response buffer bookkeeping across replay attempts. If a replayable flush response is received and the retry then fails before cifssendrecv stores a replacement...

9.8CVSS0.00457EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/07/25 8:50 a.m.•14 views

EUVD-2026-48927

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2flush replay SMB2flush keeps its response buffer bookkeeping across replay attempts. If a replayable flush response is received and the retry then fails before cifssendrecv stores a replacement...

5.9AI score0.00457EPSS
SaveExploits0References5
OSV
OSV
•added 2026/07/25 8:50 a.m.•14 views

CVE-2026-64369 s390: Revert support for DCACHE_WORD_ACCESS

In the Linux kernel, the following vulnerability has been resolved: s390: Revert support for DCACHEWORDACCESS loadunalignedzeropad reads eight bytes from unaligned addresses and may cross page boundaries. It handles exceptions which may happen if reading from the second page results in an...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•50 views

CVE-2026-64369 s390: Revert support for DCACHE_WORD_ACCESS

In the Linux kernel, the following vulnerability has been resolved: s390: Revert support for DCACHEWORDACCESS loadunalignedzeropad reads eight bytes from unaligned addresses and may cross page boundaries. It handles exceptions which may happen if reading from the second page results in an...

0.0013EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/25 8:49 a.m.•47 views

CVE-2026-64290

CVE-2026-64290 affects the Linux kernel via iommufd_fault_fops_read(): on a copy_to_user() failure inside the inner loop, only the inner loop breaks, causing the outer loop to retry indefinitely and spin the reader with fault->mutex held. The public fixes implement breaking the outer while by ...

5.5CVSS5.8AI score0.00159EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
•added 2026/07/25 8:49 a.m.•47 views

CVE-2026-64290 iommufd: Break the loop on failure in iommufd_fault_fops_read()

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

0.00159EPSS
SaveExploits0References4
attackerkb
attackerkb
•added 2026/07/25 8:49 a.m.•11 views

CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.3AI score0.00159EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
•added 2026/07/25 8:49 a.m.•19 views

EUVD-2026-49002

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.8AI score0.00159EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
•added 2026/07/25 8:04 a.m.•9 views

Infinite loop on invalid input in golang.org/x/text

...

7.5CVSS7.5AI score0.00475EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/07/25 1:23 a.m.•10 views

SUSE CVE-2024-53084

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•21 views

PT-2026-64590

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the s390 architecture where the load unaligned zeropad function reads eight bytes from unaligned addresses, which may cross page boundaries. While the function handles...

5.5CVSS5.5AI score0.0013EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•13 views

PT-2026-64695

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the vfio mig get next state function where the loop used to skip unsupported optional states does not account for the VFIO DEVICE STATE ERROR sentinel. When a blocked...

5.7AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder