Lucene search
+L

938809 matches found

OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97583 afs: Clear stale peer app data after address list changes

In the Linux kernel, the following vulnerability has been resolved: afs: Clear stale peer app data after address list changes afsfsprobefileserver fetches the current endpoint state under server-fslock, but leaves oldalist as NULL. Consequently, afssetpeerappdata treats every address list...

7.5CVSS6.2AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97581 media: verisilicon: hantro: bound G2 HEVC tile loop to the buffer capacity

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: hantro: bound G2 HEVC tile loop to the buffer capacity preparetileinfobuffer writes one entry per tile into the tilesizes DMA buffer, sized for a grid equal to the PPS uAPI array capacity. Use the bounded...

6AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•4 views

CVE-2026-97580 media: rkvdec: bound HEVC tile loops and PPS id to the array capacity

In the Linux kernel, the following vulnerability has been resolved: media: rkvdec: bound HEVC tile loops and PPS id to the array capacity computetilesuniform and computetilesnonuniform loop over numtilecolumnsminus1 + 1 / numtilerowsminus1 + 1 entries, and assemblehwpps writes one COLUMNWIDTH /...

7.8CVSS5.8AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97579 media: mediatek: vcodec: bound AV1 tile-start copy to the array capacity

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: bound AV1 tile-start copy to the array capacity vdecav1slicesetuptile copies tilecols + 1 / tilerows + 1 entries into micolstarts / mirowstarts from the bitstream tileinfo. Bound the copy to the array...

7.8CVSS5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97578 media: verisilicon: rockchip: guard VPU981 AV1 divisor and tile buffer

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: rockchip: guard VPU981 AV1 divisor and tile buffer rockchipvpu981av1decsettileinfo divides contextupdatetileid by tileinfo-tilecols and writes one descriptor per tile into the tileinfo DMA buffer, which holds...

7.8CVSS6AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97576 media: v4l2-ctrls: validate HEVC tile counts

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-ctrls: validate HEVC tile counts The stateless HEVC decoders read numtilecolumnsminus1 + 1 entries from columnwidthminus1 and numtilerowsminus1 + 1 from rowheightminus1 and use them as tile-loop bounds, but...

7.8CVSS5.9AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97577 media: verisilicon: rockchip: reject AV1 frames exceeding the tile capacity

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: rockchip: reject AV1 frames exceeding the tile capacity rockchipvpu981av1decsettileinfo indexes the tile group entry array by tile1 tilecols + tile0, reading up to tilecols tilerows entries, lays out one...

7.8CVSS5.9AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97574 bnxt_en: Don't free the live ring's TPA state on queue restart failure

In the Linux kernel, the following vulnerability has been resolved: bnxten: Don't free the live ring's TPA state on queue restart failure bnxtqueuememalloc shallow copies the live RX ring into the clone: memcpyclone, rxr, sizeofrxr; the code currently clears pointers that the clone owns such as...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97575 media: v4l2-ctrls: validate AV1 tile counts

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-ctrls: validate AV1 tile counts The stateless AV1 decoders use tileinfo.tilecols and tilerows as loop bounds and as indices into the mistarts and insbsminus1 arrays, as the divisor for contextupdatetileid, and their...

7.8CVSS5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•1 views

CVE-2026-97573 bnxt_en: Handle buffer allocation failure in bnxt_rx_ring_reset()

In the Linux kernel, the following vulnerability has been resolved: bnxten: Handle buffer allocation failure in bnxtrxringreset bnxtrxringreset frees the ring buffers and then reallocates them, ignoring the result. bnxtalloconerxring can fail in bnxtalloconetpainfodata, which returns -ENOMEM on t...

8.1CVSS6AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97572 bnxt_en: Propagate RX ring init failures in bnxt_init_nic()

In the Linux kernel, the following vulnerability has been resolved: bnxten: Propagate RX ring init failures in bnxtinitnic bnxtinitrxrings returns an error when bnxtalloconerxring fails, but bnxtinitnic discards that return value and calls bnxtinitchip, which enables TPA. If an allocation fails,...

5.9AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97571 bnxt_en: Propagate TPA buffer allocation failures in bnxt_queue_mem_alloc()

In the Linux kernel, the following vulnerability has been resolved: bnxten: Propagate TPA buffer allocation failures in bnxtqueuememalloc bnxtalloconetpainfodata returns -ENOMEM as soon as one allocation fails. This leaves the remaining rxr-rxtpa entries zeroed. bnxtqueuememalloc discards that...

6AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:21 a.m.•5 views

CVE-2026-97570 bnxt_en: Bound SW TPA IDs to prevent crashes

In the Linux kernel, the following vulnerability has been resolved: bnxten: Bound SW TPA IDs to prevent crashes FW supports up to 1024 concurrent TPAs, so the FW TPA ID is in the range 0..1023 see commit ec4d8e7cf024 "bnxten: Add TPA ID mapping logic for 57500 chips.". bnxtallocaggidx is intended...

8.1CVSS5.6AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/25 10:21 a.m.•11 views

CVE-2026-97568

The Linux kernel contains a vulnerability within the mptcp component related to syncookies. The root cause is the use of an uninitialised bit when copying information in the subflow_ulp_clone() function. To resolve this, the backup flag from struct mptcp_subflow_request_sock is now correctly hand...

5.8AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/25 10:21 a.m.•21 views

CVE-2026-97568 mptcp: syncookies: remember the request backup flag

In the Linux kernel, the following vulnerability has been resolved: mptcp: syncookies: remember the request backup flag Instead of using an uninitialised bit when copying the info in subflowulpclone. To fix this, no need to extend the joinentry structure: backup is coming from struct...

0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:21 a.m.•4 views

CVE-2026-97569 bnxt_en: Prevent queue stop with deferred completions

In the Linux kernel, the following vulnerability has been resolved: bnxten: Prevent queue stop with deferred completions When the driver receives a burst of packets, it can mark a BD with the NOCMPL bit to defer completions. The expectation is that the last packet in the ring will have this bit...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/25 10:21 a.m.•6 views

CVE-2026-97568

In the Linux kernel, the following vulnerability has been resolved: mptcp: syncookies: remember the request backup flag Instead of using an uninitialised bit when copying the info in subflowulpclone. To fix this, no need to extend the joinentry structure: backup is coming from struct...

5.9AI score0.002EPSS
SaveExploits0
OSV
OSV
•added 2026/09/25 10:21 a.m.•4 views

CVE-2026-97568 mptcp: syncookies: remember the request backup flag

In the Linux kernel, the following vulnerability has been resolved: mptcp: syncookies: remember the request backup flag Instead of using an uninitialised bit when copying the info in subflowulpclone. To fix this, no need to extend the joinentry structure: backup is coming from struct...

5.8AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•5 views

EUVD-2026-86876

In the Linux kernel, the following vulnerability has been resolved: mptcp: syncookies: remember the request backup flag Instead of using an uninitialised bit when copying the info in subflowulpclone. To fix this, no need to extend the joinentry structure: backup is coming from struct...

5.8AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:21 a.m.•3 views

CVE-2026-97566 mptcp: pm: kernel: drop pending ADD_ADDR when removing ID0

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: kernel: drop pending ADDADDR when removing ID0 The in-kernel MPTCP path manager can leave a stale ADDADDR announcement entry alive when removing the id 0 endpoint. This happens because the id 0 removal path does not te...

5.8AI score
SaveExploits0References6
Rows per page
Query Builder