Lucene search
+L

23901 matches found

Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.4 views

CVE-2022-50355 staging: vt6655: fix some erroneous memory clean-up loops

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References7
CVE
CVE
added 2025/09/17 2:56 p.m.36 views

CVE-2022-50355

In CVE-2022-50355, the Linux kernel issue concerns the staging vt6655 driver. In initialization functions memory is allocated with 'i' as an index increasing from 0. The cleanup on allocation failure frees memory in reverse order, with 'i' decreasing to 0, but the i=0 case is not handled, causing...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.18 views

CVE-2022-50355 staging: vt6655: fix some erroneous memory clean-up loops

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

7.8CVSS0.00215EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.11 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 skmsg not passing the gfp parameter to allocskmsg, which could result in the allocation function being calle...

5.5CVSS7.2AI score0.00399EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.12 views

PT-2025-38191

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel where the early init dt scan memory function did not distinguish between successful and unsuccessful memory setup. This caused subsequent memory...

5.5CVSS6.2AI score0.00201EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.9 views

PT-2025-38182

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak exists within the CIFS implementation when building the NTLMSSP negotiate blob fails during session setup. Specifically, the session setup request is not freed, leading t...

6.1AI score0.0018EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50245

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: rapidio: fix possible UAF when kfifoalloc fails If kfifoalloc fails in mportcdevopen, goto...

7.8CVSS5.7AI score0.00167EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.8 views

PT-2025-38165

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the vt6655 driver related to memory cleanup loops during initialization. Specifically, the driver allocates memory using an index variable that...

6.3AI score0.00215EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-39836

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - efi: stmm: Fix incorrect buffer allocation method The communication buffer allocated by setupmmhdr is later on passed to teeshmregisterkernelbuf. The latter...

7.8CVSS6.6AI score0.00152EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53267

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: driver: soc: xilinx: fix memory leak in xlnxaddcbfornotifyevent The kfree should be called...

5.5CVSS5.3AI score0.00154EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.10 views

PT-2025-38177

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the nilfs mdt destroy function related to uninitialized inode private data. Specifically, if security inode alloc fails during inode allocation alloc...

7.8CVSS5.3AI score0.21521EPSS
SaveExploits4References922
SUSE CVE
SUSE CVE
added 2025/09/16 11:35 p.m.7 views

SUSE CVE-2022-50245

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible UAF when kfifoalloc fails If kfifoalloc fails in mportcdevopen, goto errfifo and just free priv. But priv is still in the chdev-filelist, then list traversal may cause UAF. This fixes the following smatch...

7.8CVSS6.5AI score0.00167EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.10 views

SUSE CVE-2022-50271

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: Use kvmalloc/kvfree for larger packets. When copying a large file over sftp over vsock, data size is usually 32kB, and kmalloc seems to fail to try to allocate 32 32kB regions. vhost-5837: page allocation failure:...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.5 views

SUSE CVE-2022-50276

In the Linux kernel, the following vulnerability has been resolved: power: supply: fix null pointer dereferencing in powersupplygetbatteryinfo when kmalloc fail to allocate memory in kasprintf, propname will be NULL, strcmp called by ofgetproperty will cause null pointer dereference. So return...

5.5CVSS6.5AI score0.00157EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.9 views

SUSE CVE-2022-50286

In the Linux kernel, the following vulnerability has been resolved: ext4: fix delayed allocation bug in ext4clumapped for bigalloc + inline When converting files with inline data to extents, delayed allocations made on a file system created with both the bigalloc and inline options can result in...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.6 views

SUSE 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.5CVSS6.5AI score0.00154EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.11 views

SUSE CVE-2023-53266

In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Fix possible memory leak of ffhctxt Allocated 'ffhctxt' memory leak is possible if the SMCCC version and conduit checks fail and -EOPNOTSUPP is returned without freeing the allocated memory. Fix the same by moving th...

3.3CVSS6.5AI score0.00137EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.6 views

SUSE CVE-2023-53267

In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: fix memory leak in xlnxaddcbfornotifyevent The kfree should be called when memory fails to be allocated for cbdata in xlnxaddcbfornotifyevent, otherwise there will be a memory leak, so add kfree to fix it...

5.5CVSS6.4AI score0.00154EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.9 views

SUSE CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.9 views

SUSE CVE-2023-53315

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Fix SKB corruption in REO destination ring While running traffics for a long time, randomly an RX descriptor filled with value "0" from REO destination ring is received. This descriptor which is invalid causes the...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References7
Rows per page
Query Builder