Lucene search
+L

52527 matches found

Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-72356 cifs: Fix missing credit release on failure in cifs_issue_read()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix missing credit release on failure in cifsissueread Fix missing release of credits in the failure path in cifsissueread lest retrying the subreq just overwrites the credits value...

7.5CVSS0.0063EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59255

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix missing credit release on failure in cifsissueread Fix missing release of credits in the failure path in cifsissueread lest retrying the subreq just overwrites the credits value...

5.3AI score0.0063EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago18 views

CVE-2026-72356

CVE-2026-72356 pertains to the Linux kernel CIFS subsystem. The vulnerability centers on a missing credit release on failure in the cifs_issue_read() path, with the fix ensuring credits are released on failure instead of potentially being overwritten on retry of the subrequest. The available conn...

7.5CVSS5.3AI score0.0063EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago19 views

CVE-2026-72350 netfilter: xt_u32: reject invalid shift counts

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtu32: reject invalid shift counts u32matchit executes rule-supplied shift operands on a 32-bit value. A malformed u32 rule can provide a shift count of 32 or more, triggering an undefined shift out-of-bounds during...

7.8CVSS0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago19 views

CVE-2026-72349 netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtrateest: fix u64 truncation in xtrateestmt On links faster than 34 Gbps, where byte rate may exceed 2^32-1 4.3 GBps, the comparison result becomes incorrect because the truncated value no longer reflects the actual...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago3 views

CVE-2026-72349 netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtrateest: fix u64 truncation in xtrateestmt On links faster than 34 Gbps, where byte rate may exceed 2^32-1 4.3 GBps, the comparison result becomes incorrect because the truncated value no longer reflects the actual...

5.5AI score
SaveExploits0References11
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59248

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtrateest: fix u64 truncation in xtrateestmt On links faster than 34 Gbps, where byte rate may exceed 2^32-1 4.3 GBps, the comparison result becomes incorrect because the truncated value no longer reflects the actual...

5.3AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-72349

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtrateest: fix u64 truncation in xtrateestmt On links faster than 34 Gbps, where byte rate may exceed 2^32-1 4.3 GBps, the comparison result becomes incorrect because the truncated value no longer reflects the actual...

5.3AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 5 days ago19 views

CVE-2026-72349

The CVE-2026-72349 entry concerns the Linux kernel netfilter xt_rateest component. Affected function xt_rateest_mt() truncates 64-bit byte-rate values to 32-bit when the link exceeds ~34 Gbps, causing incorrect comparison results as the estimator rate can exceed 2^32-1 (~4.3 GB/s). The fix is to ...

5.3AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-72347

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtconnmark: reject invalid shift parameters Revision 2 of the CONNMARK target accepts user-controlled shift parameters and applies them to 32-bit mark values in connmarktgshift. A shiftbits value of 32 or more triggers...

7.3CVSS5.4AI score0.00174EPSS
SaveExploits0
CVE
CVE
added 5 days ago17 views

CVE-2026-72347

CVE-2026-72347 – Linux kernel netfilter xt_connmark vulnerability affecting the CONNMARK target (revision 2). The issue arises when user-controlled shift parameters are applied to 32-bit connmark values via the function in the connmark_tg_shift() path. A shift_bits value of 32 or more triggers an...

7.3CVSS5.3AI score0.00174EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72340

In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap: fix races on the shared Super VCAP block The VCAP instances on a chip are not independent, yet they are locked independently. On sparx5 and lan969x the IS0 and IS2 instances are backed by the same Super VCAP...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-72336

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: hold L2CAP conn across debugfs control getl2capconn looks up an LE hciconn under hdev protection, but then drops that protection before reading hcon-l2capdata and before lowpancontrolwrite later dereferences...

5.5AI score0.002EPSS
SaveExploits0
CVE
CVE
added 5 days ago22 views

CVE-2026-72334

Summary: CVE-2026-72334 affects the Linux kernel Bluetooth ISO handling. The issue arises from malformed ISO_END/ISO_CONT packets not being excluded by the Core spec, which can leak memory and trigger panics. The documented scenarios include: ISO_START with rx_len=4, ISO_CONT skb->len=4, ISO_S...

8.8CVSS5.4AI score0.00341EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72334

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

8.8CVSS5.4AI score0.00341EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

5.4AI score0.00341EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago21 views

CVE-2026-72334 Bluetooth: ISO: fix malformed ISO_END/CONT handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

8.8CVSS0.00341EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72335

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix adv monitor add failure cleanup hciaddadvmonitor publishes a new advmonitor in hdev-advmonitorsidr before the powered MSFT setup step. The MSFT offload add path can then fail either locally before the...

7.8CVSS5.7AI score0.00171EPSS
SaveExploits0
CVE
CVE
added 5 days ago22 views

CVE-2026-72333

CVE-2026-72333 concerns a Linux kernel Bluetooth L2CAP TX identifier leak. The fix was to adjust ident allocation to use an IDA and ensure idents are released when responses arrive, but identifiers allocated for commands without responses (notably LE CREDITS) were not released, allowing exhaustio...

5.4AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago19 views

CVE-2026-72333 Bluetooth: L2CAP: fix tx ident leak for commands without a response

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee "Bluetooth: L2CAP: Fix not tracking outstanding TX ident" changed ident allocation to use an IDA, releasing idents in l2capputident when the...

0.00209EPSS
SaveExploits0References5
Rows per page
Query Builder