Lucene search
+L

1629 matches found

Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.8 views

CVE-2023-53702

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: use vector instructions only if available for ChaCha20 Commit 349d03ffd5f6 "crypto: s390 - add crypto library interface for ChaCha20" added a library interface to the s390 specific ChaCha20 implementation. However no...

5.2AI score0.00197EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.3 views

CVE-2023-53695

In the Linux kernel, the following vulnerability has been resolved: udf: Detect system inodes linked into directory hierarchy When UDF filesystem is corrupted, hidden system inodes can be linked into directory hierarchy which is an avenue for further serious corruption of the filesystem and kerne...

5.5AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.3 views

CVE-2022-50580

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tgwithinbpslimit that 'bpslimit jiffyelapsedrnd' might overflow. Fix the problem by calling mulu64u64divu64 instead...

5.5AI score0.00199EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.5 views

CVE-2022-50578

In the Linux kernel, the following vulnerability has been resolved: class: fix possible memory leak in classregister If classaddgroups returns error, the 'cp-subsys' need be unregister, and the 'cp' need be freed. We can not call ksetunregister here, because the 'cls' will be freed in callback...

5.3AI score0.00226EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.24 views

CVE-2022-50574

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dss: Fix refcount leak bugs In dssinitports and dssuninitports, we should call ofnodeput for the reference returned by ofgraphgetportbyid in fail path or when it is not used anymore...

5.3AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.8 views

CVE-2022-50572

In the Linux kernel, the following vulnerability has been resolved: ASoC: audio-graph-card: fix refcount leak of cpuep in graphforeachlink The ofgetnextchild returns a node with refcount incremented, and decrements the refcount of prev. So in the error path of the while loop, ofnodeput needs be...

5.3AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.7 views

CVE-2022-50571

In the Linux kernel, the following vulnerability has been resolved: btrfs: call btrfsremovefreespacecachelocked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in generic/475 ------------ cut here ------------ WARNING: CPU:...

5.3AI score0.00185EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.9 views

CVE-2022-50568

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

5.5AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.2 views

CVE-2022-50567

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbAllocAG Syzbot found a crash : UBSAN: shift-out-of-bounds in dbAllocAG. The underlying bug is the missing check of bmp-dbagl2size. The field can be greater than 64 and trigger the...

5.4AI score0.00232EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.3 views

CVE-2022-50563

In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix UAF in runtimersoftirq When dmresume and dmdestroy are concurrent, it will lead to UAF, as follows: BUG: KASAN: use-after-free in runtimers+0x173/0x710 Write of size 8 at addr ffff88816d9490f0 by task swapper/0/0 Cal...

5.4AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.52 views

CVE-2022-50564

In the Linux kernel, the following vulnerability has been resolved: s390/netiucv: Fix return type of netiucvtx With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid...

5.4AI score0.00232EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.7 views

CVE-2022-50560

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

5.5AI score0.00199EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.3 views

CVE-2022-50556

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

5.3AI score0.00199EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:58 a.m.8 views

CVE-2025-39999

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

5.1AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:58 a.m.5 views

CVE-2025-39995

In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe The state-timer is a cyclic timer that schedules worki2cpoll and delayedworkenablehotplug, while rearming itself. Using timerdelete fails to guarantee...

5.4AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:58 a.m.4 views

CVE-2025-39993

In the Linux kernel, the following vulnerability has been resolved: media: rc: fix races with imondisconnect Syzbot reports a KASAN issue as below: BUG: KASAN: use-after-free in createpipe include/linux/usb.h:1945 inline BUG: KASAN: use-after-free in sendpacket+0xa2d/0xbc0...

5.3AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:56 a.m.4 views

CVE-2025-39984

In the Linux kernel, the following vulnerability has been resolved: net: tun: Update napi-skb after XDP process The syzbot report a UAF issue: BUG: KASAN: slab-use-after-free in skbresetmacheader include/linux/skbuff.h:3150 inline BUG: KASAN: slab-use-after-free in napifragsskb net/core/gro.c:723...

5.2AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:56 a.m.11 views

CVE-2025-39981

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible UAFs This attemps to fix possible UAFs caused by struct mgmtpending being freed while still being processed like in the following trace, in order to fix mgmtpendingvalid is introduce and use to check...

5.3AI score0.00187EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:55 a.m.6 views

CVE-2025-39976

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

5.3AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/15 7:55 a.m.4 views

CVE-2025-39973

In the Linux kernel, the following vulnerability has been resolved: i40e: add validation for ringlen param The ringlen parameter provided by the virtual function VF is assigned directly to the hardware memory context HMC without any validation. To address this, introduce an upper boundary check f...

6.4AI score0.00197EPSS
SaveExploits0
Rows per page
Query Builder