Lucene search
+L

13163 matches found

CVE
CVE
added 2025/04/16 2:12 p.m.153 views

CVE-2025-22060

CVE-2025-22060 concerns the Linux kernel mvpp2 parser TCAM/SRAM memory. The issue arises when concurrent accesses to the indirect TCAM/SRAM tables via an index register are not atomic, enabling TOCTOU-like corruption when mvpp2_set_rx_mode() runs on multiple CPUs. In the described scenario, this ...

4.7CVSS6.4AI score0.00143EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22057 net: decrease cached dst counters in dst_release

In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dstrelease Upstream fix ac888d58869b "net: do not delay dstentriesadd in dstrelease" moved decrementing the dst count from dstdestroy to dstrelease to avoid accessing already freed data in cas...

7.8CVSS6AI score
SaveExploits0References8
OSV
OSV
added 2025/04/16 2:12 p.m.19 views

CVE-2025-22058 udp: Fix memory accounting leak.

In the Linux kernel, the following vulnerability has been resolved: udp: Fix memory accounting leak. Matt Dowling reported a weird UDP memory usage issue. Under normal operation, the UDP memory usage reported in /proc/net/sockstat remains close to zero. However, it occasionally spiked to 524,288...

6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/04/16 2:12 p.m.168 views

CVE-2025-22058

CVE-2025-22058 affects the Linux kernel UDP memory accounting. When INT_MAX was used for SO_RCVBUF, an overflow in udp_rmem_release() could wrap the total UDP memory, causing memory accounting to double after socket close and potentially leading to packet drops once rmem_alloc exceeded net.ipv4.u...

5.5CVSS6.1AI score0.00207EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/04/16 2:12 p.m.169 views

CVE-2025-22055

CVE-2025-22055 affects the Linux kernel: a vulnerability in geneve_opt length handling (5-bit length per option) can let an attacker craft a 128-byte option to cause a heap out-of-bounds read. The issue originates from Netlink policy length guarantees not enforcing the 128-byte bound. The provide...

7.1CVSS6.4AI score0.0024EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.24 views

CVE-2025-22055 net: fix geneve_opt length integer overflow

In the Linux kernel, the following vulnerability has been resolved: net: fix geneveopt length integer overflow struct geneveopt uses 5 bit length for each single option, which means every vary size option should be smaller than 128 bytes. However, all current related Netlink policies cannot promi...

7.1CVSS6.2AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.37 views

CVE-2025-22055 net: fix geneve_opt length integer overflow

In the Linux kernel, the following vulnerability has been resolved: net: fix geneveopt length integer overflow struct geneveopt uses 5 bit length for each single option, which means every vary size option should be smaller than 128 bytes. However, all current related Netlink policies cannot promi...

7.1CVSS0.0024EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.21 views

CVE-2025-22054 arcnet: Add NULL check in com20020pci_probe()

In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pciprobe devmkasprintf returns NULL when memory allocation fails. Currently, com20020pciprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

0.00219EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.35 views

CVE-2025-22053 net: ibmveth: make veth_pool_store stop hanging

In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make vethpoolstore stop hanging v2: - Created a single error handling unlock and exit in vethpoolstore - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnlmutex to synchronize...

0.00147EPSS
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:12 p.m.148 views

CVE-2025-22053

The CVE-2025-22053 issue affects the Linux kernel’s ibmveth driver, specifically the veth_pool_store path. The root cause is a race/ synchronization gap allowing two or more threads to enter veth_pool_store concurrently (via /sys/devices/vio/30000002/pool*/), which could lead to a hang. The provi...

5.5CVSS6.5AI score0.00147EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22054 arcnet: Add NULL check in com20020pci_probe()

In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pciprobe devmkasprintf returns NULL when memory allocation fails. Currently, com20020pciprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS6.1AI score
SaveExploits0References14
CVE
CVE
added 2025/04/16 2:12 p.m.108 views

CVE-2025-22051

CVE-2025-22051 affects the Linux kernel staging gpib driver. The issue arises when an Agilent USB dongle is disconnected, causing a NULL pointer Oops on subsequent driver calls because bus_interface is set to NULL on disconnect. The root cause is that usb_dev was being assigned from the bus_inter...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/04/16 2:12 p.m.105 views

CVE-2025-22048

The CVE-2025-22048 entry concerns LoongArch support in the Linux kernel where BPF return-value handling was fixed. The root cause was that after a commit that sign-extended the a5 return register to a0, the subsequent propagation from a0 back to a5 occurred for all function calls, which was incor...

7.8CVSS6.4AI score0.00203EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.31 views

CVE-2025-22048 LoongArch: BPF: Don't override subprog's return value

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Don't override subprog's return value The verifier test calls: div by 0 in subprog triggers a panic at the ld.bu instruction. The ld.bu insn is trying to load byte from memory address returned by the subprog. The...

7.8CVSS0.00203EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.28 views

CVE-2025-22046 uprobes/x86: Harden uretprobe syscall trampoline check

In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Harden uretprobe syscall trampoline check Jann reported a possible issue when trampolinecheckip returns address near the bottom of the address space that is allowed to call into the syscall if uretprobes are not set...

0.00193EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 2:12 p.m.14 views

CVE-2025-22044 acpi: nfit: fix narrowing conversion in acpi_nfit_ctl

In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: fix narrowing conversion in acpinfitctl Syzkaller has reported a warning in tonfitbusuuid: "only secondary bus families can be translated". This warning is emited if the argument is equal to NVDIMMBUSFAMILYNFIT == 0...

7.1CVSS6.3AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.24 views

CVE-2025-22044 acpi: nfit: fix narrowing conversion in acpi_nfit_ctl

In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: fix narrowing conversion in acpinfitctl Syzkaller has reported a warning in tonfitbusuuid: "only secondary bus families can be translated". This warning is emited if the argument is equal to NVDIMMBUSFAMILYNFIT == 0...

7.1CVSS0.00207EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 2:12 p.m.15 views

CVE-2025-22045 x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix flushtlbrange when used for zapping normal PMDs On the following path, flushtlbrange can be used for zapping normal PMD entries PMD entries that point to page tables together with the PTE entries in the pointed-to pag...

7.8CVSS6.4AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.23 views

CVE-2025-22045 x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix flushtlbrange when used for zapping normal PMDs On the following path, flushtlbrange can be used for zapping normal PMD entries PMD entries that point to page tables together with the PTE entries in the pointed-to pag...

7.8CVSS0.00227EPSS
SaveExploits0References9
CVE
CVE
added 2025/04/16 2:12 p.m.123 views

CVE-2025-22043

The CVE-2025-22043 entry concerns the Linux kernel ksmbd component where a missing bounds check in the durable handle context was fixed. Affected area: ksmbd’s durable handle context in the SMB server code (fs/smb/server/smb2pdu.c). Cause: missing bounds check allowing operations outside the buff...

8.1CVSS6.6AI score0.00458EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder