Lucene search
+L

33722 matches found

UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.6 views

CVE-2025-40358

In the Linux kernel, the following vulnerability has been resolved: riscv: stacktrace: Disable KASAN checks for non-current tasks Unwinding the stack of a task other than current, KASAN would report "BUG: KASAN: out-of-bounds in walkstackframe+0x41c/0x460" There is a same issue on x86 and has bee...

7.1CVSS5.3AI score0.00147EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/16 2:15 p.m.7 views

UBUNTU-CVE-2025-40359

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix KASAN global-out-of-bounds warning When running "perf mem record" command on CWF, the below KASAN global-out-of-bounds warning is seen. ================================================================== BUG:...

5.8AI score0.00193EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/16 1:57 p.m.41 views

CVE-2025-68229

CVE-2025-68229 affects the Linux kernel scsi/tcm_loop code. The issue is a NULL pointer dereference in tcm_loop_tpg_address_show() when tl_hba->sh is not allocated, leading to a segfault if tcm_loop_driver_probe() fails to allocate the scsi_host. The fix is to check tl_hba->sh before derefe...

5.8AI score0.002EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.43 views

CVE-2025-68229 scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

0.002EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/12/16 1:57 p.m.10 views

CVE-2025-68229 scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

5.4AI score0.002EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/16 1:57 p.m.35 views

CVE-2025-68221

CVE-2025-68221 affects the Linux kernel’s MPTCP address removal logic. The issue in mptcp_pm_nl_rm_addr stems from an inverted WARN_ON_ONCE condition, which caused the decrement path to run only when the counter was already 0 (abnormal state) and ignored normal removals (counter > 0). Exploita...

6.4AI score0.002EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.43 views

CVE-2025-68221 mptcp: fix address removal logic in mptcp_pm_nl_rm_addr

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix address removal logic in mptcppmnlrmaddr Fix inverted WARNONONCE condition that prevented normal address removal counter updates. The current code only executes decrement logic when the counter is already 0 abnormal...

0.002EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:57 p.m.5 views

CVE-2025-68221 mptcp: fix address removal logic in mptcp_pm_nl_rm_addr

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix address removal logic in mptcppmnlrmaddr Fix inverted WARNONONCE condition that prevented normal address removal counter updates. The current code only executes decrement logic when the counter is already 0 abnormal...

6.6AI score
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:48 p.m.12 views

CVE-2025-68211 ksm: use range-walk function to jump over holes in scan_get_next_rmap_item

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

6.3AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2025/12/16 1:48 p.m.11 views

CVE-2025-68206

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: add seqadj extension for natted connections Sequence adjustment may be required for FTP traffic with PASV/EPSV modes. due to need to re-write packet payload IP, port on the ftp control connection. This can requi...

5.6AI score0.00677EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/12/16 1:48 p.m.66 views

CVE-2025-68206

CVE-2025-68206 affects the Linux kernel netfilter nft_ct subsystem, specifically the seqadj extension for NATted connections used with FTP PASV/EPSV modes. The issue arises when the FTP control connection payload (IP/port) is rewritten, potentially requiring TCP length and seq/ack adjustments. Th...

7.5CVSS6.1AI score0.00677EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/16 1:40 p.m.16 views

CVE-2025-40363 net: ipv6: fix field-spanning memcpy warning in AH output

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix field-spanning memcpy warning in AH output Fix field-spanning memcpy warnings in ah6output and ah6outputdone where extension headers are copied to/from IPv6 address fields, triggering fortify-string warnings about...

6.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/16 1:40 p.m.43 views

CVE-2025-40363 net: ipv6: fix field-spanning memcpy warning in AH output

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix field-spanning memcpy warning in AH output Fix field-spanning memcpy warnings in ah6output and ah6outputdone where extension headers are copied to/from IPv6 address fields, triggering fortify-string warnings about...

0.00207EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 1:39 p.m.6 views

CVE-2025-40359 perf/x86/intel: Fix KASAN global-out-of-bounds warning

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix KASAN global-out-of-bounds warning When running "perf mem record" command on CWF, the below KASAN global-out-of-bounds warning is seen. ================================================================== BUG:...

6.7AI score
SaveExploits0References6
OSV
OSV
added 2025/12/16 1:39 p.m.13 views

CVE-2025-40358 riscv: stacktrace: Disable KASAN checks for non-current tasks

In the Linux kernel, the following vulnerability has been resolved: riscv: stacktrace: Disable KASAN checks for non-current tasks Unwinding the stack of a task other than current, KASAN would report "BUG: KASAN: out-of-bounds in walkstackframe+0x41c/0x460" There is a same issue on x86 and has bee...

7.1CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2025/12/16 1:39 p.m.45 views

CVE-2025-40358

Technical details about CVE-2025-40358 are not provided in the connected documents. The initial description contains a summary but no public details. Monitor for updates.

7.1CVSS6.1AI score0.00147EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:30 p.m.11 views

CVE-2025-40356 spi: rockchip-sfc: Fix DMA-API usage

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip-sfc: Fix DMA-API usage Use DMA-API dmamapsingle call for getting the DMA address of the transfer buffer instead of hacking with virttophys. This fixes the following DMA-API debug warning: ------------ cut here...

7.8CVSS6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 12:14 p.m.51 views

CVE-2025-14443 Ose-openshift-apiserver: openshift api server: server-side request forgery (ssrf) vulnerability in imagestreamimport mechanism

A flaw was found in ose-openshift-apiserver. This vulnerability allows internal network enumeration, service discovery, limited information disclosure, and potential denial-of-service DoS through Server-Side Request Forgery SSRF due to missing IP address and network-range validation when processi...

6.4CVSS0.00337EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/12/16 12:14 p.m.7 views

CVE-2025-14443 Ose-openshift-apiserver: openshift api server: server-side request forgery (ssrf) vulnerability in imagestreamimport mechanism

A flaw was found in ose-openshift-apiserver. This vulnerability allows internal network enumeration, service discovery, limited information disclosure, and potential denial-of-service DoS through Server-Side Request Forgery SSRF due to missing IP address and network-range validation when processi...

6.4CVSS6AI score0.00337EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/12/16 6:56 a.m.19 views

CVE-2025-14021

The in-app browser in LINE client for iOS versions prior to 14.14 is vulnerable to address bar spoofing, which could allow attackers to execute malicious JavaScript within iframes while displaying trusted URLs, enabling phishing attacks through overlaid malicious content...

4.3CVSS6.9AI score0.00207EPSS
SaveExploits0References1
Rows per page
Query Builder