Lucene search
+L

42 matches found

NVD
NVD
added 2026/09/22 4:18 p.m.13 views

CVE-2026-80146

Lantronix SLC8000 before firmware v9.7.0.2, EMG8500/EMG7500 before firmware v9.7.0.1, and all firmware versions of SLB882/SLCx-03/SLCx-02 contain a stack-based buffer overflow vulnerability that allows authenticated attackers to potentially execute arbitrary code by exploiting an undocumented mfc...

9.9CVSS
SaveExploits0References5
NVD
NVD
added 2026/09/22 4:17 p.m.8 views

CVE-2026-80143

Lantronix SLC8000 before firmware v9.7.0.2, EMG8500/EMG7500 before firmware v9.7.0.1, and all firmware versions of SLB882/SLCx-03/SLCx-02 contain a command injection vulnerability that allows authenticated attackers to execute arbitrary shell commands as root by exploiting an undocumented mfc...

9.9CVSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/22 3:19 p.m.4 views

EUVD-2026-84511

Lantronix SLC8000 before firmware v9.7.0.2, EMG8500/EMG7500 before firmware v9.7.0.1, and all firmware versions of SLB882/SLCx-03/SLCx-02 contain a stack-based buffer overflow vulnerability that allows authenticated attackers to potentially execute arbitrary code by exploiting an undocumented mfc...

9.9CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/22 3:19 p.m.12 views

CVE-2026-80146

Lantronix SLC8000, EMG8500, EMG7500, SLB882, SLCx-03, and SLCx-02 are affected by a stack-based buffer overflow in an undocumented mfc eeprom read command that copies unbounded user input into a bounded stack buffer before passing it to a system() call. An authenticated attacker (any user via the...

9.9CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/22 3:17 p.m.12 views

CVE-2026-80143

Lantronix Autonomous Out-of-Band Devices (SLC8000, EMG8500, EMG7500, SLB882, SLCx-03, SLCx-02) are affected by a command injection vulnerability in the undocumented mfc eeprom read CLI command, which passes unsanitized user input directly to a system() call. Authenticated attackers can exploit th...

9.9CVSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 8:19 p.m.10 views

AZL-100241 CVE-2026-89628 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: picolcd: clamp eeprom debugfs read to bytes actually received picolcddebugeepromread trusts resp-rawdata2 -- a length byte supplied by the device in its REPORTEEDATA reply -- clamped only to the caller's read count: ret =...

6AI score0.0022EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.12 views

CVE-2026-89628

In the Linux kernel, the following vulnerability has been resolved: HID: picolcd: clamp eeprom debugfs read to bytes actually received picolcddebugeepromread trusts resp-rawdata2 -- a length byte supplied by the device in its REPORTEEDATA reply -- clamped only to the caller's read count: ret =...

6AI score0.0022EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/13 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-68440

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool...

7.8CVSS5.9AI score0.00124EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/12 3:21 p.m.11 views

CVE-2026-68440

A flaw was found in the Linux kernel's txgbe network driver. When reading module EEPROM Electrically Erasable Programmable Read-Only Memory, the txgbereadeepromhostif function can attempt to copy more data than the allocated buffer size if the data length is not a multiple of four. This...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/12 12:17 a.m.10 views

CVE-2026-68440

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS0.00124EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/12 12:17 a.m.12 views

CVE-2026-68440

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 12:07 a.m.47 views

CVE-2026-68440

CVE-2026-68440 affects the Linux kernel txgbe driver: when reading module EEPROM via txgbe_read_eeprom_hostif(), the function copies round_up(length, 4) bytes into an ethtool caller buffer allocated with exactly length bytes. If length is not 4-byte aligned, this causes an out-of-bounds write (he...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/12 12:07 a.m.18 views

CVE-2026-68440 net: txgbe: fix heap overflow when reading module EEPROM

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/12 12:07 a.m.39 views

CVE-2026-68440 net: txgbe: fix heap overflow when reading module EEPROM

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS0.00124EPSS
SaveExploits0References2
attackerkb
attackerkb
added 2026/08/12 12:07 a.m.12 views

CVE-2026-68440

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

5.3AI score0.00124EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/08/12 12:07 a.m.13 views

CVE-2026-68440

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS5.2AI score0.00124EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/12 12:07 a.m.12 views

EUVD-2026-57048

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

5.3AI score0.00124EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.7 views

PT-2026-70954

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbe read eeprom hostif always copies round uplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68293

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix MCIA register buffer overflow on 32 dword reads The MCIA register can return up to 32 dwords 128 bytes when the device advertises the mcia32dwords capability, but struct mlx5ifcmciaregbits only defines dword0..11,...

7.1CVSS5.9AI score0.00138EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/11/13 12:30 a.m.13 views

EUVD-2025-150385

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix lost EEPROM read timeout error-ETIMEDOUT in lan78xxreadraweeprom Syzbot reported read of uninitialized variable BUG with following call stack. lan78xx 8-1:1.0 unnamed netdevice uninitialized: EEPROM read...

6AI score0.00185EPSS
SaveExploits0References3
Rows per page
Query Builder