Lucene search
+L

2672 matches found

UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.12 views

CVE-2022-49169

In the Linux kernel, the following vulnerability has been resolved: f2fs: use spinlock to avoid hang 14696.634553 task:cat state:D stack: 0 pid:1613738 ppid:1613735 flags:0x00000004 14696.638285 Call Trace: 14696.639038 14696.640032 schedule+0x302/0x930 14696.640969 schedule+0x58/0xd0 14696.64179...

5.5CVSS5.7AI score0.00256EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.12 views

CVE-2022-49173

In the Linux kernel, the following vulnerability has been resolved: spi: fsi: Implement a timeout for polling status The data transfer routines must poll the status register to determine when more data can be shifted in or out. If the hardware gets into a bad state, these polling loops may never...

5.5CVSS5.9AI score0.00255EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.12 views

CVE-2022-49186

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: prevent array overflow in visconticlkregistergates This code was using -1 to represent that there was no reset function. Unfortunately, the -1 was stored in u8 so the if clksi.rsid = 0 condition was always true. Th...

7.8CVSS6.7AI score0.00244EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.11 views

CVE-2022-49184

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devmkzalloc may return NULL pointer. Therefore, it should be better to check the 'db' in order to prevent the dereference of...

5.5CVSS5.9AI score0.00256EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.9 views

CVE-2022-49071

In the Linux kernel, the following vulnerability has been resolved: drm/panel: ili9341: fix optional regulator handling If the optional regulator lookup fails, reset the pointer to NULL. Other functions such as mipidbipoweronresetconditional only do a NULL pointer check and will otherwise...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.8 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.5CVSS6.3AI score0.00648EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.15 views

CVE-2022-49171

In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first unpinuserpagesremote is dirtying pages without properly warning the file system in advance. A related race was noted by Jan Kara in 20181; however, more recently...

5.5CVSS5.8AI score0.0027EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.10 views

CVE-2022-49085

In the Linux kernel, the following vulnerability has been resolved: drbd: Fix five use after free bugs in getinitialstate In getinitialstate, it calls notifyinitialstatedoneskb,.. if cb-args5==1. If genlmsgput failed in notifyinitialstatedone, the skb will be freed by nlmsgfreeskb. Then...

7.8CVSS6.3AI score0.00279EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.10 views

CVE-2022-49048

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in ip6forward when input interface has no in6 dev associated. The following tc commands were used to reproduce this panic: tc qdisc del dev...

7.5CVSS5.9AI score0.00667EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.10 views

CVE-2022-49222

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: anx7625: Fix overflow issue on reading EDID The length of EDID block can be longer than 256 bytes, so we should use int instead of u8 for the edidpos variable...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.12 views

CVE-2022-49047

In the Linux kernel, the following vulnerability has been resolved: ep93xx: clock: Fix UAF in ep93xxclkregistergate arch/arm/mach-ep93xx/clock.c:154:2: warning: Use of memory after it is freed clang-analyzer-unix.Malloc arch/arm/mach-ep93xx/clock.c:151:2: note: Taking true branch if ISERRclk ^...

7.8CVSS6.3AI score0.00244EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.12 views

CVE-2022-49061

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: stmmac: fix altrtsepcs function when using a fixed-link When using a fixed-link, the altrtsepcs driver crashes due to null-pointer dereference as no phydevice is provided to tsepcsfixmacspeed function. Fix this by...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.11 views

CVE-2022-49109

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in cephgetsnapdir The cephgetinode will search for or insert a new inode into the hash for the given vino, and return a reference to it. If new is non-NULL, its reference is consumed. We should...

5.5CVSS5.9AI score0.00248EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
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.5CVSS6AI score0.00249EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.12 views

CVE-2021-47636

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix read out-of-bounds in ubifswbufwritenolock Function ubifswbufwritenolock may access buf out of bounds in following process: ubifswbufwritenolock: alignedlen = ALIGNlen, 8; // Assume len = 4089, alignedlen = 4096 if...

7.1CVSS6.3AI score0.00249EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.13 views

CVE-2021-47660

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

5.5CVSS5.9AI score0.00241EPSS
SaveExploits0References6
Circl
Circl
added 2025/02/26 6:25 a.m.13 views

CVE-2024-13631

creationtimestamp| type| source ---|---|--- 2025-02-26 06:25:14+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5463...

7.1CVSS7.8AI score0.00338EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2025/02/25 10:15 p.m.5 views

CVE-2025-0514

Improper Input Validation vulnerability in The Document Foundation LibreOffice allows Windows Executable hyperlink targets to be executed unconditionally on activation.This issue affects LibreOffice: from 24.8 before 24.8.5...

7.8CVSS7AI score0.00319EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/02/25 9:15 p.m.9 views

CVE-2024-53873

NVIDIA CUDA toolkit for Windows contains a vulnerability in the cuobjdump binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service...

3.3CVSS5.9AI score0.0025EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/02/25 9:15 p.m.7 views

CVE-2024-53871

NVIDIA CUDA toolkit for all platforms contains a vulnerability in the nvdisasm binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability might lead to a partial denial of service...

3.3CVSS5.9AI score0.00252EPSS
SaveExploits0References2
Rows per page
Query Builder