Lucene search
+L

13116 matches found

NVD
NVD
added 2025/05/20 4:15 p.m.14 views

CVE-2025-37894

In the Linux kernel, the following vulnerability has been resolved: net: use sockgenput when skstate is TCPTIMEWAIT It is possible for a pointer of type struct inettimewaitsock to be returned from the functions inetlookupestablished and inet6lookupestablished. This can cause a crash when the...

9.8CVSS0.00454EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.10 views

CVE-2025-37895

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix error handling path in bnxtinitchip WARNON is triggered in flushwork if bnxtinitchip fails because we call cancelworksync on dim work that has not been initialized. WARNING: CPU: 37 PID: 5223 at kernel/workqueue.c:420...

5.5CVSS0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/20 4:01 p.m.16 views

CVE-2025-37964 x86/mm: Eliminate window where TLB flushes may be inadvertently skipped

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB flushes for the new mm. But shouldflushtlb has a...

7.8CVSS6.6AI score
SaveExploits0References11
CVE
CVE
added 2025/05/20 4:01 p.m.118 views

CVE-2025-37964

CVE-2025-37964 relates to the Linux kernel x86/mm TLB handling. The issue is a bug in should_flush_tlb() that can suppress TLB flushes in a narrow window between load_new_mm_cr3() and writing the new mm state into loaded_mm, risking missed TLB flushes during address space switch. The fix widens t...

7.8CVSS7AI score0.00186EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.15 views

CVE-2025-37964

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB flushes for the new mm. But shouldflushtlb has a...

7.8CVSS5.8AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.9 views

CVE-2025-37963

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users Support for eBPF programs loaded by unprivileged users is typically disabled. This means only cBPF programs need to be mitigated for BHB. In addition, only...

5.5CVSS5.5AI score0.0019EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:01 p.m.86 views

CVE-2025-37962

CVE-2025-37962 affects the Linux kernel’s ksmbd code path, specifically a memory leak in parse_lease_state. The root cause: when the created lease context bounds check fails, the function returns NULL without freeing the previously allocated lease_ctx_info, causing a memory leak. The patch fixes ...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.16 views

CVE-2025-37962

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leak in parseleasestate The previous patch that added bounds check for create lease context introduced a memory leak. When the bounds check fails, the function returns NULL without freeing the previously allocat...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:01 p.m.113 views

CVE-2025-37961

The CVE-2025-37961 entry describes a Linux kernel issue in the IP virtual server (ip_vs) path. A use of an uninitialized saddr argument in do_output_route4 could affect routing decision, potentially impacting connectivity for tunneled paths. The root cause is reading saddr despite an input that s...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/20 4:01 p.m.15 views

CVE-2025-37961 ipvs: fix uninit-value for saddr in do_output_route4

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix uninit-value for saddr in dooutputroute4 syzbot reports for uninit-value for the saddr argument 1. commit 4754957f04f5 "ipvs: do not use random local source address for tunnels" already implies that the input value of...

6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.7 views

CVE-2025-37961

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix uninit-value for saddr in dooutputroute4 syzbot reports for uninit-value for the saddr argument 1. commit 4754957f04f5 "ipvs: do not use random local source address for tunnels" already implies that the input value of...

5.5CVSS5.7AI score0.00178EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 4:01 p.m.5 views

CVE-2025-37960 memblock: Accept allocated memory before use in memblock_double_array()

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblockdoublearray When increasing the array size in memblockdoublearray and the slab is not yet available, a call to memblockfindinrange is used to reserve/allocate memory. Howeve...

6.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.6 views

CVE-2025-37960

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblockdoublearray When increasing the array size in memblockdoublearray and the slab is not yet available, a call to memblockfindinrange is used to reserve/allocate memory. Howeve...

5.5CVSS5.7AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:01 p.m.115 views

CVE-2025-37960

CVE-2025-37960 affects the Linux kernel memblock memory handling. When memblock_double_array() grows an array and the slab isn’t yet available, memblock_find_in_range() may return a range that hasn’t been accepted, risking a crash during SNP guest boot (illustrated by memcpy_orig stack trace). Th...

5.5CVSS6.9AI score0.00176EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/05/20 4:01 p.m.109 views

CVE-2025-37959

CVE-2025-37959 – Linux kernel : Vulnerability in bpf_redirect_peer where redirecting a packet to a device in another network namespace could leave skb metadata (namespace-bound state) from the host in the container namespace, enabling potential information leakage. The patch scrubs the packet on ...

9.4CVSS6.5AI score0.00348EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.9 views

CVE-2025-37959

In the Linux kernel, the following vulnerability has been resolved: bpf: Scrub packet on bpfredirectpeer When bpfredirectpeer is used to redirect packets to a device in another network namespace, the skb isn't scrubbed. That can lead skb information from one namespace to be "misused" in another...

9.4CVSS5.6AI score0.00348EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 4:01 p.m.14 views

CVE-2025-37958 mm/huge_memory: fix dereferencing invalid pmd migration entry

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix dereferencing invalid pmd migration entry When migrating a THP, concurrent access to the PMD migration entry during a deferred split scan can lead to an invalid address access, as illustrated below. To prevent...

6.5AI score
SaveExploits0References13
OSV
OSV
added 2025/05/20 4:01 p.m.22 views

CVE-2025-37957 KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception Previously, commit ed129ec9057f "KVM: x86: forcibly leave nested mode on vCPU reset" addressed an issue where a triple fault occurring in nested mode could lead to...

8.8CVSS6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.9 views

CVE-2025-37957

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception Previously, commit ed129ec9057f "KVM: x86: forcibly leave nested mode on vCPU reset" addressed an issue where a triple fault occurring in nested mode could lead to...

8.8CVSS6.2AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.21 views

CVE-2025-37955 virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()

In the Linux kernel, the following vulnerability has been resolved: virtio-net: free xskbuffs on error in virtnetxskpoolenable The selftests added to our CI by Bui Quang Minh recently reveals that there is a mem leak on the error path of virtnetxskpoolenable: unreferenced object 0xffff88800a68a00...

0.00174EPSS
SaveExploits0References3
Rows per page
Query Builder