Lucene search
K

48 matches found

OSV
OSV
added 2025/06/18 11:1 a.m.6 views

CVE-2022-50025 cxl: Fix a memory leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmapzalloc must be balanced by a corresponding bitmapfree in the error handling path of afuallocateirqs...

5.5CVSS5.8AI score0.0016EPSS
Exploits0References11
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.5 views

PT-2025-25879 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns an error handling path in the cm3605 probe function. A commit introduced a new error handling path that should redirect to the existing error handling path to preven...

5.9AI score0.00179EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/05/07 2:20 a.m.5 views

SUSE CVE-2022-49819

In the Linux kernel, the following vulnerability has been resolved: octeonep: fix potential memory leak in octepdevicesetup When occur unsupporteddev and mbox init errors, it did not free oct-conf and iounmap oct-mmioi.hwaddr. That would trigger memory leak problem. Add kfree for oct-conf and...

5.5CVSS6.5AI score0.0014EPSS
Exploits0References3
OSV
OSV
added 2025/05/02 3:55 p.m.16 views

CVE-2023-53102 ice: xsk: disable txq irq before flushing hw

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: disable txq irq before flushing hw iceqpdis intends to stop a given queue pair that is a target of xsk pool attach/detach. One of the steps is to disable interrupts on these queues. It currently is broken in a way that...

5.5CVSS5.8AI score0.00165EPSS
Exploits0References8
CVE
CVE
added 2025/05/01 2:9 p.m.86 views

CVE-2022-49824

In the Linux kernel, CVE-2022-49824 affects the ata_tlink_add() path in libata-transport. The root cause is that transport_add_device()'s return value is not checked, which can lead to a NULL pointer dereference during module removal when transport_remove_device() is called for a device that wasn...

5.5CVSS6.3AI score0.00185EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.20 views

CVE-2025-22096 drm/msm/gem: Fix error code msm_parse_deps()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

0.00148EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.29 views

CVE-2025-22092 PCI: Fix NULL dereference in SR-IOV VF creation error path

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

0.00174EPSS
Exploits0References3
CVE
CVE
added 2025/04/01 3:47 p.m.105 views

CVE-2025-21982

CVE-2025-21982 affects the Linux kernel’s pinctrl nuvoton npcm8xx GPIO firmware path. The issue stems from devm_kasprintf() potentially returning NULL on failure, with the NULL return not being checked in npcm8xx_gpio_fw(), leading to a kernel NULL pointer dereference. A fix adds a NULL-check in ...

5.5CVSS7AI score0.00174EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/03/27 5:15 p.m.4 views

DEBIAN-CVE-2022-49741

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: fix error handling code in ufxusbprobe The current error handling code in ufxusbprobe have many unmatching issues, e.g., missing ufxfreeusblist, destroymodedb label should only include framebufferrelease,...

5.5CVSS5.2AI score0.00178EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-50292

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: spdifrx: fix dma channel release in stm32spdifrxremove In case of error when...

5.5CVSS6.2AI score0.00229EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2022-49130

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ath11k: mhi: use mhisyncpowerup If amss.bin was missing ath11k would crash during 'rmmod ath11kpci'. The reason for that was that we were using mhiasyncpowerup...

5.5CVSS6.5AI score0.00249EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2024-47665

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - i3c: mipi-i3c-hci: Error out instead on BUGON in IBI DMA setup Definitely condition dmagetcachealignment defined value 256 during driver initialization is not...

5.5CVSS6.8AI score0.00207EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2021-47143

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd...

5.5CVSS6.7AI score0.00225EPSS
Exploits0References3
CVE
CVE
added 2025/02/27 8:1 p.m.113 views

CVE-2025-21810

The CVE-2025-21810 issue affects the Linux kernel driver core class_dev_iter APIs (class_dev_iter_init/next/exit). Root cause: class_dev_iter_init can leave the iter output uninitialized when class_to_subsys() errors, enabling wild pointer dereferences in class_dev_iter_next and during iteration/...

5.5CVSS6.4AI score0.0018EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2025/02/27 2:18 a.m.56 views

CVE-2024-58021

Technical details about CVE-2024-58021 (affected components, root cause, impact, and fix specifics) are not provided in the supplied documents; monitor for updates.

5.5CVSS6.4AI score0.00195EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/02/27 2:18 a.m.10 views

CVE-2024-58020 HID: multitouch: Add NULL check in mt_input_configured

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Add NULL check in mtinputconfigured devmkasprintf can return a NULL pointer on failure,but this returned value in mtinputconfigured is not checked. Add NULL check in mtinputconfigured, to handle kernel NULL point...

5.5CVSS5.9AI score0.00216EPSS
Exploits0References14
NVD
NVD
added 2025/02/27 2:15 a.m.9 views

CVE-2024-57980

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvcstatusinit function fails to allocate the inturb, it will free the dev-status pointer but doesn't reset the pointer to NULL. This results in the kfree call in...

7.8CVSS0.00245EPSS
Exploits0References10
OSV
OSV
added 2025/02/26 2:13 a.m.9 views

CVE-2022-49514 ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8173max98090devprobe Call ofnodeputplatformnode to avoid refcount leak in the error path...

5.5CVSS5.2AI score0.00252EPSS
Exploits0References12
CVE
CVE
added 2025/01/11 2:8 p.m.165 views

CVE-2024-57809

Technical details about CVE-2024-57809 are not provided in the supplied documents. No affected products/versions or remediation steps are present. Monitor for vendor advisories for confirmation of impact and fixes.

5.5CVSS6.5AI score0.0021EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/12/29 2:56 p.m.8 views

CVE-2024-56707

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2mboxgetrsp errors in otx2dmacflt.c Add error pointer checks after calling otx2mboxgetrsp...

5.5CVSS6.9AI score0.00236EPSS
Exploits0References4
Rows per page
Query Builder