Lucene search
+L

2343 matches found

CVE
CVE
added 2025/12/30 12:15 p.m.33 views

CVE-2022-50866

CVE-2022-50866 relates to the Linux kernel ASoC: pxa driver, where a null-pointer dereference could occur in the filter() path due to kasprintf() returning NULL when kmalloc() fails. The public fixes require checking the allocation return before using strcmp(), effectively preventing potential cr...

6.1AI score0.00227EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:15 p.m.10 views

CVE-2022-50866 ASoC: pxa: fix null-pointer dereference in filter()

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/12/30 12:08 p.m.14 views

CVE-2022-50810 rapidio: devices: fix missing put_device in mport_cdev_open

In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing putdevice in mportcdevopen When kfifoalloc fails, the refcount of chdev-dev is left incremental. We should use putdevice&chdev-dev to decrease the ref count of chdev-dev to avoid refcount leak...

6.3AI score
SaveExploits0References12
OSV
OSV
added 2025/12/30 11:10 a.m.11 views

OESA-2025-2905 ffmpeg security update

FFmpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix. It also includes a digital VCR. It can encode in real time in many formats including MPEG1 audio and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash. Security Fixes: A flaw was found in...

5.3CVSS6.5AI score0.0035EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.7 views

PT-2025-53928

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the rapidio subsystem. Specifically, a reference count leak can occur when kfifo alloc fails during device operations. This happens because t...

6.2AI score0.0027EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.2 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992487)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992487 advisory. In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate allocpercpu failure Check allocprecpu's return value and return...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54260

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbddestroy will directly...

5.6AI score0.002EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.7 views

SUSE CVE-2023-54015

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

5.5CVSS6.6AI score0.00201EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.8 views

SUSE CVE-2023-54072

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocati...

4.7CVSS6.4AI score0.002EPSS
SaveExploits0References21
EUVD
EUVD
added 2025/12/24 3:30 p.m.11 views

EUVD-2023-60323

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add check for cstate As kzalloc may fail and return NULL pointer, it should be better to check cstate in order to avoid the NULL pointer dereference in drmatomichelpercrtcreset. Patchwork:...

6AI score0.00209EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.12 views

EUVD-2022-55803

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix potential memory leak In function deviceinittd0ring, memory is allocated for member tdinfo of priv-apTD0Ringsi, with i increasing from 0. In case of allocation failure, the memory is freed in reversed order,...

6AI score0.00204EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2022-50758

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix potential memory leak In function deviceinittd0ring, memory is allocated for member tdinfo of priv-apTD0Ringsi, with i increasing from 0. In case of allocation failure, the memory is freed in reversed order,...

7.8CVSS5.7AI score0.00204EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:06 p.m.38 views

CVE-2023-54122

The CVE-2023-54122 issue affects the Linux kernel’s DRM MSM DPU path. A kzalloc failure can yield NULL when constructing cstate, risking a NULL pointer dereference in __drm_atomic_helper_crtc_reset. The publicly described fix adds a check for cstate before use to prevent dereferencing a NULL poin...

6.1AI score0.00209EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:05 p.m.31 views

CVE-2022-50758

The CVE-2022-50758 issue affects the Linux kernel staging/vt6655 code, where in device_init_td0_ring memory is allocated for priv->apTD0Rings[i]. If allocation fails, freed memory did not include i = 0, causing a potential memory leak. A fix updates the memory freeing loop to also release the ...

7.8CVSS6.1AI score0.00204EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:05 p.m.18 views

CVE-2022-50758 staging: vt6655: fix potential memory leak

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix potential memory leak In function deviceinittd0ring, memory is allocated for member tdinfo of priv-apTD0Ringsi, with i increasing from 0. In case of allocation failure, the memory is freed in reversed order,...

7.8CVSS6.4AI score
SaveExploits0References10
NVD
NVD
added 2025/12/24 11:15 a.m.7 views

CVE-2023-54015

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

0.00201EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.8 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 failure of deviceregister to free an allocated device name when it fails, which could lead to a memory...

6AI score0.00228EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.12 views

PT-2025-53124

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the device init td0 ring function within the vt6655 staging driver. Specifically, when allocating memory for the td info member of priv-apTD0Ringsi, a failure...

7.8CVSS6.4AI score0.00932EPSS
SaveExploits2References896
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.56 views

PT-2025-52972

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the net/mlx5 component, specifically in the mlx5 devcom register device function. A use-after-free condition can occur if devcom allocation fails,...

7.8CVSS6.4AI score0.00932EPSS
SaveExploits2References898
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.17 views

PT-2025-53174

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the stm32-pwr regulator driver. Specifically, the of iomap function in stm32 pwr regulator probe does not release allocated memory when devm...

7.8CVSS6.5AI score0.00932EPSS
SaveExploits2References898
Rows per page
Query Builder