Lucene search
+L

65842 matches found

NVD
NVD
added 2026/08/06 4:16 p.m.11 views

CVE-2026-18359

Server-side request forgery in the METS and IIIF import URI handling in Scripta eScriptorium through 26.04.1 allows a remote authenticated user to make the server issue arbitrary HTTP requests to internal hosts, including the cloud instance metadata service, via the metsuri or iiifuri parameter o...

8.5CVSS0.0022EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/06 3:56 p.m.11 views

CVE-2026-71324

Traefik is an open source HTTP reverse proxy and load balancer. Prior to 2.11.53, 3.6.24, and 3.7.9, Traefik's default HTTP reverse proxy forwards a plain HTTP/2 or HTTP/3 CONNECT request and its body to an HTTP/1.1 upstream through a shared net/http.Transport. When the upstream answers the CONNE...

7CVSS5.5AI score0.00551EPSS
SaveExploits0References11Affected Software1
SUSE Linux
SUSE Linux
added 2026/08/06 11:20 a.m.11 views

Security update for bind

This update for bind fixes the following issues: CVE-2022-3094: UPDATE message flood may cause named to exhaust all available memory bsc1207471. CVE-2026-3039: BIND 9 server memory exhaustion during GSS-API TKEY negotiation bsc1265591. CVE-2026-3592: amplification vulnerabilities via self-pointed...

9.2CVSS7.1AI score0.13213EPSS
SaveExploits0References40
AstraLinux
AstraLinux
added 2026/08/06 10:25 a.m.8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ipv6: Proper accounting of fraggap on the paged allocation path In ip6.AppendData, when the paged-allocation branch is taken MSGMORE / NETIFFSG / large fraglen, alloclen and pagedlen are computed as follows: alloclen =...

7.8CVSS5.8AI score0.00265EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/06 8:16 a.m.9 views

CVE-2026-64598

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

8.8CVSS0.00278EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/06 8:16 a.m.11 views

UBUNTU-CVE-2026-64602

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

5.3AI score0.00165EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/06 8:16 a.m.8 views

UBUNTU-CVE-2026-64591

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.3AI score0.00164EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/06 8:16 a.m.6 views

UBUNTU-CVE-2026-64598

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

8.8CVSS5.4AI score0.00278EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 8:16 a.m.10 views

UBUNTU-CVE-2026-64583

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS5.2AI score0.00117EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/06 7:33 a.m.14 views

EUVD-2025-210632

The Conditional Authentication Adaptive Authentication script does not correctly enforce the completion of all required authentication steps when a specific multi-step pattern involving certain authenticators is configured. This allows an attacker to bypass intermediate authentication challenges ...

9.4CVSS5.5AI score0.00404EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.40 views

CVE-2026-64597 smb: client: fix double-free in SMB2_close() replay

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2close replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2closeinit fails before the next send, cleanup retains the previous buffer type and fre...

9.8CVSS0.00359EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/06 7:13 a.m.13 views

EUVD-2026-53785

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

5.5AI score0.00278EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.17 views

CVE-2026-64598

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

5.5AI score0.00278EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/06 7:13 a.m.84 views

CVE-2026-64598

CVE-2026-64598 affects the Linux kernel SMB client in smb2_aead_req_alloc(). The bug arises because *num_sgs is a u32 and using ERR_PTR(*num_sgs) is incorrect; the fix stores the return in an int ret variable (instead of casting similarly to a prior line) to avoid dereferencing an invalid error p...

8.8CVSS5.5AI score0.00278EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.43 views

CVE-2026-64598 smb/client: Fix error code in smb2_aead_req_alloc()

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

8.8CVSS0.00278EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/06 7:13 a.m.25 views

CVE-2026-64598 smb/client: Fix error code in smb2_aead_req_alloc()

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

8.8CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/06 7:06 a.m.40 views

CVE-2026-64583 usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 7:06 a.m.20 views

CVE-2026-64583 usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS5.3AI score
SaveExploits0References11
CVE
CVE
added 2026/08/06 7:06 a.m.93 views

CVE-2026-64583

Summary: CVE-2026-64583 affects the Linux kernel usb gadget Broadcom BDC UDC driver. The issue arises from the irq handling window after devm_request_irq() but before teardown, allowing a shared IRQ to dereference freed memory and cause NULL-deref or use-after-free in bdc_udc_interrupt and relate...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0References8
Veracode
Veracode
added 2026/08/06 6:26 a.m.20 views

HTTP Response Desynchronization

undici is vulnerable to HTTP Response Desynchronization. The vulnerability is due to improper Content-Length handling after retrying or resuming partial responses, where a stale length can be retained for a differently sized response body, potentially causing downstream response desynchronization...

6.5CVSS5.5AI score0.00176EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder