Lucene search
+L

2824 matches found

NVD
NVD
added 2026/05/01 3:16 p.m.12 views

CVE-2026-31774

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix slab-out-of-bounds read in iobundlenbufs sqe-len is u32 but gets stored into sr-len which is int. When userspace passes sqe-len values exceeding INTMAX e.g. 0xFFFFFFFF, sr-len overflows to a negative value. This...

7.1CVSS0.00125EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/01 2:15 p.m.10 views

EUVD-2026-26649

In the Linux kernel, the following vulnerability has been resolved: atm: lec: fix use-after-free in sockdefreadable A race condition exists between lecatmclose setting priv-lecd to NULL and concurrent access to priv-lecd in sendtolecd, lechandlebridge, and lecatmsend. When the socket is freed via...

5.8AI score0.00119EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43039

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emacdispatchskbzc allocates a new skb via napiallocskb but never copies the packet data from the XDP buffer into it. The skb is passed up the stack...

5.9AI score0.00308EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/05/01 2:15 p.m.32 views

CVE-2026-43039

CVE-2026-43039 concerns the Linux kernel icssg-prueth driver. In ZC RX dispatch, emac_dispatch_skb_zc() allocates a new skb via napi_alloc_skb() but fails to copy the received packet data from the XDP buffer, causing uninitialized heap memory to be passed up the stack and potentially leaking kern...

9.8CVSS5.9AI score0.00308EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/05/01 2:15 p.m.11 views

EUVD-2026-26638

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emacdispatchskbzc allocates a new skb via napiallocskb but never copies the packet data from the XDP buffer into it. The skb is passed up the stack...

5.9AI score0.00308EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.39 views

CVE-2026-43039

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emacdispatchskbzc allocates a new skb via napiallocskb but never copies the packet data from the XDP buffer into it. The skb is passed up the stack...

9.8CVSS5.8AI score0.00308EPSS
SaveExploits0
CVE
CVE
added 2026/05/01 2:15 p.m.23 views

CVE-2026-43032

CVE-2026-43032 affects the Linux kernel NFC pn533/pn532 UART receive path. The root cause is that pn532_receive_buf() appends incoming bytes to dev->recv_skb and only clears the partial frame when a complete PN532 frame header is recognized, allowing a continuous invalid stream to grow the skb...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/01 2:15 p.m.7 views

CVE-2026-43032 NFC: pn533: bound the UART receive buffer

In the Linux kernel, the following vulnerability has been resolved: NFC: pn533: bound the UART receive buffer pn532receivebuf appends every incoming byte to dev-recvskb and only resets the buffer after pn532uartrxisframe recognizes a complete frame. A continuous stream of bytes without a valid...

6.7AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43032

In the Linux kernel, the following vulnerability has been resolved: NFC: pn533: bound the UART receive buffer pn532receivebuf appends every incoming byte to dev-recvskb and only resets the buffer after pn532uartrxisframe recognizes a complete frame. A continuous stream of bytes without a valid...

5.8AI score0.00123EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.42 views

CVE-2026-43032 NFC: pn533: bound the UART receive buffer

In the Linux kernel, the following vulnerability has been resolved: NFC: pn533: bound the UART receive buffer pn532receivebuf appends every incoming byte to dev-recvskb and only resets the buffer after pn532uartrxisframe recognizes a complete frame. A continuous stream of bytes without a valid...

0.00123EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.19 views

CVE-2026-43032

In the Linux kernel, the following vulnerability has been resolved: NFC: pn533: bound the UART receive buffer pn532receivebuf appends every incoming byte to dev-recvskb and only resets the buffer after pn532uartrxisframe recognizes a complete frame. A continuous stream of bytes without a valid...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.19 views

CVE-2026-43029

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lockup in mptcprecvmsg syzbot reported a soft lockup in mptcprecvmsg 0. When receiving data with MSGPEEK | MSGWAITALL flags, the skb is not removed from the skreceivequeue. This causes skwaitdata to always find...

7.5CVSS5.7AI score0.00329EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.46 views

CVE-2026-43011 net/x25: Fix potential double free of skb

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

9.8CVSS0.00591EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/01 2:15 p.m.20 views

EUVD-2026-26587

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix slab-out-of-bounds read in iobundlenbufs sqe-len is u32 but gets stored into sr-len which is int. When userspace passes sqe-len values exceeding INTMAX e.g. 0xFFFFFFFF, sr-len overflows to a negative value. This...

5.8AI score0.00125EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/01 12:0 a.m.15 views

ISO-TP (ISO 15765-2) Support Library in C 缓冲区错误漏洞

ISO-TP ISO 15765-2 Support Library in C is an OpenXC Vehicle Platform open source ISO-TP protocol library that supports CAN bus long message transmission. A buffer error vulnerability exists in ISO-TP ISO 15765-2 Support Library in C. The vulnerability originates from an out-of-bounds read in the...

7.1CVSS5.9AI score0.00205EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.13 views

PT-2026-36507

Name of the Vulnerable Software and Affected Versions AGL agl-service-can-low-level versions prior to 17.1.12 Description A heap buffer over-read exists in the isotp-c library. In the isotp continue receive function, the payload length for a Single Frame is extracted from a 4-bit nibble in the CA...

7.1CVSS5.9AI score0.00232EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/05/01 12:0 a.m.34 views

CVE-2026-37535

openxc/isotp-c thru commit 5a5d19245f65189202719321facd49ce6f5d46ac 2021-08-09 contains an out-of-bounds read in the ISO-TP Single Frame receive handler, where the 4-bit payload length nibble is used directly as the memcpy size without validating it against the actual CAN data length. A malicious...

7.1CVSS0.00205EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/01 12:0 a.m.16 views

EUVD-2026-26688

openxc/isotp-c thru commit 5a5d19245f65189202719321facd49ce6f5d46ac 2021-08-09 contains an out-of-bounds read in the ISO-TP Single Frame receive handler, where the 4-bit payload length nibble is used directly as the memcpy size without validating it against the actual CAN data length. A malicious...

7.1CVSS5.8AI score0.00205EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/01 12:0 a.m.4 views

CVE-2026-37532

AGL agl-service-can-low-level thru 17.1.12 contains a heap buffer over-read in the isotp-c library. In isotpcontinuereceive receive.c:87-89, the payloadlength for a Single Frame is extracted from a 4-bit nibble in the CAN frame data, yielding values 0-15. However, a standard CAN frame is only 8...

7.1CVSS5.8AI score0.00232EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/05/01 12:0 a.m.20 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the mptcprecvmsg function in mptcp not keeping track of the last snooped skb when using MSGPEEK, which could...

7.5CVSS5.8AI score0.00329EPSS
SaveExploits0References1
Rows per page
Query Builder