Lucene search
+L

78510 matches found

RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.13 views

crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate

A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the HostnameError.Error function. This flaw, caused by unbounded string concatenation, leads to excessive resource...

7.5CVSS5.5AI score0.00457EPSS
SaveExploits2References8
OSV
OSV
added 2026/08/06 7:34 p.m.14 views

MAL-2026-13463 Malicious code in vite-plugin-cleaner (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 35bc445ea196f979ad69189f4498586a09a51855b97e95dea02d01d197620237 package.json declares an optionalDependency vite-cleaning-tools pointing at github:vite-plugins/vite-cleaning-tools with no commit SHA or tag, so npm...

5.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 4:48 p.m.33 views

CVE-2026-71445 Authenticated Reflected Cross-Site Scripting in Tag Error Responses in ail-framework

AIL Framework contained a reflected cross-site scripting vulnerability in the /tag/addtags endpoint. When an error occurred while processing a tag operation, the application returned the error value directly as an HTML response using strres0. If attacker-controlled input was included in the...

8.2CVSS0.00319EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/06 4:48 p.m.58 views

CVE-2026-71445

The CVE-2026-71445 entry concerns AIL Framework. It describes an authenticated reflected cross-site scripting flaw in the /tag/add_tags endpoint, where an error message is emitted directly as HTML via str(res[0]), allowing attacker-controlled input to be reflected without proper encoding. Exploit...

8.2CVSS5.5AI score0.00319EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 4:48 p.m.14 views

CVE-2026-71445 Authenticated Reflected Cross-Site Scripting in Tag Error Responses in ail-framework

AIL Framework contained a reflected cross-site scripting vulnerability in the /tag/addtags endpoint. When an error occurred while processing a tag operation, the application returned the error value directly as an HTML response using strres0. If attacker-controlled input was included in the...

8.2CVSS5.3AI score
SaveExploits0References4
OSV
OSV
added 2026/08/06 11:20 a.m.5 views

SUSE-SU-2026:3517-1 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...

8.6CVSS7AI score0.13213EPSS
SaveExploits0References21
NVD
NVD
added 2026/08/06 8:16 a.m.11 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
NVD
NVD
added 2026/08/06 8:16 a.m.17 views

CVE-2026-64597

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
OSV
OSV
added 2026/08/06 8:16 a.m.10 views

UBUNTU-CVE-2026-64597

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.8CVSS5.5AI score0.00359EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/06 8:16 a.m.9 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
SaveExploits0References11
EUVD
EUVD
added 2026/08/06 7:13 a.m.16 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
CVE
CVE
added 2026/08/06 7:13 a.m.89 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.45 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
CVE
CVE
added 2026/08/06 7:13 a.m.115 views

CVE-2026-64597

The CVE-2026-64597 entry concerns a Linux kernel SMB2 client double-free in SMB2_close() replay: a reply-bearing attempt could trigger a replayable error and free the response buffer, with a potential double-free if SMB2_close_init() fails before the next send. The documented fix resets the respo...

9.8CVSS5.5AI score0.00359EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.19 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
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.14 views

CVE-2026-64597

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

5.5AI score0.00359EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/06 7:13 a.m.27 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
SUSE CVE
SUSE CVE
added 2026/08/06 1:06 a.m.15 views

SUSE CVE-2026-64580

In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdevput in xfrm6filldst On the error path where in6devgetdev returns NULL, xfrm6filldst releases the device reference with netdevput but leaves xdst-u.dst.dev set. dstdestroy later...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/06 1:05 a.m.17 views

SUSE CVE-2026-67313

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger...

7.5CVSS5.5AI score0.00433EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/08/06 12:30 a.m.11 views

CVE-2023-54377

Erroneously reserved under wrong year by automation defect; superseded by correct-year CVE...

5.4AI score
SaveExploits0References1
Rows per page
Query Builder