Lucene search
+L

1563 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2025/04/16 4:38 p.m.16 views

Security Bulletin: Multiple security vulnerabilities affect Go related packages shipped with IBM CICS TX Standard.

Summary Security vulnerabilities affect Go packages that are shipped with IBM CICS TX Standard. Go modules are used by IBM CICS TX Standard to simplify dependency management. It is possible for sensitive information to be exposed through data queries with an attacker causing an HTTP/2 endpoint to...

9.8CVSS7.3AI score0.91969EPSS
SaveExploits1Affected Software1
NVD
NVD
added 2025/04/16 3:16 p.m.8 views

CVE-2025-22108

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
NVD
NVD
added 2025/04/16 3:16 p.m.26 views

CVE-2025-22101

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix Tx L4 checksum The hardware only supports L4 checksum offload for TCP/UDP/SCTP protocol. There was a bug to set Tx checksum flag for the other protocol that results in Tx ring hang. Fix to compute software checksu...

5.5CVSS0.00186EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/16 2:12 p.m.136 views

CVE-2025-22108

CVE-2025-22108 affects the Linux kernel Broadcom bnxt_en driver, specifically the TX BD bd_cnt field. The field is 5 bits and should only validly hold 0, with a maximum supported value of 32. If CONFIG_MAX_SKB_FRAGS is modified such that the total number of SKB fragments approaches or exceeds the...

8.6CVSS6.5AI score0.00257EPSS
SaveExploits0References2Affected Software1
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
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.8 views

CVE-2025-22108

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.6CVSS5.1AI score0.00257EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:12 p.m.9 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.6CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:12 p.m.112 views

CVE-2025-22101

CVE-2025-22101 affects the Linux kernel net:libwx path, where a bug set the Tx L4 checksum flag for non-TCP/UDP/SCTP offloads, causing the TX ring to hang. The fix switches to software checksumming for these packets to avoid the hang. No exploitation details are provided in the documents. Remedia...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.50 views

CVE-2025-22101

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix Tx L4 checksum The hardware only supports L4 checksum offload for TCP/UDP/SCTP protocol. There was a bug to set Tx checksum flag for the other protocol that results in Tx ring hang. Fix to compute software checksu...

5.5CVSS5.4AI score0.00186EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.48 views

CVE-2025-22101 net: libwx: fix Tx L4 checksum

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix Tx L4 checksum The hardware only supports L4 checksum offload for TCP/UDP/SCTP protocol. There was a bug to set Tx checksum flag for the other protocol that results in Tx ring hang. Fix to compute software checksu...

0.00186EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/04/05 2:25 a.m.7 views

SUSE CVE-2025-21973

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix kernel panic in the bnxtgetqueuestatsrx | tx When qstats-get operation is executed, callbacks of netdevstatsops are called. The bnxtgetqueuestatsrx | tx collect per-queue stats from swstats in the rings. But rx | t...

5.5CVSS7.5AI score0.00183EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/01 4:15 p.m.12 views

CVE-2025-21954

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS0.00463EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/04/01 3:46 p.m.37 views

CVE-2025-21954 netmem: prevent TX of unreadable skbs

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS0.00463EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/01 3:46 p.m.72 views

CVE-2025-21954

CVE-2025-21954: Linux kernel netmem component vulnerability where TX of unreadable SKBs could be forwarded, potentially triggering unsafe DMA mappings. The issue arises because stable trees supported netmem RX but not TX, making unreadable RX netmem packets unsafe to forward into the device TX pa...

9.8CVSS7AI score0.00463EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/04/01 3:40 p.m.22 views

CVE-2025-21903 mctp i3c: handle NULL header address

In the Linux kernel, the following vulnerability has been resolved: mctp i3c: handle NULL header address daddr can be NULL if there is no neighbour table entry present, in that case the tx packet should be dropped. saddr will usually be set by MCTP core, but check for NULL in case a packet is...

0.00191EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.18 views

CVE-2023-52941 can: isotp: split tx timer into transmission and timeout

In the Linux kernel, the following vulnerability has been resolved: can: isotp: split tx timer into transmission and timeout The timer for the transmission of isotp PDUs formerly had two functions: 1. send two consecutive frames with a given time gap 2. monitor the timeouts for flow control frame...

0.00202EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.58 views

CVE-2023-52941

In the Linux kernel, the following vulnerability has been resolved: can: isotp: split tx timer into transmission and timeout The timer for the transmission of isotp PDUs formerly had two functions: 1. send two consecutive frames with a given time gap 2. monitor the timeouts for flow control frame...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/03/26 7:0 a.m.4 views

Qemu: virtio-net: stack buffer overflow in virtio_net_flush_tx()

...

5.3CVSS6.5AI score0.0033EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2025/03/20 9:30 a.m.8 views

com.weicoder:seata (>=3.5.1 <=3.6.2), io.seata:seata-compressor-all (>=1.5.0 <=2.0.0) +7 more potentially affected by CVE-2024-54016 via io.seata:seata-compressor-zstd (>=1.5.0 <=2.0.0)

io.seata:seata-compressor-zstd MAVEN version =1.5.0, =3.5.1, =1.5.0, =1.5.0, =1.8.0, =1.5.0, =1.7.0, =1.8.0, =2.0.0 Source cves: CVE-2024-54016 Source advisory: SNYK:JAVA-IOSEATA-9521514...

4.3CVSS5.8AI score0.00581EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2025/03/20 9:30 a.m.8 views

io.xuxiaowei.seata:seata-server (>=2.1.0 <=2.2.0), org.apache.seata:seata-compressor-all (>=2.1.0 <=2.2.0) +5 more potentially affected by CVE-2024-54016 via org.apache.seata:seata-compressor-zstd (>=2.1.0 <=2.2.0)

org.apache.seata:seata-compressor-zstd MAVEN version =2.1.0, =2.1.0, =2.1.0, =2.1.0, =2.1.0, =2.1.0, =2.1.0, =2.1.0, =2.2.0 Source cves: CVE-2024-54016 Source advisory: SNYK:JAVA-ORGAPACHESEATA-9521513...

4.3CVSS5.8AI score0.00581EPSS
SaveExploits0
Rows per page
Query Builder