Lucene search
+L

33721 matches found

EUVD
EUVD
added 2025/12/16 3:30 p.m.15 views

EUVD-2025-203631

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

6.2AI score0.0014EPSS
SaveExploits0References3
Snyk
Snyk
added 2025/12/16 3:30 p.m.4 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the ImageStreamImport mechanism that handles user-supplied image references without proper IP address and network-range validation. An attacker can access internal network resources, enumerate service...

8.5CVSS5.7AI score0.00337EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/12/16 3:30 p.m.16 views

openshift-apiserver: SSRF via Missing IP/Network-Range Validation in User-Supplied Image References

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.4CVSS5.8AI score0.00337EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2025/12/16 3:15 p.m.15 views

CVE-2025-68246

In the Linux kernel, the following vulnerability has been resolved: ksmbd: close accepted socket when per-IP limit rejects connection When the per-IP connection limit is exceeded in ksmbdkthreadfn, the code sets ret = -EAGAIN and continues the accept loop without closing the just-accepted socket...

7.5CVSS0.00405EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.17 views

CVE-2025-68244

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD On completion of i915vmapinww, a synchronous variant of dmafenceworkcommit is called. When pinning a VMA to GGTT address space on a Cherry View family processor, ...

5.7AI score0.00188EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.6 views

CVE-2025-68246

In the Linux kernel, the following vulnerability has been resolved: ksmbd: close accepted socket when per-IP limit rejects connection When the per-IP connection limit is exceeded in ksmbdkthreadfn, the code sets ret = -EAGAIN and continues the accept loop without closing the just-accepted socket...

7.5CVSS6AI score0.00405EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/12/16 3:11 p.m.37 views

CVE-2025-62329 HCL DevOps Deploy / HCL Launch is susceptible to an insufficient session expiration vulnerability

HCL DevOps Deploy / HCL Launch is susceptible to a race condition in http-session client-IP binding enforcement which may allow a session to be briefly reused from a new IP address before it is invalidated. This could lead to unauthorized access under certain network conditions...

5CVSS0.00186EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/12/16 3:11 p.m.5 views

CVE-2025-62329 HCL DevOps Deploy / HCL Launch is susceptible to an insufficient session expiration vulnerability

HCL DevOps Deploy / HCL Launch is susceptible to a race condition in http-session client-IP binding enforcement which may allow a session to be briefly reused from a new IP address before it is invalidated. This could lead to unauthorized access under certain network conditions...

5CVSS6.2AI score0.00186EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/12/16 2:21 p.m.55 views

CVE-2025-68246 ksmbd: close accepted socket when per-IP limit rejects connection

In the Linux kernel, the following vulnerability has been resolved: ksmbd: close accepted socket when per-IP limit rejects connection When the per-IP connection limit is exceeded in ksmbdkthreadfn, the code sets ret = -EAGAIN and continues the accept loop without closing the just-accepted socket...

7.5CVSS0.00405EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/16 2:21 p.m.30 views

CVE-2025-68246

CVE-2025-68246 affects the ksmbd subsystem in the Linux kernel. When per-IP connection limits are exceeded in ksmbd_kthread_fn(), the code sets ret = -EAGAIN and continues the accept loop without closing the newly accepted socket, leaking one socket per rejected attempt from a single IP and enabl...

7.5CVSS6.4AI score0.00405EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/16 2:15 p.m.11 views

CVE-2025-68221

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
NVD
NVD
added 2025/12/16 2:15 p.m.10 views

CVE-2025-68195

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Add missing terminator for zen5rdseedmicrocode Running x86matchminmicrocoderev on a Zen5 CPU trips up KASAN for an out of bounds access...

7.1CVSS0.00137EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.8 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.1CVSS0.00147EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/16 2:15 p.m.12 views

CVE-2025-40356

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.8CVSS0.0014EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.4 views

CVE-2025-68221

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.5AI score0.002EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 2:15 p.m.8 views

UBUNTU-CVE-2025-68221

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

5.8AI score0.002EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 2:15 p.m.13 views

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

7.5CVSS5.9AI score0.00677EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.6 views

CVE-2025-40356

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.8CVSS5.5AI score0.0014EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.15 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...

7.5CVSS5.8AI score0.00677EPSS
SaveExploits0References35
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
Rows per page
Query Builder