Lucene search
+L

39 matches found

ATTACKERKB
ATTACKERKB
added 2026/02/14 3:9 p.m.6 views

CVE-2026-23122

In the Linux kernel, the following vulnerability has been resolved: igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue The previous 7 KB per queue caused TX unit hangs under heavy timestamping load. Reducing to 5 KB avoids these hangs and matches the TSN recommendation in I225/I226 SW Use...

5.4AI score0.001EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/02/04 4:8 p.m.10 views

EUVD-2026-5456

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

5.7AI score0.00142EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.9 views

SUSE CVE-2022-50740

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of urbs in ath9khifusbdealloctxurbs Syzkaller reports a long-known leak of urbs in ath9khifusbdealloctxurbs. The cause of the leak is that usbgeturb is called but usbfreeurb or usbputurb is no...

3.3CVSS6.4AI score0.00248EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/24 3:30 p.m.6 views

EUVD-2022-55821

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of urbs in ath9khifusbdealloctxurbs Syzkaller reports a long-known leak of urbs in ath9khifusbdealloctxurbs. The cause of the leak is that usbgeturb is called but usbfreeurb or usbputurb is no...

5.9AI score0.00248EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.21 views

CVE-2025-22108 bnxt_en: Mask the bd_cnt field in the TX BD properly

In the Linux kernel, the following vulnerability has been resolved: bnxten: Mask the bdcnt field in the TX BD properly The bdcnt field in the TX BD specifies the total number of BDs for the TX packet. The bdcnt field has 5 bits and the maximum number supported is 32 with the value 0...

8.6CVSS0.00257EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-44951

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - serial: sc16is7xx: fix TX fifo corruption Sometimes, when a packet is received on channel A at almost the same time as a packet is about to be transmitted on...

7.8CVSS6.7AI score0.00179EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56557

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7923: Fix buffer overflow for txbuf and ringxfer The AD7923 was updated to support devices with 8 channels, but the size of txbuf and ringxfer was not increased accordingly, leading to a potential buffer overflow in...

7.8CVSS6AI score0.00249EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/12/27 3:15 p.m.5 views

CVE-2024-56557

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7923: Fix buffer overflow for txbuf and ringxfer The AD7923 was updated to support devices with 8 channels, but the size of txbuf and ringxfer was not increased accordingly, leading to a potential buffer overflow in...

5.5CVSS6.6AI score0.00249EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/11/19 6:15 p.m.12 views

AZL-53843 CVE-2024-53083 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: init value of hdrlen/txbuflen earlier If the read of USBPDPHYRXACKNOWLEDGEREG failed, then hdrlen and txbuflen are uninitialized. This commit stops to print uninitialized value and misleading/false data...

5.5CVSS6.3AI score0.00217EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/22 7:15 a.m.23 views

CVE-2021-47457

In the Linux kernel, the following vulnerability has been resolved: can: isotp: isotpsendmsg: add result check for waiteventinterruptible Using waiteventinterruptible to wait for complete transmission, but do not check the result of waiteventinterruptible which can be interrupted. It will result ...

5.5CVSS6.6AI score0.0021EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.23 views

CVE-2021-47457

In the Linux kernel, the following vulnerability has been resolved: can: isotp: isotpsendmsg: add result check for waiteventinterruptible Using waiteventinterruptible to wait for complete transmission, but do not check the result of waiteventinterruptible which can be interrupted. It will result ...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.20 views

CVE-2021-47457 can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: isotpsendmsg: add result check for waiteventinterruptible Using waiteventinterruptible to wait for complete transmission, but do not check the result of waiteventinterruptible which can be interrupted. It will result ...

7AI score0.0021EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.4 views

SUSE CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

5.5CVSS6.7AI score0.01176EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/01 1:15 p.m.0 views

DEBIAN-CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

6.5CVSS5.8AI score0.01176EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.21 views

UBUNTU-CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

6.5CVSS6.3AI score0.01176EPSS
SaveExploits0References32
OSV
OSV
added 2022/07/31 2:57 p.m.15 views

GSD-2022-1004945 comedi: vmk80xx: fix expression for tx buffer size

comedi: vmk80xx: fix expression for tx buffer size This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.320 by commit...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/07/31 2:39 p.m.15 views

GSD-2022-1004757 comedi: vmk80xx: fix expression for tx buffer size

comedi: vmk80xx: fix expression for tx buffer size This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.200 by commit...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/07/31 2:28 p.m.10 views

GSD-2022-1004646 comedi: vmk80xx: fix expression for tx buffer size

comedi: vmk80xx: fix expression for tx buffer size This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.124 by commit...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/07/31 1:57 p.m.7 views

GSD-2022-1004297 comedi: vmk80xx: fix expression for tx buffer size

comedi: vmk80xx: fix expression for tx buffer size This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.6 by commit...

7.4AI score
SaveExploits0
Rows per page
Query Builder