Lucene search
+L

13163 matches found

OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22043 ksmbd: add bounds check for durable handle context

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for durable handle context Add missing bounds check for durable handle context...

8.1CVSS6.2AI score
SaveExploits0References8
OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22042 ksmbd: add bounds check for create lease context

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for create lease context Add missing bounds check for create lease context...

8.1CVSS6.2AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.19 views

CVE-2025-22042 ksmbd: add bounds check for create lease context

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for create lease context Add missing bounds check for create lease context...

8.1CVSS0.00497EPSS
SaveExploits0References6
OSV
OSV
added 2025/04/16 2:11 p.m.14 views

CVE-2025-22039 ksmbd: fix overflow in dacloffset bounds check

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS6.2AI score
SaveExploits0References7
OSV
OSV
added 2025/04/16 2:11 p.m.15 views

CVE-2025-22037 ksmbd: fix null pointer dereference in alloc_preauth_hash()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in allocpreauthhash The Client send malformed smb2 negotiate request. ksmbd return error response. Subsequently, the client can send smb2 session setup even thought conn-preauthinfo is not...

7.5CVSS6.1AI score
SaveExploits0References9
OSV
OSV
added 2025/04/16 2:11 p.m.9 views

CVE-2025-22036 exfat: fix random stack corruption after get_block

In the Linux kernel, the following vulnerability has been resolved: exfat: fix random stack corruption after getblock When getblock is called with a bufferhead allocated on the stack, such as dompagereadpage, stack corruption due to bufferhead UAF may occur in the following race condition...

7.8CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2025/04/16 2:11 p.m.15 views

CVE-2025-22032 wifi: mt76: mt7921: fix kernel panic due to null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix kernel panic due to null pointer dereference Address a kernel panic caused by a null pointer dereference in the mt792xrxgetwcid function. The issue arises because the deflink structure is not properly...

5.5CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:11 p.m.115 views

CVE-2025-22031

CVE-2025-22031 affects the Linux kernel PCI/bwctrl subsystem. Root cause: when bus numbers are exhausted during PCI device enumeration, subordinate becomes NULL, and the bandwidth controller dereferences it during probe. This leads to a NULL pointer dereference and silent erroring of bandwidth co...

5.5CVSS6.5AI score0.00243EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/04/16 2:11 p.m.8 views

CVE-2025-22030 mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix cryptofreeacomp deadlock in zswapcpucompdead Currently, zswapcpucompdead calls cryptofreeacomp while holding the per-CPU acompctx mutex. cryptofreeacomp then holds scomplock through cryptoexitscompopsasync. On the...

6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:11 p.m.132 views

CVE-2025-22030

CVE-2025-22030 involves a deadlock in the Linux kernel zswap path. The root cause: zswap_cpu_comp_dead() can call crypto_free_acomp() while holding the per-CPU acomp_ctx mutex, while crypto_free_acomp() may attempt to acquire scomp_lock via crypto_exit_scomp_ops_async(), and crypto_alloc_acomp_no...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.29 views

CVE-2025-22027 media: streamzap: fix race between device disconnection and urb callback

In the Linux kernel, the following vulnerability has been resolved: media: streamzap: fix race between device disconnection and urb callback Syzkaller has reported a general protection fault at function irraweventstorewithfilter. This crash is caused by a NULL pointer dereference of dev-raw...

0.00148EPSS
SaveExploits0References8
CVE
CVE
added 2025/04/16 2:11 p.m.136 views

CVE-2025-22026

CVE-2025-22026 (Linux kernel) affects nfsd in the kernel. The issue: nfsd_proc_stat_init() ignored the return value of svc_proc_register(), so if procfile creation fails the kernel may WARN later during removal. The fix updates nfsd_proc_stat_init() to return the same pointer type as svc_proc_reg...

5.5CVSS6.7AI score0.00196EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.20 views

CVE-2025-22026 nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

0.00196EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22026 nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

6.2AI score
SaveExploits0References11
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22025 nfsd: put dl_stid if fail to queue dl_recall

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS6.1AI score
SaveExploits0References13
OSV
OSV
added 2025/04/16 2:11 p.m.9 views

CVE-2025-22024 nfsd: fix management of listener transports

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of previously added ones, then start the server by...

5.5CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2025/04/16 2:11 p.m.21 views

CVE-2024-58097 wifi: ath11k: fix RCU stall while reaping monitor destination ring

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix RCU stall while reaping monitor destination ring While processing the monitor destination ring, MSDUs are reaped from the link descriptor based on the corresponding bufid. However, sometimes the driver cannot...

5.5CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:11 p.m.128 views

CVE-2024-58094

The CVE-2024-58094 vulnerability is in the Linux kernel’s JFS file system, where jfs_truncate_nolock() now checks isReadOnly to avoid writing on read-only filesystems. This prevents data modifications when isReadOnly(ip) is true, causing truncation to halt and the xtTruncate path to be used with ...

7.8CVSS6.6AI score0.00218EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2024-58095 jfs: add check read-only before txBeginAnon() call

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before txBeginAnon call Added a read-only check before calling txBeginAnon in extAlloc and extRecord. This prevents modification attempts on a read-only mounted filesystem, avoiding potential errors or...

6.1AI score
SaveExploits0References10
OSV
OSV
added 2025/04/16 2:11 p.m.16 views

CVE-2024-58093 PCI/ASPM: Fix link state exit during switch upstream function removal

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix link state exit during switch upstream function removal Before 456d8aa37d0f "PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free", we would free the ASPM link only after the last function on the b...

6.1AI score
SaveExploits0References12
Rows per page
Query Builder