Lucene search
+L

10465 matches found

Cvelist
Cvelist
added 2025/10/07 3:21 p.m.19 views

CVE-2022-50547 media: solo6x10: fix possible memory leak in solo_sysfs_init()

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

0.00204EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 3:21 p.m.11 views

CVE-2022-50547 media: solo6x10: fix possible memory leak in solo_sysfs_init()

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

6.5AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.12 views

CVE-2022-50543 RDMA/rxe: Fix mr->map double free

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix mr-map double free rxemrcleanup which tries to free mr-map again will be called when rxemrinituser fails: CPU: 0 PID: 4917 Comm: rdmaflushserv Kdump: loaded Not tainted 6.1.0-rc1-roce-flush+ 25 Hardware name: QEMU...

7.8CVSS0.00162EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.7 views

CVE-2022-50543 RDMA/rxe: Fix mr->map double free

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix mr-map double free rxemrcleanup which tries to free mr-map again will be called when rxemrinituser fails: CPU: 0 PID: 4917 Comm: rdmaflushserv Kdump: loaded Not tainted 6.1.0-rc1-roce-flush+ 25 Hardware name: QEMU...

7.8CVSS6.4AI score
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 3:21 p.m.6 views

EUVD-2025-32785

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix mr-map double free rxemrcleanup which tries to free mr-map again will be called when rxemrinituser fails: CPU: 0 PID: 4917 Comm: rdmaflushserv Kdump: loaded Not tainted 6.1.0-rc1-roce-flush+ 25 Hardware name: QEMU...

5.9AI score0.00162EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:21 p.m.50 views

CVE-2022-50543

In CVE-2022-50543, Linux kernel RDMA/rxe has a double free of mr->map when rxe_mr_init_user() fails and rxe_mr_cleanup() is called. The root cause involved freeing mr->map twice in the error path, traced through prior commits and a revert, and has been fixed by making rxe_mr_cleanup() free ...

7.8CVSS6AI score0.00162EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.13 views

EUVD-2025-32824

In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpifirmwareprobe In rpifirmwareprobe, if mboxrequestchannel fails, the 'fw' will not be freed through rpifirmwaredelete, fix this leak by calling kfree in the error path...

6AI score0.00156EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/07 3:19 p.m.37 views

CVE-2023-53638

Technical details for CVE-2023-53638 are not publicly available in the provided documents. Monitor for updates from official advisories.

7.8CVSS6AI score0.00139EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.23 views

CVE-2023-53638 octeon_ep: cancel queued works in probe error path

In the Linux kernel, the following vulnerability has been resolved: octeonep: cancel queued works in probe error path If it fails to get the devices's MAC address, octepprobe exits while leaving the delayed work intrpolltask queued. When the work later runs, it's a use after free. Move the...

7CVSS0.00139EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/07 3:19 p.m.10 views

CVE-2023-53638 octeon_ep: cancel queued works in probe error path

In the Linux kernel, the following vulnerability has been resolved: octeonep: cancel queued works in probe error path If it fails to get the devices's MAC address, octepprobe exits while leaving the delayed work intrpolltask queued. When the work later runs, it's a use after free. Move the...

7CVSS6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.20 views

CVE-2023-53625 drm/i915/gvt: fix vgpu debugfs clean in remove

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gvt: fix vgpu debugfs clean in remove Check carefully on root debugfs available when destroying vgpu, e.g in remove case drm minor's debugfs root might already be destroyed, which led to kernel oops like below. Console:...

0.00205EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.23 views

CVE-2023-53625

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gvt: fix vgpu debugfs clean in remove Check carefully on root debugfs available when destroying vgpu, e.g in remove case drm minor's debugfs root might already be destroyed, which led to kernel oops like below. Console:...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.12 views

EUVD-2025-32838

In the Linux kernel, the following vulnerability has been resolved: iommu/fslpamu: Fix resource leak in fslpamuprobe The fslpamuprobe returns directly when createcsd failed, leaving irq and memories unreleased. Fix by jumping to error if createcsd returns error...

6AI score0.00161EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/07 3:19 p.m.12 views

CVE-2022-50525 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()

In the Linux kernel, the following vulnerability has been resolved: iommu/fslpamu: Fix resource leak in fslpamuprobe The fslpamuprobe returns directly when createcsd failed, leaving irq and memories unreleased. Fix by jumping to error if createcsd returns error...

6.5AI score
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.11 views

SUSE CVE-2022-50477

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

3.3CVSS6.3AI score0.00154EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2020-2046

Malware in sbrugna...

5.5CVSS5.4AI score0.00521EPSS
SaveExploits0References36
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2013-1470

Malware in sbrugna...

7.4CVSS6AI score0.00583EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-18341

Malware in sbrugna...

7.8CVSS7.7AI score0.00295EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2015-8809

Malware in sbrugna...

5.5CVSS6.7AI score0.00543EPSS
SaveExploits1References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2016-8328

Malware in sbrugna...

7.5CVSS7.6AI score0.01321EPSS
SaveExploits0References2
Rows per page
Query Builder