Lucene search
+L

29246 matches found

NVD
NVD
added yesterday7 views

CVE-2026-64081

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Validate framework notification message layout Framework notifications carry an indirect message in the shared RX buffer. Validate the reported offset and size before using them, reject zero-length payloads, and...

Exploits0References3
NVD
NVD
added yesterday7 views

CVE-2026-63995

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate startcmdpayloadsize from module The CMIS firmware update code reads startcmdpayloadsize from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination...

Exploits0References4
EUVD
EUVD
added yesterday3 views

EUVD-2026-45659

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 include PEC byte in pmbusblockxfer read buffer adm1266pmbusblockxfer sets up the read transaction with .buf = data-readbuf, .len = ADM1266PMBUSBLOCKMAX + 2, but readbuf in struct adm1266data is declared as u8...

5.3AI score
Exploits0References8
CVE
CVE
added yesterday3 views

CVE-2026-64081

The CVE-2026-64081 issue in the Linux kernel’s firmware arm_ffa path was resolved by enforcing strict validation of framework notification messages carried in the shared RX buffer. The fix validates reported offset and size before use, rejects zero-length payloads, and ensures that any non-header...

5.4AI score
Exploits0References3
Cvelist
Cvelist
added yesterday13 views

CVE-2026-64009 xfrm: Check for underflow in xfrm_state_mtu

In the Linux kernel, the following vulnerability has been resolved: xfrm: Check for underflow in xfrmstatemtu Leo Lin reported OOB write issue in esp component: xfrmstatemtu returns u32 but performs its arithmetic in unsigned modulo-2^32 space using an attacker-influenced "headerlen + authsize +...

Exploits0References8
CVE
CVE
added yesterday5 views

CVE-2026-63995

The CVE-2026-63995 entry documents a Linux kernel ethtool CMIS vulnerability where the firmware update path reads start_cmd_payload_size from the module FW Management Features CDB reply and uses it as the memcpy byte count into a 112-byte buffer, enabling an out-of-bounds write in cmis_fw_update_...

5.7AI score
Exploits0References4
Cvelist
Cvelist
added yesterday15 views

CVE-2026-63995 ethtool: cmis: validate start_cmd_payload_size from module

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate startcmdpayloadsize from module The CMIS firmware update code reads startcmdpayloadsize from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination...

Exploits0References4
EUVD
EUVD
added yesterday5 views

EUVD-2026-45568

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate startcmdpayloadsize from module The CMIS firmware update code reads startcmdpayloadsize from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination...

5.7AI score
Exploits0References4
CVE
CVE
added yesterday8 views

CVE-2026-63888

CVE-2026-63888 affects the Linux kernel’s SCSI target iSCSI Text PDU path. Two latent bugs in iscsit_handle_text_cmd() were fixed: (1) a CRC32C buffer overread when DataDigest is negotiated, caused by using the bumped rx_size for crc32c() instead of the actual padded payload length; the fix is to...

5.7AI score
Exploits0References8
CVE
CVE
added yesterday11 views

CVE-2026-63872

CVE-2026-63872 documents a page-frag reference leak in the Linux kernel ESP crypto path. When esp->inplace is false, the code replaces old skb page frags with a new page from the xfrm page_frag cache and builds a source scatterlist from the old frags. If the second skb_to_sgvec() (destination)...

5.5AI score
Exploits0References2
NVD
NVD
added yesterday8 views

CVE-2026-63823

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

Exploits0References8
NVD
NVD
added yesterday7 views

CVE-2026-63825

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

Exploits0References3
Cvelist
Cvelist
added yesterday14 views

CVE-2026-63823 keys: Pin request_key_auth payload in instantiate paths

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

Exploits0References8
EUVD
EUVD
added yesterday4 views

EUVD-2026-45489

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

5.3AI score
Exploits0References8
ATTACKERKB
ATTACKERKB
added yesterday5 views

CVE-2026-63823

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

5.2AI score
Exploits0References9Affected Software1
CVE
CVE
added yesterday5 views

CVE-2026-63823

The CVE-2026-63823 entry concerns the Linux kernel's request_key/auth payload handling. The issue is described as a USE-AFTER-FREE scenario in the instantiate paths when handling request_key_auth payloads, involving create/auth key flow, helper synchronization, and key revocation/destroy paths. T...

5.4AI score
Exploits0References8
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-61312

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate start cmd payload size from module The CMIS firmware update code reads start cmd payload size from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The...

5.6AI score
Exploits0References5
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-61205

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsit handle text cmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric...

5.6AI score
Exploits0References9
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-61096

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pNFS: reject zero-length r addr in nfs4 decode mp ds addr nfs4 decode mp ds addr decodes the r netid and r addr opaques of a netaddr4 from a GETDEVICEINFO multipath-DS body, then immediately calls strrchrbuf, '.' to locate...

5.5AI score
Exploits0References8
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-61139

In the Linux kernel, the following vulnerability has been resolved: keys: Pin request key auth payload in instantiate paths A: request key B: KEYCTL INSTANTIATE IOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key...

5.4AI score
Exploits0References9
Rows per page
Query Builder