Lucene search
K

560 matches found

Cvelist
Cvelist
added 2025/10/04 3:17 p.m.5 views

CVE-2023-53579 gpio: mvebu: fix irq domain leak

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: fix irq domain leak Uwe Kleine-König pointed out we still have one resource leak in the mvebu driver triggered on driver detach. Let's address it with a custom devm action...

0.00017EPSS
Exploits0References4
OSV
OSV
added 2025/10/04 3:16 p.m.3 views

CVE-2023-53533 Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe

In the Linux kernel, the following vulnerability has been resolved: Input: raspberrypi-ts - fix refcount leak in rpitsprobe rpifirmwareget take reference, we need to release it in error paths as well. Use devmrpifirmwareget helper to handling the resources. Also remove the existing rpifirmwareput...

5.5CVSS6.5AI score0.00023EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.5 views

CVE-2022-50477 rtc: class: Fix potential memleak in devm_rtc_allocate_device()

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

0.00013EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.4 views

PT-2025-40675

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference count leak exists in the rpi ts probe function within the Linux kernel. The rpi firmware get function acquires a reference, which was not being released in error paths. This...

7.8CVSS6.8AI score0.00223EPSS
Exploits0References439
CNNVD
CNNVD
added 2025/10/04 12:0 a.m.1 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 the failure to free devm resources when a device is logged off, which could lead to a memory leak...

5.8AI score0.00017EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-55533

Malicious code in bioql PyPI...

6.3AI score0.00017EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-55454

Malicious code in bioql PyPI...

6.7AI score0.00067EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-14150

Malicious code in bioql PyPI...

7.2AI score0.0008EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2023-59925

Malicious code in bioql PyPI...

8.6AI score0.00022EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-27893

Malicious code in bioql PyPI...

6.2AI score0.00018EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-31918

Malicious code in bioql PyPI...

6.4AI score0.00013EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-31951

Malicious code in bioql PyPI...

6.4AI score0.00022EPSS
Exploits0References10
Microsoft CVE
Microsoft CVE
added 2025/10/02 1:4 a.m.3 views

leds: an30259a: Use devm_mutex_init() for mutex initialization

...

5.5CVSS7AI score0.00026EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.1 views

SUSE CVE-2023-53454

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free...

6.6CVSS6.5AI score0.00022EPSS
Exploits0References20
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.1 views

SUSE CVE-2023-53472

In the Linux kernel, the following vulnerability has been resolved: pwm: lpc32xx: Remove handling of PWM channels Because LPC32xx PWM controllers have only a single output which is registered as the only PWM device/channel per controller, it is known in advance that pwm-hwpwm value is always 0. O...

5.5CVSS6.7AI score0.00017EPSS
Exploits0References19
NVD
NVD
added 2025/10/01 12:15 p.m.2 views

CVE-2023-53454

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free...

7.8CVSS0.00022EPSS
Exploits0References9
OSV
OSV
added 2025/10/01 12:15 p.m.0 views

UBUNTU-CVE-2023-53454

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free...

7.8CVSS5.7AI score0.00022EPSS
Exploits0References12
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

UBUNTU-CVE-2023-53483

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devmkzalloc in fchmiscsetup devmkzalloc may fail, clkdata-name might be NULL and will cause a NULL pointer dereference later. rjw: Subject and changelog edits...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References6
OSV
OSV
added 2025/10/01 11:42 a.m.2 views

CVE-2023-53483 ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devmkzalloc in fchmiscsetup devmkzalloc may fail, clkdata-name might be NULL and will cause a NULL pointer dereference later. rjw: Subject and changelog edits...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.3 views

CVE-2023-53454 HID: multitouch: Correct devm device reference for hidinput input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free...

0.00022EPSS
Exploits0References9
Rows per page
Query Builder