Lucene search
K

2032 matches found

CVE
CVE
added 2025/10/07 3:21 p.m.16 views

CVE-2022-50545

CVE-2022-50545 concerns the Linux kernel where kmemleak reported leaks during the r6040 driver probe/remove flow. The root cause was a phy_device not being disconnected when removing an r6040 device or during error handling after a successful r6040_mii_probe, causing reference counts to stay elev...

5.5CVSS6.1AI score0.00192EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2025/10/07 3:21 p.m.4 views

CVE-2022-50545 r6040: Fix kmemleak in probe and remove

In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object 0xffff888116111000 size 2048: comm "modprobe", pid 817, jiffies 4294759745 age 76.502s hex dump first 32 bytes: 00 c4 0a 04...

5.5CVSS6.5AI score0.00192EPSS
Exploits0References12
EUVD
EUVD
added 2025/10/07 3:21 p.m.2 views

EUVD-2025-32811

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

5.9AI score0.00147EPSS
Exploits0References10
CVE
CVE
added 2025/10/07 3:21 p.m.19 views

CVE-2022-50537

CVE-2022-50537 affects the Linux kernel through a memory-leak in the Raspberry Pi firmware path. The flaw occurs in rpi_firmware_probe(): when mbox_request_channel() fails, the allocated fw was not freed, leading to a leak. The fix, as described in the vulnerability notes, frees the fw via kfree(...

5.5CVSS6.1AI score0.00142EPSS
Exploits0References6Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.6 views

CVE-2022-50537 firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()

In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpifirmwareprobe In rpifirmwareprobe, if mboxrequestchannel fails, the 'fw' will not be freed through rpifirmwaredelete, fix this leak by calling kfree in the error path...

0.00142EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/07 3:21 p.m.6 views

EUVD-2025-32824

In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpifirmwareprobe In rpifirmwareprobe, if mboxrequestchannel fails, the 'fw' will not be freed through rpifirmwaredelete, fix this leak by calling kfree in the error path...

6AI score0.00142EPSS
Exploits0References7
CVE
CVE
added 2025/10/07 3:19 p.m.12 views

CVE-2023-53638

Technical details for CVE-2023-53638 are not publicly available in the provided documents. Monitor for updates from official advisories.

7.8CVSS6AI score0.0014EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.6 views

CVE-2023-53638 octeon_ep: cancel queued works in probe error path

In the Linux kernel, the following vulnerability has been resolved: octeonep: cancel queued works in probe error path If it fails to get the devices's MAC address, octepprobe exits while leaving the delayed work intrpolltask queued. When the work later runs, it's a use after free. Move the...

0.0014EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 3:19 p.m.4 views

EUVD-2025-32791

In the Linux kernel, the following vulnerability has been resolved: octeonep: cancel queued works in probe error path If it fails to get the devices's MAC address, octepprobe exits while leaving the delayed work intrpolltask queued. When the work later runs, it's a use after free. Move the...

5.9AI score0.0014EPSS
Exploits0References3
OSV
OSV
added 2025/10/07 3:19 p.m.5 views

CVE-2023-53638 octeon_ep: cancel queued works in probe error path

In the Linux kernel, the following vulnerability has been resolved: octeonep: cancel queued works in probe error path If it fails to get the devices's MAC address, octepprobe exits while leaving the delayed work intrpolltask queued. When the work later runs, it's a use after free. Move the...

7.8CVSS6.4AI score0.0014EPSS
Exploits0References5
CVE
CVE
added 2025/10/07 3:19 p.m.15 views

CVE-2022-50514

CVE-2022-50514 concerns the Linux kernel’s usb gadget f_hid path. The vulnerability arises from a refcount leak on the error path when report_desc allocation fails: opts->refcnt has already been incremented and must be decremented to avoid leaving the options structure permanently locked. The ...

5.5CVSS6.1AI score0.00143EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.4 views

CVE-2022-50514 usb: gadget: f_hid: fix refcount leak on error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

5.5CVSS6.4AI score0.00143EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/07 3:19 p.m.4 views

EUVD-2025-32820

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtwinitcmdpriv In rtwinitcmdpriv, if pcmdpriv-rspallocatedbuf is allocated in failure, then pcmdpriv-cmdallocatedbuf will be not properly released. Besides, considering there are...

6.1AI score0.00143EPSS
Exploits0References7
OSV
OSV
added 2025/10/07 3:19 p.m.6 views

CVE-2022-50513 staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtwinitcmdpriv In rtwinitcmdpriv, if pcmdpriv-rspallocatedbuf is allocated in failure, then pcmdpriv-cmdallocatedbuf will be not properly released. Besides, considering there are...

5.5CVSS6.6AI score0.00143EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2012-5905

Malware in sbrugna...

4.7CVSS8.5AI score0.00372EPSS
Exploits0References12
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986910)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986910 advisory. In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix error handling in ath10ksetupmsaresources The devicenode pointer is returned by...

5.5CVSS5.7AI score0.0024EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987081)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987081 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drmgemshmemmmap doesn't own this reference,...

7.8CVSS6AI score0.00249EPSS
Exploits0References4
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.3 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 unqueued work in the octepprobe error path, which could lead to reuse after release...

5.9AI score0.0014EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.3 views

PT-2025-41042

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the rpi firmware probe function when mbox request channel fails. Specifically, the firmware is not freed through rpi firmware delete, leading to a memory leak. Th...

6.3AI score0.00142EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.2 views

PT-2025-41018

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the staging driver for rtl8723bs. Specifically, a memory leak exists in the rtw init cmd priv function. If pcmdpriv-rsp allocated buf is allocated...

6.3AI score0.00143EPSS
Exploits0References8
Rows per page
Query Builder