Lucene search
+L

4930 matches found

Cvelist
Cvelist
added 2025/10/01 11:46 a.m.17 views

CVE-2023-53529 wifi: rtw88: Fix memory leak in rtw88_usb

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 size 512: comm "udev-worker", pid 534, jiffies 4294903932 age...

0.00119EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 11:46 a.m.10 views

CVE-2023-53529 wifi: rtw88: Fix memory leak in rtw88_usb

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 size 512: comm "udev-worker", pid 534, jiffies 4294903932 age...

5.5CVSS6.4AI score0.00119EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.13 views

CVE-2022-50463 powerpc/52xx: Fix a resource leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xxlpbfifoprobe has a requestirq that is not balanced by a corresponding freeirq. Add the missing call, as already done in the remove...

0.00149EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/01 11:45 a.m.31 views

CVE-2022-50463

In the Linux kernel, CVE-2022-50463 is due to a resource leak in the mpc52xx_lpbfifo_probe() error path on powerpc/52xx where a request_irq() is not balanced by a free_irq(). The patch adds the missing free_irq() call (matching behavior already present in the remove path). This affects the error-...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.9 views

CVE-2022-50463 powerpc/52xx: Fix a resource leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xxlpbfifoprobe has a requestirq that is not balanced by a corresponding freeirq. Add the missing call, as already done in the remove...

5.5CVSS6.4AI score0.00149EPSS
SaveExploits0References12
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2023-53467

CVE-2023-53467 (Linux kernel) affects the wifi driver rtwr89: a leak in rtW89_append_probe_req_ie() was fixed by ensuring kfree_skb(new) is called before goto out. The issue is a potential skb leak in that path; the documented patch closes the leak in the affected code path. The connected documen...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.13 views

CVE-2023-53467 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89appendprobereqie Do kfreeskbnew before goto out to prevent potential leak...

0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/01 11:42 a.m.11 views

CVE-2023-53467 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89appendprobereqie Do kfreeskbnew before goto out to prevent potential leak...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.23 views

CVE-2023-53460 wifi: rtw88: fix memory leak in rtw_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix memory leak in rtwusbprobe drivers/net/wireless/realtek/rtw88/usb.c:876 rtwusbprobe warn: 'hw' from ieee80211allochw not released on lines: 811 Fix this by modifying return to a goto statement...

0.00128EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/01 8:15 a.m.34 views

CVE-2025-39921

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: stop checking viability of op-maxfreq in supportsop callback In commit 13529647743d9 "spi: microchip-core-qspi: Support per spi-mem operation frequency switches" the logic for checking the viability of...

5.5CVSS0.00119EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/01 8:15 a.m.7 views

CVE-2025-39893

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spiregistercontroller function returns with an error and also on device removal. Change...

5.5CVSS0.00119EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 8:15 a.m.116 views

UBUNTU-CVE-2025-39921

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: stop checking viability of op-maxfreq in supportsop callback In commit 13529647743d9 "spi: microchip-core-qspi: Support per spi-mem operation frequency switches" the logic for checking the viability of...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/01 8:15 a.m.7 views

UBUNTU-CVE-2025-39893

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spiregistercontroller function returns with an error and also on device removal. Change...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/01 7:55 a.m.20 views

CVE-2025-39921

The CVE affects the Linux kernel driver spi-microchip-core-qspi. During probe, op->max_freq is not valid (zero) in the supports_op callback, causing baud_rate_val to be INT_MAX and risking probe failure of the attached memory device. The root cause is that the per-op frequency switch logic add...

5.5CVSS6AI score0.00119EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/10/01 7:55 a.m.4 views

CVE-2025-39921 spi: microchip-core-qspi: stop checking viability of op->max_freq in supports_op callback

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: stop checking viability of op-maxfreq in supportsop callback In commit 13529647743d9 "spi: microchip-core-qspi: Support per spi-mem operation frequency switches" the logic for checking the viability of...

6AI score0.00119EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 7:55 a.m.19 views

CVE-2025-39921 spi: microchip-core-qspi: stop checking viability of op->max_freq in supports_op callback

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: stop checking viability of op-maxfreq in supportsop callback In commit 13529647743d9 "spi: microchip-core-qspi: Support per spi-mem operation frequency switches" the logic for checking the viability of...

5.5CVSS6.4AI score0.00119EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/01 7:42 a.m.46 views

CVE-2025-39893 spi: spi-qpic-snand: unregister ECC engine on probe error and device remove

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spiregistercontroller function returns with an error and also on device removal. Change...

0.00119EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/01 7:42 a.m.19 views

CVE-2025-39893

The CVE concerns the Linux kernel SPI driver spi-qpic-snand. The root cause is that the on‑host hardware ECC engine remains registered when qcom_spi_probe() returns with an error and also on device removal, leading to use‑after‑free risks. The documented fix unregisters the ECC engine on the erro...

5.5CVSS6.1AI score0.00119EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/10/01 7:42 a.m.12 views

CVE-2025-39893

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spiregistercontroller function returns with an error and also on device removal. Change...

5.5CVSS5.5AI score0.00119EPSS
SaveExploits0
OSV
OSV
added 2025/10/01 7:42 a.m.8 views

CVE-2025-39893 spi: spi-qpic-snand: unregister ECC engine on probe error and device remove

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spiregistercontroller function returns with an error and also on device removal. Change...

5.5CVSS6.5AI score0.00119EPSS
SaveExploits0References5
Rows per page
Query Builder