Lucene search
+L

255595 matches found

NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74464

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovsctexecute always steals or frees the skb on failure while ovsflowkeyupdate does not. So, if it fails and we return right away, the skb ends up leaked. Fix tha...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74471

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:17 p.m.6 views

AZL-96087 CVE-2026-74464 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovsctexecute always steals or frees the skb on failure while ovsflowkeyupdate does not. So, if it fails and we return right away, the skb ends up leaked. Fix tha...

5.8AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.4 views

AZL-96270 CVE-2026-74470 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix REPORT ZONES alloclen underflow OOB write respreportzones sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloclen up with ALIGN before deriving the descriptor count: repmaxzones =...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.3 views

AZL-96021 CVE-2026-74471 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74466

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Close speculative mem read possibility The domain value is extracted from a given CCA or EP11 ioctl struct when a CPRB is about to be sent. Thus this is a user controlled value. Under some special conditions custom...

0.0017EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74467

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Check CAPNETADMIN for private ioctls Gate the SIOCDEVPRIVATE ioctl commands SIOCQETHADPSETSNMPCONTROL, SIOCQETHGETCARDTYPE and SIOCQETHQUERYOAT with CAPNETADMIN capable check to ensure unprivileged users cannot invoke...

7.8CVSS0.00129EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74462

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a time...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74463

In the Linux kernel, the following vulnerability has been resolved: i2c: jz4780: Cache host clock rate at probe to prevent CCF preparelock deadlock Fix a severe AB/BA deadlock between the Common Clock Framework CCF and the I2C adapter lock, which triggers when an I2C-controlled clock generator...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

AZL-96162 CVE-2026-74454 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Supply the overflow slot size in BPOS, not the whole bin BO size vc4overflowmemwork points BPOA at a 512KB slot inside the 16MB binner BO, but writes the size of the whole BO to BPOS. On every binner out-of-memory event...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.3 views

AZL-96186 CVE-2026-74457 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: can: peakusb: add bounds check for USB channel index The channel control index ctrlidx is derived from rx-len which comes directly from a device USB payload. The mask 0x0f allows values 0-15, but the array size of usbif-dev is on...

5.8AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.6 views

AZL-96069 CVE-2026-74460 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: can: emsusb: validate CPC message lengths emsusbreadbulkcallback walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-specific payload to cover the...

5.8AI score0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74454

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Supply the overflow slot size in BPOS, not the whole bin BO size vc4overflowmemwork points BPOA at a 512KB slot inside the 16MB binner BO, but writes the size of the whole BO to BPOS. On every binner out-of-memory event...

7.8CVSS0.00129EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74461

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS0.00138EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74458

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusbleaf: kvaserusbleafwaitcmd: validate received command extents The wait and bulk receive paths walk variable-length commands from a USB buffer. A nonzero command shorter than CMDHEADERLEN can still be dispatched, and...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74459

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: es58xreadbulkcallback: fix RX buffer leak on URB resubmit failure es58xreadbulkcallback resubmits the RX URB after processing a received packet. If the resubmit succeeds, the URB remains anchored and will be handl...

0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

AZL-96012 CVE-2026-74456 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: can: peakusb: peakusbstart: fix double free of transfer buffer on URB submit error In peakusbstart, each RX URB transfer buffer is allocated with kmalloc and the URB is flagged URBFREEBUFFER so that the final usbfreeurb also free...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.3 views

AZL-96147 CVE-2026-74461 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

AZL-96111 CVE-2026-74458 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusbleaf: kvaserusbleafwaitcmd: validate received command extents The wait and bulk receive paths walk variable-length commands from a USB buffer. A nonzero command shorter than CMDHEADERLEN can still be dispatched, and...

6AI score0.00177EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.9 views

CVE-2026-74455

In the Linux kernel, the following vulnerability has been resolved: can: peakusb: validate uCAN receive record lengths pcanusbfddecodebuf walks uCAN records packed in one USB receive buffer. Require each record to contain the fixed header for its type, and verify CAN payload bytes before copying...

0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder