Lucene search
+L

7942 matches found

OSV
OSV
added 2025/09/24 10:43 a.m.14 views

USN-7764-1 linux, linux-aws, linux-gcp, linux-gke, linux-gkeop, linux-lowlatency, linux-lowlatency-hwe-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - ARM64 architecture; - x86 architecture; - Compute Acceleration Framework; - Bus devices; - AM...

9.8CVSS6.7AI score0.00488EPSS
SaveExploits0References104
Microsoft CVE
Microsoft CVE
added 2025/09/24 1:01 a.m.9 views

mm/damon/sysfs: fix use-after-free in state_show()

...

7.8CVSS7AI score0.0014EPSS
SaveExploits0
OSV
OSV
added 2025/09/23 6:15 a.m.17 views

AZL-67643 CVE-2025-39886 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Tell memcg to use allowspinning=false path in bpftimerinit Currently, calling bpfmapkmallocnode from bpfasyncinit can cause various locking issues; see the following stack trace edited for style as one example: ... 10.011566...

5.5CVSS5.7AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/23 6:00 a.m.7 views

CVE-2025-39873 can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB

In the Linux kernel, the following vulnerability has been resolved: can: xilinxcan: xcanwriteframe: fix use-after-free of transmitted SKB canputechoskb takes ownership of the SKB and it may be freed during or after the call. However, xilinxcan xcanwriteframe keeps using SKB after the call. Fix th...

7.8CVSS6.5AI score
SaveExploits0References10
Snyk
Snyk
added 2025/09/23 12:00 a.m.3 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free via the memory management process. An attacker can execute arbitrary code or cause a crash by tricking a user into processing or loading malicious web content. This is only exploitable if the system has specific packages...

8.8CVSS7.5AI score0.00768EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/09/23 12:00 a.m.5 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free via the memory management process. An attacker can execute arbitrary code or cause a crash by tricking a user into processing or loading malicious web content. This is only exploitable if the system has specific packages...

8.8CVSS7.5AI score0.00768EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/09/21 1:01 a.m.7 views

mm: slub: avoid wake up kswapd in set_track_prepare

...

5.5CVSS6.8AI score0.00115EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/20 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53353

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However,...

5.5CVSS5.8AI score0.00167EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/18 11:43 p.m.5 views

SUSE CVE-2022-50393

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: SDMA update use unlocked iterator SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. WARNING: CPU: 0 PID: 1475 at...

5.5CVSS6.6AI score0.00162EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/18 11:38 p.m.5 views

SUSE CVE-2023-53371

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5efsttredirectanycreate The memory pointed to by the fs-any pointer is not freed in the error path of mlx5efsttredirectanycreate, which can lead to a memory leak. Fix by freeing the memory in the...

5.5CVSS6.4AI score0.00154EPSS
SaveExploits0References17
NVD
NVD
added 2025/09/18 4:15 p.m.5 views

CVE-2023-53444

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix bulkmove corruption when adding a entry When the resource is the first in the bulkmove range, adding it again thus moving it to the tail will corrupt the list since the first pointer is not moved. This eventually lea...

5.5CVSS0.00143EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/18 2:15 p.m.21 views

CVE-2023-53414

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 2:15 p.m.5 views

DEBIAN-CVE-2023-53376

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.1CVSS6.1AI score0.00162EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 2:15 p.m.14 views

CVE-2022-50384

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: Fix possible UAF in tsi148dmalistadd Smatch report warning as follows: drivers/staging/vmeuser/vmetsi148.c:1757 tsi148dmalistadd warn: '&entry-list' not removed from list In tsi148dmalistadd, the error path "got...

7.8CVSS0.00167EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.4 views

CVE-2023-53413 USB: isp116x: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: isp116x: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

6.2AI score0.00145EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.10 views

CVE-2023-53409 drivers: base: component: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: drivers: base: component: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call...

0.00145EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.0 views

CVE-2023-53401 mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()

In the Linux kernel, the following vulnerability has been resolved: mm: kmem: fix a NULL pointer dereference in objstockflushrequired KCSAN found an issue in objstockflushrequired: stock-cachedobjcg can be reset between the check and dereference:...

6.1AI score0.00135EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/18 1:33 p.m.17 views

CVE-2023-53401

In the Linux kernel, the following vulnerability has been resolved: mm: kmem: fix a NULL pointer dereference in objstockflushrequired KCSAN found an issue in objstockflushrequired: stock-cachedobjcg can be reset between the check and dereference:...

4.7CVSS4.9AI score0.00135EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.14 views

CVE-2023-53371 net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5efsttredirectanycreate The memory pointed to by the fs-any pointer is not freed in the error path of mlx5efsttredirectanycreate, which can lead to a memory leak. Fix by freeing the memory in the...

0.00154EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/18 1:33 p.m.35 views

CVE-2023-53371

CVE-2023-53371 (Linux kernel): memory leak in net/mlx5e related to mlx5e_fs_tt_redirect_any_create; the error path did not free fs->any, fix frees memory in the error path to align with mlx5e_fs_tt_redirect_any_destroy().

5.5CVSS6AI score0.00154EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder