Lucene search
+L

55 matches found

Kitploit
Kitploit
•added 2026/09/25 7:58 p.m.•9 views

crlf-desyncs

CRLF Desyncs これは、BlackHat USA 2026 および DEFCON 34 で発表された、CRLFベースのDesyncを検出・悪用するための便利なツールとリソースを含むリポジトリです。 目次 cdn-origin/ - レスポンスに対するCRLFインジェクションのファジングに有用な、オリジンからエッジへの集約ヘッダーが含まれています。 nuclei-templates/ - CRLFインジェクションを大規模に検出するのに役立つnucleiテンプレートのコレクション。 cookier.py - CRLFベースのcookie...

5.9AI score
SaveExploits0
Snyk
Snyk
•added 2026/09/21 4:34 p.m.•4 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in JWTRefreshMiddleware's caller resolution, which resolves the caller from the session cookie and ignores an accompanying Authorization: Bearer token, inverting the intended precedence of bearer over cookie. An...

4.2CVSS5.6AI score0.00735EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/08/26 2:35 p.m.•14 views

AsyncHttpClient stores cookie for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

Impact A cookie tossing / cookie injection issue CWE-1275. ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without verifying that the responding host is allowed to set a cookie for that domain RFC 6265 §5.3 step 6. A host the client connects to can therefore plant a...

4CVSS5.4AI score0.0033EPSS
SaveExploits0References10Affected Software1
OSV
OSV
•added 2026/08/26 2:35 p.m.•10 views

GHSA-M452-Q8C9-RG2F AsyncHttpClient stores cookie for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

Impact A cookie tossing / cookie injection issue CWE-1275. ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without verifying that the responding host is allowed to set a cookie for that domain RFC 6265 §5.3 step 6. A host the client connects to can therefore plant a...

4CVSS5.5AI score0.0033EPSS
SaveExploits0References10
Debian
Debian
•added 2026/08/06 4:56 p.m.•12 views

[SECURITY] [DLA 4721-1] async-http-client security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-4721-1 [email protected] https://www.debian.org/lts/security/ Chris Lamb August 06, 2026 https://wiki.debian.org/LTS -...

4CVSS5.3AI score0.0033EPSS
SaveExploits0
EUVD
EUVD
•added 2026/07/10 12:51 p.m.•24 views

EUVD-2026-42876

Improper Neutralization of Parameter/Argument Delimiters vulnerability in elixir-plug plug allows an attacker to inject or override HTTP cookie attributes. The Plug.Conn.Cookies.encode/2 function in lib/plug/conn/cookies.ex builds the Set-Cookie response header by interpolating the cookie value a...

2.1CVSS6.1AI score0.00216EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/07/10 12:00 a.m.•23 views

PT-2026-57161

Improper Neutralization of Parameter/Argument Delimiters vulnerability in elixir-plug plug allows an attacker to inject or override HTTP cookie attributes. The Plug.Conn.Cookies.encode/2 function in lib/plug/conn/cookies.ex builds the Set-Cookie response header by interpolating the cookie value a...

2.1CVSS6.1AI score0.00216EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/10 12:00 a.m.•0 views

CVE-2026-56813: Improper Neutralization of Parameter/Argument Delimiters

Improper Neutralization of Parameter/Argument Delimiters vulnerability in elixir-plug plug allows an attacker to inject or override HTTP cookie attributes. The Plug.Conn.Cookies.encode/2 function in lib/plug/conn/cookies.ex builds the Set-Cookie response header by interpolating the cookie value a...

2.1CVSS5.8AI score0.00216EPSS
SaveExploits0References2
OSV
OSV
•added 2026/07/07 11:45 a.m.•15 views

PYSEC-2026-1480 Cross site scripting (XSS) in JupyterHub via Self-XSS leveraged by Cookie Tossing

Impact Affected configurations: - Single-origin JupyterHub deployments - JupyterHub deployments with user-controlled applications running on subdomains or peer subdomains of either the Hub or a single-user server. By tricking a user into visiting a malicious subdomain, the attacker can achieve an...

8.1CVSS6AI score0.00329EPSS
SaveExploits0References6
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•19 views

Cross site scripting (XSS) in JupyterHub via Self-XSS leveraged by Cookie Tossing

ImpactAffected configurations:- Single-origin JupyterHub deployments- JupyterHub deployments with user-controlled applications running on subdomains or peer subdomains of either the Hub or a single-user server.By tricking a user into visiting a malicious subdomain, the attacker can achieve an XSS...

8.1CVSS7.2AI score0.00329EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/07/01 7:40 p.m.•18 views

CVE-2026-55688 AsyncHttpClient: Cookie stored for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. In versions from 2.0.0 prior to 2.16.0 and from 3.0.0.Beta1 prior to 3.0.11, ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without...

4CVSS6AI score
SaveExploits0References5
CVE
CVE
•added 2026/07/01 7:40 p.m.•73 views

CVE-2026-55688

Affected software: AsyncHttpClient (AHC) library for Java. Vulnerable versions: 2.0.0 up to (but not including) 2.16.0, and 3.0.0.Beta1 up to (but not including) 3.0.11. Root cause: ThreadSafeCookieStore may store a cookie using the.Domain value without validating that the responding host is allo...

4CVSS5.8AI score0.0033EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/07/01 7:40 p.m.•83 views

CVE-2026-55688 AsyncHttpClient: Cookie stored for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. In versions from 2.0.0 prior to 2.16.0 and from 3.0.0.Beta1 prior to 3.0.11, ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without...

4CVSS0.0033EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/07/01 7:40 p.m.•13 views

CVE-2026-55688 AsyncHttpClient: Cookie stored for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. In versions from 2.0.0 prior to 2.16.0 and from 3.0.0.Beta1 prior to 3.0.11, ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without...

4CVSS5.8AI score0.0033EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/01 12:00 a.m.•2 views

CVE-2026-55688: Sensitive Cookie with Improper SameSite Attribute

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. In versions from 2.0.0 prior to 2.16.0 and from 3.0.0.Beta1 prior to 3.0.11, ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without...

4CVSS5.8AI score0.0033EPSS
SaveExploits0References2
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•15 views

EUVD-2019-6086

Malware in sbrugna...

6.5CVSS6.4AI score0.01175EPSS
SaveExploits1References3
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•17 views

EUVD-2024-2303

Malicious code in bioql PyPI...

4.1CVSS6.3AI score0.00597EPSS
SaveExploits0References12
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•13 views

EUVD-2023-1380

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00829EPSS
SaveExploits0References8
Hacker One
Hacker One
•added 2025/08/31 5:16 a.m.•20 views

Cloudflare Public Bug Bounty: [Variation of #1554049] 1-Click Chaining of Self-XSS, Cookie Tossing and AntiCSRF Token Prediction leads to auto approval in Access Temp Auth

A vulnerability was discovered in Cloudflare Access that could allow for unauthorized approvals within the Temporary Auth workflow. The issue was resolved after the researcher reported it to Cloudflare...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/05/23 9:47 a.m.•33 views

CVE-2024-21583

Versions of the package github.com/gitpod-io/gitpod/components/server/go/pkg/lib before main-gha.27122; versions of the package github.com/gitpod-io/gitpod/components/ws-proxy/pkg/proxy before main-gha.27122; versions of the package github.com/gitpod-io/gitpod/install/installer/pkg/components/aut...

4.1CVSS4.3AI score0.00597EPSS
SaveExploits0References1
Rows per page
Query Builder