Lucene search
+L

23603 matches found

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

CVE-2025-22059

Technical details beyond what is provided in the initial document are not publicly available in the connected documents. Monitor for updates from vendors and security advisories.

7.5CVSS6.9AI score0.0047EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.13 views

CVE-2025-22056

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfttunnel: fix geneveopt type confusion addition When handling multiple NFTATUNNELKEYOPTSGENEVE attributes, the parsing logic should place every geneveopt structure one by one compactly. Hence, when deciding the next...

7.8CVSS5.7AI score0.0032EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.22 views

CVE-2025-22055

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.1CVSS5.9AI score0.0025EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.39 views

CVE-2025-22051

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix Oops after disconnect in agilent usb If the agilent usb dongle is disconnected subsequent calls to the driver cause a NULL dereference Oops as the businterface is set to NULL on disconnect. This problem was...

5.5CVSS5.3AI score0.00199EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:12 p.m.126 views

CVE-2025-22047

Technical details for CVE-2025-22047 are not publicly provided in the supplied Connected documents. The materials reference the vulnerability fix in x86/ microcode AMD code but do not specify affected kernel versions, root cause analysis, exploit status, or remediation specifics. Monitor vendor a...

7.8CVSS6.5AI score0.00214EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.22 views

CVE-2025-22048

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.8CVSS5.3AI score0.00212EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.7 views

CVE-2025-22046

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...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.11 views

CVE-2025-22045

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.8CVSS5.8AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.26 views

CVE-2025-22044

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.1CVSS5.7AI score0.00216EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:12 p.m.132 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.00477EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/04/16 2:11 p.m.151 views

CVE-2025-22039

CVE-2025-22039 is a Linux kernel vulnerability in ksmbd where an overflow in the dacloffset bounds check could bypass the DACL checks, causing out-of-bounds access and a kernel crash when dereferencing a DACL pointer. The fix converts dacloffset from int to unsigned int and uses check_add_overflo...

8.8CVSS6.7AI score0.00775EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.16 views

CVE-2025-22038

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate zero numsubauth before subauth is accessed Access psid-subauthpsid-numsubauth - 1 without checking if numsubauth is non-zero leads to an out-of-bounds read. This patch adds a validation step to ensure numsubauth !...

8.3CVSS6AI score0.00579EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.24 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.8CVSS0.00199EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.10 views

CVE-2025-22036

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.8CVSS5.8AI score0.00199EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.30 views

CVE-2025-22035 tracing: Fix use-after-free in print_graph_function_flags during tracer switching

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in printgraphfunctionflags during tracer switching Kairui reported a UAF issue in printgraphfunctionflags during ftrace stress testing 1. This issue can be reproduced if puting a 'mdelay10' after...

7.8CVSS0.003EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.19 views

CVE-2025-22032

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.5AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.17 views

CVE-2025-22033

In the Linux kernel, the following vulnerability has been resolved: arm64: Don't call NULL in docompatalignmentfixup doalignmentt32tohandler only fixes up alignment faults for specific instructions; it returns NULL otherwise e.g. LDREX. When that's the case, signal to the caller that it needs to...

5.5CVSS5.6AI score0.00204EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22031 PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion

In the Linux kernel, the following vulnerability has been resolved: PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion When BIOS neglects to assign bus numbers to PCI bridges, the kernel attempts to correct that during PCI device enumeration. If it runs out of bus numbers, no pcibu...

5.5CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.26 views

CVE-2025-22031 PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion

In the Linux kernel, the following vulnerability has been resolved: PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion When BIOS neglects to assign bus numbers to PCI bridges, the kernel attempts to correct that during PCI device enumeration. If it runs out of bus numbers, no pcibu...

0.00253EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.8 views

CVE-2025-22029

Removed by vendor...

7.3AI score
SaveExploits0
Rows per page
Query Builder