Lucene search
+L

177 matches found

EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2025-22660

Malicious code in bioql PyPI...

7.6AI score0.00168EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/01 8:15 a.m.9 views

CVE-2025-39928

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: ensure data length is within supported range Add an explicit check for the xfer length to 'rtl9300i2cconfigxfer' to ensure the data length isn't within the supported range. In particular a data length of 0 is not...

7.1CVSS0.00122EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/01 8:07 a.m.21 views

CVE-2025-39928 i2c: rtl9300: ensure data length is within supported range

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: ensure data length is within supported range Add an explicit check for the xfer length to 'rtl9300i2cconfigxfer' to ensure the data length isn't within the supported range. In particular a data length of 0 is not...

7.1CVSS0.00122EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.1 views

CVE-2022-50394 i2c: ismt: Fix an out-of-bounds bug in ismt_access()

In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismtaccess When the driver does not check the data from the user, the variable 'data-block0' may be very large to cause an out-of-bounds bug. The following log can reveal it: 33.995542 i2c...

6.1AI score0.00167EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/09/08 11:22 p.m.9 views

SUSE CVE-2025-39680

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: Fix out-of-bounds bug in rtl9300i2csmbusxfer The data-block0 variable comes from user. Without proper check, the variable may be very large to cause an out-of-bounds bug. Fix this bug by checking the value of...

7.8CVSS6.5AI score0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/05 5:20 p.m.10 views

CVE-2025-39680 i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: Fix out-of-bounds bug in rtl9300i2csmbusxfer The data-block0 variable comes from user. Without proper check, the variable may be very large to cause an out-of-bounds bug. Fix this bug by checking the value of...

7.8CVSS6.2AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/05 12:00 a.m.8 views

PT-2025-36275

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an out-of-bounds bug in the rtl9300 i2c smbus xfer function. The data-block0 variable, sourced from user input, lacks proper validation, potentially leading t...

6.4AI score0.00153EPSS
SaveExploits0References4
NVD
NVD
added 2025/07/25 3:15 p.m.11 views

CVE-2025-38425

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/25 3:15 p.m.7 views

DEBIAN-CVE-2025-38425

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 3:15 p.m.9 views

UBUNTU-CVE-2025-38425

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS6.2AI score0.00168EPSS
SaveExploits0References28
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.17 views

CVE-2025-38425 i2c: tegra: check msg length in SMBUS block read

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/25 2:16 p.m.114 views

CVE-2025-38425

CVE-2025-38425 affects the Linux kernel i2c: tegra SMBUS block read path. Root cause: SMBUS block read reads the device-provided length without proper validation, continuing reads when length is 0 or exceeds allowed bytes. The vulnerability allows local attackers with lower privileges to potentia...

7.8CVSS6.2AI score0.00168EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.15 views

CVE-2025-38425

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 2:16 p.m.11 views

CVE-2025-38425 i2c: tegra: check msg length in SMBUS block read

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS6.3AI score
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.7 views

SUSE CVE-2022-50131

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcpsmbuswrite Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy '&mcp-txbuf5' too small 59 vs 255 drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy 'buf'...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-50131

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcpsmbuswrite Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy '&mcp-txbuf5' too small 59 vs 255 drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy 'buf'...

7.8CVSS5.7AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

UBUNTU-CVE-2022-50131

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcpsmbuswrite Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy '&mcp-txbuf5' too small 59 vs 255 drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy 'buf'...

7.8CVSS6.3AI score0.00194EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.10 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 Linux kernel that stems from mcpsmbuswrite not properly limiting the buffer size, which could lead to a buffer overflow...

7.8CVSS6.6AI score0.00194EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.22 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-35984)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-35984 advisory. - In the Linux kernel, the following vulnerability has been resolved: i2c: smbus: fix NULL function pointer...

5.5CVSS6.1AI score0.00257EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/08/27 12:00 a.m.12 views

The vulnerability of the smbus component in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the smbus component in the Linux operating system’s kernel is related to OOPS errors when the designware controller is used only as a target object. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00257EPSS
SaveExploits0References47Affected Software4
Rows per page
Query Builder