Lucene search
+L

2188 matches found

Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.7 views

PT-2025-37872

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the xlnx add cb for notify event function within the Xilinx SoC driver. The kfree function was not called when memory allocation for cb data failed, leading to a...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.6 views

PT-2025-37889

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the drm/msm/dpu subsystem where a failure of devm kzalloc could lead to a null pointer dereference in the dpu writeback init function. Specifically,...

6AI score0.00134EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.7 views

PT-2025-38011

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was identified in the do floppy init function within the Linux kernel. The leak occurs when floppy alloc disk fails during initialization, specifically when allocating di...

6.1AI score0.00145EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53244

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68riscbuffer to prepare the buffer, the function call dmaalloccoheren...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50276

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: power: supply: fix null pointer dereferencing in powersupplygetbatteryinfo when kmalloc fail...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.6 views

SUSE CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS6.7AI score0.00145EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/15 11:27 p.m.5 views

SUSE CVE-2023-53244

In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68riscbuffer to prepare the buffer, the function call dmaalloccoherent may fail, resulting in a empty buffer buf-cpu. Later when we free t...

5.5CVSS6.6AI score0.00135EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2023-53244

In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68riscbuffer to prepare the buffer, the function call dmaalloccoherent may fail, resulting in a empty buffer buf-cpu. Later when we free t...

5.5CVSS5.5AI score0.00135EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.10 views

CVE-2023-53211

In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpipldinfo pld before return false struct acpipldinfo pld should be freed before the return of allocation failure, to prevent memory leak, add the ACPIFREE to fix it...

5.5CVSS0.00143EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/15 3:15 p.m.7 views

CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2023-53211

In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpipldinfo pld before return false struct acpipldinfo pld should be freed before the return of allocation failure, to prevent memory leak, add the ACPIFREE to fix it...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 3:15 p.m.4 views

UBUNTU-CVE-2023-53244

In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68riscbuffer to prepare the buffer, the function call dmaalloccoherent may fail, resulting in a empty buffer buf-cpu. Later when we free t...

5.5CVSS6AI score0.00135EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.15 views

CVE-2023-53244 media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish

In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68riscbuffer to prepare the buffer, the function call dmaalloccoherent may fail, resulting in a empty buffer buf-cpu. Later when we free t...

0.00135EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 2:45 p.m.9 views

CVE-2022-50294 wifi: libertas: fix memory leak in lbs_init_adapter()

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbsinitadapter When kfifoalloc failed in lbsinitadapter, cmd buffer is not released. Add free memory to processing error path...

5.5CVSS6.4AI score0.00145EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.12 views

CVE-2022-50293 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

0.00145EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/15 2:45 p.m.28 views

CVE-2022-50293

CVE-2022-50293 affects the Linux kernel btrfs subsystem. When dropping file extent items for a range, ENOMEM could trigger a BUG_ON() path in btrfs_drop_extents(); the fix replaces those BUG_ON()s with proper transaction abort and error return handling. This means that instead of halting the tran...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.8 views

CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:45 p.m.7 views

CVE-2022-50293 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS6.6AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 2:21 p.m.3 views

CVE-2023-53211 driver core: location: Free struct acpi_pld_info *pld before return false

In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpipldinfo pld before return false struct acpipldinfo pld should be freed before the return of allocation failure, to prevent memory leak, add the ACPIFREE to fix it...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.9 views

CVE-2023-53211 driver core: location: Free struct acpi_pld_info *pld before return false

In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpipldinfo pld before return false struct acpipldinfo pld should be freed before the return of allocation failure, to prevent memory leak, add the ACPIFREE to fix it...

0.00143EPSS
SaveExploits0References3
Rows per page
Query Builder