Lucene search
+L

13864 matches found

OSV
OSV
added 2025/02/26 7:00 a.m.22 views

DEBIAN-CVE-2022-49221

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: populate connector of struct dppanel DP CTS test case 4.2.2.6 has valid edid with bad checksum on purpose and expect DP source return correct checksum. During drm edid read, correct edid checksum is calculated and...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:00 a.m.20 views

CVE-2022-49211

In the Linux kernel, the following vulnerability has been resolved: mips: cdmm: Fix refcount leak in mipscdmmphysbase The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.5CVSS0.00256EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:00 a.m.14 views

CVE-2022-49216

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegradsigangedprobe The reference taken by 'offinddevicebynode' must be released when not needed anymore. Add putdevice call to fix this...

5.5CVSS0.0027EPSS
SaveExploits0References9
NVD
NVD
added 2025/02/26 7:00 a.m.21 views

CVE-2022-49201

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: fix race between xmit and reset There is a race between reset and the transmit paths that can lead to ibmvnicxmit accessing an scrq after it has been freed in the reset path. It can result in a crash like: Kernel attempt...

9.8CVSS0.00487EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:00 a.m.5 views

DEBIAN-CVE-2022-49149

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call timer start racing with call destruction The rxrpccall struct has a timer used to handle various timed events relating to a call. This timer can get started from the packet input routines that are run in softirq...

4.7CVSS5.1AI score0.00474EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:00 a.m.14 views

CVE-2022-49132

In the Linux kernel, the following vulnerability has been resolved: ath11k: pci: fix crash on suspend if board file is not found Mario reported that the kernel was crashing on suspend if ath11k was not able to find a board file: 473.693286 PM: Suspending system s2idle 473.693291 printk: Suspendin...

5.5CVSS0.00256EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:00 a.m.7 views

CVE-2022-49114

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix use after free in fcexchabtsresp fcexchreleaseep will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is still used in the following code, which will lead to a use...

8.8CVSS0.00357EPSS
SaveExploits0References9
NVD
NVD
added 2025/02/26 7:00 a.m.11 views

CVE-2022-49084

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

7.5CVSS0.00659EPSS
SaveExploits0References7
NVD
NVD
added 2025/02/26 7:00 a.m.21 views

CVE-2022-49070

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix unregistering of framebuffers without device OF framebuffers do not have an underlying device in the Linux device hierarchy. Do a regular unregister call instead of hot unplugging such a non-existing device. Fixes a NU...

5.5CVSS0.00256EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 6:37 a.m.14 views

CVE-2021-4453

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a potential gpumetricstable memory leak Memory is allocated for gpumetricstable in renoirinitsmctables, but not freed in int smuv120finismctables. Free it!...

5.5CVSS0.00272EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/26 6:37 a.m.22 views

CVE-2021-47657

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Ensure that objs is not NULL in virtiogpuarrayputfree If virtiogpuobjectshmeminit fails e.g. due to fault injection, as it happened in the bug report by syzbot, virtiogpuarrayputfree could be called with objs equal to...

5.5CVSS0.00273EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 6:37 a.m.14 views

CVE-2021-47644

In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057init and create new functions for handling zr-videodev. This permit to ease code reading and fix a zr-videodev memory leak...

5.5CVSS7AI score
SaveExploits0References6
NVD
NVD
added 2025/02/26 6:37 a.m.18 views

CVE-2021-47639

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Zap all roots when unmapping gfn range in TDP MMU Zap both valid and invalid roots when zapping/unmapping a gfn range, as KVM must ensure it holds no references to the freed page after returning from the unmap...

7.8CVSS0.00247EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/26 2:24 a.m.24 views

CVE-2022-49731 ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in atahostallocpinfo In an unlikely and probably wrong? case that the 'ppi' parameter of atahostallocpinfo points to an array starting with a NULL pointer, there's going to be a kernel oop...

0.0028EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:24 a.m.293 views

CVE-2022-49731

CVE-2022-49731 affects the Linux kernel’s ata_libata-core. The flaw is a NULL pointer dereference in ata_host_alloc_pinfo() if the ppi array starts with NULL, causing a kernel oops. The fix initializes the local pi variable to &ata_dummy_port_info to prevent the oops. This vulnerability is addres...

5.5CVSS6.2AI score0.0028EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:24 a.m.28 views

CVE-2022-49724 tty: goldfish: Fix free_irq() on remove

In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix freeirq on remove Pass the correct devid to freeirq to fix this splat when the driver is unbound: WARNING: CPU: 0 PID: 30 at kernel/irq/manage.c:1895 freeirq Trying to free already-free IRQ 65 Call Trace:...

0.00271EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.15 views

CVE-2022-49724

In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix freeirq on remove Pass the correct devid to freeirq to fix this splat when the driver is unbound: WARNING: CPU: 0 PID: 30 at kernel/irq/manage.c:1895 freeirq Trying to free already-free IRQ 65 Call Trace:...

7.8CVSS5.6AI score0.00271EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:24 a.m.13 views

CVE-2022-49720 block: Fix handling of offline queues in blk_mq_alloc_request_hctx()

In the Linux kernel, the following vulnerability has been resolved: block: Fix handling of offline queues in blkmqallocrequesthctx This patch prevents that test nvme/004 triggers the following: UBSAN: array-index-out-of-bounds in block/blk-mq.h:135:9 index 512 is out of range for type 'long...

7.8CVSS5.3AI score
SaveExploits0References7
OSV
OSV
added 2025/02/26 2:24 a.m.16 views

CVE-2022-49718 irqchip/apple-aic: Fix refcount leak in aic_of_ic_init

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in aicoficinit ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS4.9AI score
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:24 a.m.157 views

CVE-2022-49716

CVE-2022-49716 affects the Linux kernel’s irqchip/gic-v3 mechanism. The vulnerability stems from incorrect refcount handling in gic_populate_ppi_partitions: of_get_child_by_name() returns a node pointer with an incremented refcount, and if not properly released, a refcount leak occurs when kcallo...

5.5CVSS5.4AI score0.00281EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder