Lucene search
+L

41 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2022-48928

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: adc: menz188adc: Fix a resource leak in an error handling path If iiodeviceregister fails, a previous ioremap is left unbalanced. Update the error handling...

5.5CVSS5.5AI score0.0021EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/29 2:15 p.m.3 views

DEBIAN-CVE-2025-37995

In the Linux kernel, the following vulnerability has been resolved: module: ensure that kobjectput is safe for module type kobjects In 'lookuporcreatemodulekobject', an internal kobject is created using 'modulektype'. So call to 'kobjectput' on error handling path causes an attempt to use an...

5.5CVSS5.7AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.15 views

UBUNTU-CVE-2022-49809

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25lapbreceiveframe x25lapbreceiveframe using skbcopy to get a private copy of skb, the new skb should be freed in the undersized/fragmented skb error handling path. Otherwise there is a memory leak...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/02/27 3:7 a.m.4 views

SUSE CVE-2022-49422

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix the error handling path in idxdcdevregister If a call to allocchrdevregion fails, the already allocated resources are leaking. Add the needed error handling path to fix the leak...

5.5CVSS7.8AI score0.00256EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/11/08 12:0 a.m.7 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 presence of a device child node error handling path issue...

5.5CVSS6.3AI score0.00179EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.21 views

CVE-2024-42112 net: txgbe: free isb resources at the right time

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: free isb resources at the right time When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb memory is still read after it is freed. Thus mov...

6.8AI score0.00233EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/29 3:52 p.m.22 views

CVE-2024-42069 net: mana: Fix possible double free in error handling path

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix possible double free in error handling path When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function adevrelease calls kfreemadev. We shouldn't call kfreemadev again in the erro...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.39 views

CVE-2022-48857 NFC: port100: fix use-after-free in port100_send_complete

In the Linux kernel, the following vulnerability has been resolved: NFC: port100: fix use-after-free in port100sendcomplete Syzbot reported UAF in port100sendcomplete. The root case is in missing usbkillurb calls on error handling path of -probe function. port100sendcomplete accesses devm allocat...

0.00205EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 11:29 a.m.20 views

CVE-2021-47624 net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change

In the Linux kernel, the following vulnerability has been resolved: net/sunrpc: fix reference count leaks in rpcsysfsxprtstatechange The refcount leak issues take place in an error handling path. When the 3rd argument buf doesn't match with "offline", "online" or "remove", the function simply...

0.00237EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 1:40 p.m.29 views

CVE-2023-52661 drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

5.5CVSS6.1AI score0.00223EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/17 12:8 p.m.103 views

CVE-2024-27433

CVE-2024-27433 affects the Linux kernel clock driver: mediatek mt7622-apmixedsys. The root cause was an error path where clk_data, allocated via mtk_devm_alloc_clk_data(), could be double-freed if mtk_free_clk_data() remained in the remove path. The fix removes this redundant deallocation in the ...

7.8CVSS6.7AI score0.00228EPSS
SaveExploits0References4Affected Software1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.29 views

CVE-2024-27388

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssxdecoptionarray The creds and oa-data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths...

5.5CVSS6.4AI score0.00296EPSS
SaveExploits0References34
Cvelist
Cvelist
added 2024/04/01 8:33 a.m.31 views

CVE-2024-26653 usb: misc: ljca: Fix double free in error handling path

In the Linux kernel, the following vulnerability has been resolved: usb: misc: ljca: Fix double free in error handling path When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function ljcaauxdevrelease calls kfreeauxdev-dev.platformdata to free the parameter data...

6.8AI score0.00236EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/25 9:15 a.m.5 views

DEBIAN-CVE-2021-47147

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix a resource leak in an error handling path If an error occurs after a successful 'pciioremapbar' call, it must be undone by a corresponding 'pciiounmap' call, as already done in the remove function...

6.2CVSS5.9AI score0.00202EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/03/25 12:0 a.m.7 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 presence of a resource leak in the error handling path...

6.2CVSS4.9AI score0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 11:42 p.m.14 views

GSD-2022-1005249 intel_th: Fix a resource leak in an error handling path

intelth: Fix a resource leak in an error handling path This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.2 by commit...

7.1AI score
SaveExploits0
OSV
OSV
added 2022/03/18 12:13 a.m.13 views

GSD-2022-1000732 iio: adc: men_z188_adc: Fix a resource leak in an error handling path

iio: adc: menz188adc: Fix a resource leak in an error handling path This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.16.12 by commit...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/01/01 12:0 a.m.11 views

PT-2025-8089

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A issue in the Linux kernel's ASoC: mediatek component has been identified, specifically in the mt8183 da7219 max98357 dev probe function. The problem arises from the of parse phandle...

5.5CVSS6AI score0.0022EPSS
SaveExploits0References19
OSV
OSV
added 2021/08/03 2:45 a.m.27 views

UVI-2021-1001451 tty: serial: 8250: serial_cs: Fix a memory leak in error handling path

tty: serial: 8250: serialcs: Fix a memory leak in error handling path This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.276 by commit...

7.1AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.7 views

GSD-2021-1000477 ACPI: scan: Fix a memory leak in an error handling path

ACPI: scan: Fix a memory leak in an error handling path This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.269 by commit...

7.1AI score
SaveExploits0
Rows per page
Query Builder