Lucene search
K

21 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fixed NULL pointer dereferencing. Pass i2cclient to pmbusisenabled to remove the assumption that a regulator device is passed in. This will fix the issue of NULL pointer dereferencing when called from pmbusgetfla...

5.5CVSS5.7AI score0.00025EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.3 views

Astra Linux - уязвимость в linux-5.15, linux-6.1

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys – fixed a NULL pointer dereferencing issue. We have registered a devm action to call adp5589clearconfig, and then passed the i2c client as an argument. This allows us to call i2cgetclientdata in order to obtai...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References2
OSV
OSV
added 2025/10/04 8:15 a.m.0 views

UBUNTU-CVE-2025-39934

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ If the interrupt occurs before resource initialization is complete, the interrupt handler/worker may access uninitialized data such as the I2C tcpcclient device,...

5.5CVSS6.2AI score0.00024EPSS
Exploits0References33
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2023-59877

Malicious code in bioql PyPI...

6.3AI score0.00025EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.2 views

SUSE CVE-2023-53206

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

5.5CVSS6.5AI score0.00025EPSS
Exploits0References15
OSV
OSV
added 2025/09/15 3:15 p.m.1 views

DEBIAN-CVE-2023-53206

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

5.5CVSS5.3AI score0.00025EPSS
Exploits0References1
CVE
CVE
added 2025/09/15 2:21 p.m.17 views

CVE-2023-53206

CVE-2023-53206 : In the Linux kernel, a NULL pointer dereference in hwmon: (pmbus_core) was fixed by removing the assumption that a regulator device is passed. The fix involves passing the i2c_client to _pmbus_is_enabled to avoid dereferencing a NULL regulator during _pmbus_get_flags, addressing ...

5.5CVSS6.1AI score0.00025EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.7 views

CVE-2023-53206 hwmon: (pmbus_core) Fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

0.00025EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.2 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 not passing the i2cclient parameter correctly, which could result in a null pointer dereference...

5.5CVSS5.9AI score0.00025EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-27412

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have...

5.5CVSS6.2AI score0.0002EPSS
Exploits0References2
CVE
CVE
added 2025/05/01 2:10 p.m.74 views

CVE-2022-49900

CVE-2022-49900 affects the Linux kernel i2c piix4 driver. In the single-adapter removal path, piix4_adapter_count is not set (default zero) during piix4_probe(), so piix4_remove() fails to remove the adapter, leaking resources (i2c client and device). This can allow leaked adapters to be accessed...

7.8CVSS6.1AI score0.00067EPSS
Exploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:0 a.m.2 views

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

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-49871 advisory. - In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer...

5.5CVSS6.1AI score0.00013EPSS
Exploits0References2
OSV
OSV
added 2024/11/08 5:54 a.m.7 views

CVE-2024-50198 iio: light: veml6030: fix IIO device retrieval from embedded device

In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6030: fix IIO device retrieval from embedded device The dev pointer that is received as an argument in the inilluminanceperiodavailableshow function references the device embedded in the IIO device, not in the i2c...

5.5CVSS6AI score0.00022EPSS
Exploits0References11
NVD
NVD
added 2024/10/21 6:15 p.m.7 views

CVE-2024-49871

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589clearconfig and then pass the i2c client as argument so that we can call i2cgetclientdata in order to get our device object. However,...

5.5CVSS0.00013EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.9 views

CVE-2024-49871 Input: adp5589-keys - fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589clearconfig and then pass the i2c client as argument so that we can call i2cgetclientdata in order to get our device object. However,...

6.8AI score0.00013EPSS
Exploits0References6
OSV
OSV
added 2024/10/21 6:1 p.m.9 views

CVE-2024-49871 Input: adp5589-keys - fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589clearconfig and then pass the i2c client as argument so that we can call i2cgetclientdata in order to get our device object. However,...

5.5CVSS6.1AI score0.00013EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/05/18 2:46 a.m.2 views

SUSE CVE-2024-27412

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client-irq will be 0. bq27xxxbatteryi2cprobe already has an if client-irq check wrapping the requestthreadedirq. B...

5.5CVSS6.5AI score0.0002EPSS
Exploits0References16
RedhatCVE
RedhatCVE
added 2024/05/17 10:38 p.m.24 views

CVE-2024-27412

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client-irq will be 0. bq27xxxbatteryi2cprobe already has an if client-irq check wrapping the requestthreadedirq. B...

5.5CVSS6.5AI score0.0002EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.23 views

CVE-2024-27412

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client-irq will be 0. bq27xxxbatteryi2cprobe already has an if client-irq check wrapping the requestthreadedirq. B...

5.5CVSS6.3AI score0.0002EPSS
Exploits0References22
Debian CVE
Debian CVE
added 2024/05/17 11:50 a.m.20 views

CVE-2024-27412

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client-irq will be 0. bq27xxxbatteryi2cprobe already has an if client-irq check wrapping the requestthreadedirq. B...

5.5CVSS7.2AI score0.0002EPSS
Exploits0
Rows per page
Query Builder