Lucene search
+L

301173 matches found

Cvelist
Cvelist
added 2026/07/21 8:14 p.m.27 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS0.00388EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:14 p.m.8 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/21 8:14 p.m.11 views

EUVD-2026-46402

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score0.00388EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/21 8:14 p.m.8 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score0.00388EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:00 p.m.7 views

CVE-2026-47671 Nhost CLI local configserver allows cross-origin unauthenticated read/write access to local development configuration and secrets

Nhost is an open source Firebase alternative with GraphQL. In versions of Nhost CLI prior to 1.46.0, the hidden nhost configserver used by nhost dev exposes the Mimir GraphQL API with dummy authorization directives and permissive CORS. When a developer is running the local development environment...

5.4CVSS5.5AI score
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/21 7:22 p.m.21 views

Security Bulletin: Multiple Vulnerabilities affect IBM License Metric Tool v9

Summary Multiple vulnerabilities have been addressed in components used by IBM License Metric Tool Vulnerability Details CVEID:CVE-2026-38969 DESCRIPTION: Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that...

9.8CVSS5.9AI score0.00549EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/21 6:52 p.m.8 views

Security Bulletin: Security Vulnerability in Ebics server affects IBM Sterling B2B Integrator and IBM Sterling File Gateway (CVE-2025-36298)

Summary IBM Sterling B2B Integrator and IBM Sterling File Gateway have addressed vulnerability in Ebics server Vulnerability Details CVEID:CVE-2025-36298 DESCRIPTION: IBM Sterling B2B Integrator and IBM Sterling File Gateway Ebics server component is vulnerable to cross-site scripting. This...

5.4CVSS5.1AI score0.00165EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 6:35 p.m.11 views

guzzlehttp/psr7: Host Confusion via Weak URI Host Validation

Impact guzzlehttp/psr7 did not reject URI host components containing authority delimiters /, ?, , @, or , an embedded port such as host:8080, or IPv6 brackets that do not frame the host such as ::1 or ::1. Uri::assertValidHost rejected only control characters, so these malformed hosts were...

6.5CVSS5.4AI score0.00186EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 6:34 p.m.21 views

websocket-driver-ruby: Denial of service via malformed Host header

Impact If this library is used to implement a WebSocket server on top of a TCP server, by using the WebSocket::Driver.server method, then a client can cause the server to crash by sending a Host header that is not a valid host:port string. When this happens, a URI::InvalidURIError exception is...

8.9CVSS5.5AI score0.00338EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 6:34 p.m.14 views

hono/jsx does not isolate context per request, leading to cross-request data disclosure

Summary hono/jsx did not isolate context values per request during server-side rendering. While an async component was suspended on await, its provided context value stayed observable to other requests rendering concurrently, so useContext could return a value from a different in-flight request...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/21 6:34 p.m.16 views

EUVD-2026-42326

hono/jsx does not isolate context per request, leading to cross-request data disclosure...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 6:34 p.m.8 views

GHSA-HVRM-45R6-MJFJ hono/jsx does not isolate context per request, leading to cross-request data disclosure

Summary hono/jsx did not isolate context values per request during server-side rendering. While an async component was suspended on await, its provided context value stayed observable to other requests rendering concurrently, so useContext could return a value from a different in-flight request...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/21 6:33 p.m.7 views

GHSA-W62V-XXXG-MG59 Hono: Server-Side XSS via JSX Escaping Bypass in cx() Utility

Summary cx in hono/css composes class names from plain strings but marks the result as already-escaped without HTML-escaping the input. When the result is used as a JSX class attribute during server-side rendering, the value is written into the attribute unescaped, so untrusted input can break ou...

6.1CVSS5.4AI score0.00198EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/21 6:33 p.m.15 views

Hono: Server-Side XSS via JSX Escaping Bypass in cx() Utility

Summary cx in hono/css composes class names from plain strings but marks the result as already-escaped without HTML-escaping the input. When the result is used as a JSX class attribute during server-side rendering, the value is written into the attribute unescaped, so untrusted input can break ou...

6.1CVSS5.4AI score0.00198EPSS
SaveExploits0References5Affected Software1
Patchstack
Patchstack
added 2026/07/21 6:33 p.m.11 views

NPM: Hono: Server-Side XSS via JSX Escaping Bypass in cx() Utility

NPM: Hono: Server-Side XSS via JSX Escaping Bypass in cx Utility vulnerability discovered by ? in WordPress Npm hono versions = 4.0.0, 4.12.27...

6.1CVSS5.1AI score0.00198EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/21 6:33 p.m.14 views

EUVD-2026-42327

Hono: Server-Side XSS via JSX Escaping Bypass in cx Utility...

6.1CVSS5AI score0.00198EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/21 6:17 p.m.18 views

CVE-2026-56578

HCL MyCloud was affected by Server Version Disclosure. It may help attackers identify and exploit known vulnerabilities affecting the disclosed software versions...

2.2CVSS0.00164EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/07/21 5:54 p.m.11 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal in the file-op delete path. An attacker can delete files outside the intended build root by sending a crafted low-level build API request with FileActionRm.Path values such as .. or ../victim. The vulnerable path...

7.5CVSS6.4AI score0.00249EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:36 p.m.27 views

CVE-2026-56580

Technical details (affected product components, root cause, impact specifics, or remediation steps) are not publicly provided in the provided documents. Monitor for updates.

2.2CVSS5.3AI score0.00177EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/07/21 5:34 p.m.19 views

EUVD-2026-46341

HCL MyCloud was affected by Server Version Disclosure. It may help attackers identify and exploit known vulnerabilities affecting the disclosed software versions...

2.2CVSS5.3AI score0.00164EPSS
SaveExploits0References1
Rows per page
Query Builder