Lucene search
+L

13160 matches found

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

CVE-2025-37908

In the Linux kernel, the following vulnerability has been resolved: mm, slab: clean up slab-objexts always When memory allocation profiling is disabled at runtime or due to an error, shutdownmemprofiling is called: slab-objexts which previously allocated remains. It won't be cleared by...

7.8CVSS0.00197EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.14 views

CVE-2025-37907

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix locking order in ivpujobsubmit Fix deadlock in job submission and abort handling. When a thread aborts currently executing jobs due to a fault, it first locks the global lock protecting submittedjobs 1. After the...

5.5CVSS0.00141EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.20 views

CVE-2025-37909

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: Fix memleak issue when GSO enabled Always map the skb to the LS descriptor. Previously skb was mapped to EXT descriptor when the number of fragments is zero with GSO enabled. Mapping the skb to EXT descriptor preven...

5.5CVSS0.002EPSS
SaveExploits0References11
NVD
NVD
added 2025/05/20 4:15 p.m.14 views

CVE-2025-37913

In the Linux kernel, the following vulnerability has been resolved: netsched: qfq: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of qfq,...

7.8CVSS0.00207EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/20 4:15 p.m.8 views

CVE-2025-37902

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.7AI score
SaveExploits0References1
NVD
NVD
added 2025/05/20 4:15 p.m.13 views

CVE-2025-37902

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

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

CVE-2025-37898

In the Linux kernel, the following vulnerability has been resolved: powerpc64/ftrace: fix module loading without patchable function entries getstubssize assumes that there must always be at least one patchable function entry, which is not always the case modules that export data but no code,...

5.5CVSS0.00159EPSS
SaveExploits0References2
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.11 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.119 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.16 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.88 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
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
CVE
CVE
added 2025/05/20 4:01 p.m.115 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
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
Rows per page
Query Builder