Lucene search
+L

463 matches found

Cvelist
Cvelist
•added 2025/10/07 3:21 p.m.•23 views

CVE-2023-53658 spi: bcm-qspi: return error if neither hif_mspi nor mspi is available

In the Linux kernel, the following vulnerability has been resolved: spi: bcm-qspi: return error if neither hifmspi nor mspi is available If neither a "hifmspi" nor "mspi" resource is present, the driver will just early exit in probe but still return success. Apart from not doing anything...

0.00151EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/10/07 3:21 p.m.•20 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...

0.00208EPSS
SaveExploits0References9
CVE
CVE
•added 2025/10/07 3:21 p.m.•47 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.00208EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2025/10/07 3:21 p.m.•12 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...

6.5AI score
SaveExploits0References12
CVE
CVE
•added 2025/10/07 3:21 p.m.•47 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.00156EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
•added 2025/10/07 3:19 p.m.•15 views

EUVD-2025-32776

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcdmipid: Fix an error handling path in mipidspiprobe If 'mipiddetect' fails, we must free 'md' to avoid a memory leak...

6AI score0.00203EPSS
SaveExploits0References10
CVE
CVE
•added 2025/10/07 3:19 p.m.•45 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.00139EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2025/10/07 3:19 p.m.•11 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...

7CVSS6.4AI score
SaveExploits0References5
EUVD
EUVD
•added 2025/10/07 3:19 p.m.•14 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.00139EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2025/10/07 3:19 p.m.•25 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...

7CVSS0.00139EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2025/10/07 12:00 a.m.•16 views

PT-2025-41030

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A resource leak exists in the fsl pamu probe function within the iommu/fsl pamu module of the Linux kernel. Specifically, the function returns prematurely when create csd fails, resultin...

7.8CVSS7AI score0.22293EPSS
SaveExploits0References439
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986423)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986423 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: musb: dsps: Fix the probe error path Commit 7c75bde329d7 usb: musb: musbdsps: requestirq aft...

5.5CVSS5.9AI score0.00226EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-383421)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-383421 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never...

7.8CVSS6.2AI score0.00278EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•5 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986844 advisory. In the Linux kernel, the following vulnerability has been resolved: NFC: port100: fix use-after-free in port100sendcomplete Syzbot reported UAF in port100sendcomplet...

5.5CVSS5.9AI score0.00205EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987212 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: musb: dsps: Fix the probe error path Commit 7c75bde329d7 usb: musb: musbdsps: requestirq aft...

5.5CVSS5.9AI score0.00226EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2025/10/07 12:00 a.m.•24 views

PT-2025-41102

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the bcm-qspi driver. If neither a "hif mspi" nor "mspi" resource is present, the driver exits probe prematurely but still indicates success. This...

7.8CVSS6.1AI score0.09567EPSS
SaveExploits5References991
Positive Technologies
Positive Technologies
•added 2025/10/07 12:00 a.m.•13 views

PT-2025-41082

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue in the octep probe function. If the function fails to retrieve a device's MAC address, it exits while leaving a delayed work item, intr...

7.8CVSS6.4AI score0.09567EPSS
SaveExploits5References985
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•9 views

EUVD-2022-55487

Malicious code in bioql PyPI...

7.1AI score0.0024EPSS
SaveExploits0References9
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•18 views

EUVD-2025-22647

Malicious code in bioql PyPI...

7.6AI score0.00164EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•8 views

EUVD-2024-54037

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00206EPSS
SaveExploits0References9
Rows per page
Query Builder