Lucene search
+L

20239 matches found

OSV
OSV
added 3 days ago5 views

CVE-2026-64014 Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB buffer size

In the Linux kernel, the following vulnerability has been resolved: Input: usbtouchscreen - clamp NEXIO datalen/xlen to URB buffer size nexioreaddata pulls datalen and xlen from a packed be16 header in the device's interrupt packet and then walks packet-data0..xlen and packet-dataxlen..datalen...

5.5AI score0.00176EPSS
Exploits0References11
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-45587

In the Linux kernel, the following vulnerability has been resolved: Input: usbtouchscreen - clamp NEXIO datalen/xlen to URB buffer size nexioreaddata pulls datalen and xlen from a packed be16 header in the device's interrupt packet and then walks packet-data0..xlen and packet-dataxlen..datalen...

5.6AI score0.00176EPSS
Exploits0References8
CVE
CVE
added 3 days ago8 views

CVE-2026-64014

The CVE-2026-64014 issue affects the Linux kernel USB touchscreen path for NEXIO devices (nexio_read_data). It describes a vulnerability where data_len and x_len are read from a 16-bit header and used to walk packet data without proper bounds, potentially enabling a ~64 KiB out-of-bounds read pas...

5.6AI score0.00176EPSS
Exploits0References8
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-45573

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix potential OOB access in supervision frame handling Ensure the entire TLV header is linearized before access by adding sizeofstruct hsrsuptlv to the pskbmaypull calls. Without this, a truncated frame could cause an...

5.4AI score0.00497EPSS
Exploits0References6
OSV
OSV
added 3 days ago5 views

CVE-2026-64000 net: hsr: fix potential OOB access in supervision frame handling

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix potential OOB access in supervision frame handling Ensure the entire TLV header is linearized before access by adding sizeofstruct hsrsuptlv to the pskbmaypull calls. Without this, a truncated frame could cause an...

9.8CVSS5.3AI score0.00497EPSS
Exploits0References9
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63996 ethtool: cmis: require exact CDB reply length

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS0.00128EPSS
Exploits0References4
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-45569

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

5.4AI score0.00128EPSS
Exploits0References4
CVE
CVE
added 3 days ago7 views

CVE-2026-63996

CVE-2026-63996 concerns the Linux kernel ethtool cmis path. The issue arises when a malicious SFP module responds with a reply length longer than what cmis_cdb_process_reply() expects, potentially causing out-of-bounds writes. The fix involves strengthening the existing length checks to also guar...

7.8CVSS5.4AI score0.00128EPSS
Exploits0References4
Debian CVE
Debian CVE
added 3 days ago2 views

CVE-2026-63996

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS5.3AI score0.00128EPSS
Exploits0
OSV
OSV
added 3 days ago4 views

CVE-2026-63996 ethtool: cmis: require exact CDB reply length

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS5.3AI score0.00128EPSS
Exploits0References7
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63985 ethtool: eeprom: add more safeties to EEPROM Netlink fallback

In the Linux kernel, the following vulnerability has been resolved: ethtool: eeprom: add more safeties to EEPROM Netlink fallback The Netlink fallback path for reading module EEPROM fallbacksetparams validates that offset totallen return -EINVAL; This could lead to surprises in both drivers and...

7.8CVSS0.00129EPSS
Exploits0References7
Debian CVE
Debian CVE
added 3 days ago2 views

CVE-2026-63985

In the Linux kernel, the following vulnerability has been resolved: ethtool: eeprom: add more safeties to EEPROM Netlink fallback The Netlink fallback path for reading module EEPROM fallbacksetparams validates that offset totallen return -EINVAL; This could lead to surprises in both drivers and...

7.8CVSS5.2AI score0.00129EPSS
Exploits0
CVE
CVE
added 3 days ago9 views

CVE-2026-63985

CVE-2026-63985 affects the Linux kernel ethtool EEPROM Netlink fallback path. The vulnerability arises because the Netlink fallback function fallback_set_params() only validates that offset

7.8CVSS5.4AI score0.00129EPSS
Exploits0References7
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-45757

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix hdrlen overflow in ipv6rplsrhdecompress ipv6rplsrhdecompress computes: outhdr-hdrlen = n + 1 sizeofstruct in6addr 3; hdrlen is u8. For n = 127 the result exceeds 255 and silently truncates. With n=127 cmpri=15,...

5.5AI score0.00521EPSS
Exploits0References8
CVE
CVE
added 3 days ago10 views

CVE-2026-63984

CVE-2026-63984 affects the Linux kernel, addressing an overflow in the IPv6 RPL SRH decompression path. The bug occurs in ipv6_rpl_srh_decompress(): hdrlen is computed as outhdr->hdrlen = (((n + 1) * sizeof(struct in6_addr)) >> 3); since hdrlen is an 8-bit value, for n >= 127 the resu...

9.8CVSS5.5AI score0.00521EPSS
Exploits0References8
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63949 auxdisplay: line-display: fix OOB read on zero-length message_store()

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

0.00172EPSS
Exploits0References6
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-45722

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

5.5AI score0.00172EPSS
Exploits0References6
CVE
CVE
added 3 days ago9 views

CVE-2026-63949

The CVE-2026-63949 issue is a Linux kernel auxdisplay vulnerability in which linedisp_display() unconditionally reads msg[count - 1] before confirming count > 0, allowing an OOB read on zero-length writes to the message sysfs attribute. The underlying problem occurs in the message_store() call...

5.5AI score0.00172EPSS
Exploits0References6
OSV
OSV
added 3 days ago4 views

CVE-2026-63949 auxdisplay: line-display: fix OOB read on zero-length message_store()

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

5.5AI score0.00172EPSS
Exploits0References9
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63947 Bluetooth: HIDP: fix missing length checks in hidp_input_report()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: fix missing length checks in hidpinputreport hidpinputreport reads keyboard and mouse payload data from an skb without first verifying that skb-len contains enough data. hidprecvintrframe pulls the 1-byte HIDP...

8.8CVSS0.00341EPSS
Exploits0References7
Rows per page
Query Builder