Lucene search
+L

178 matches found

Kitploit
Kitploit
added 2026/08/25 5:17 a.m.1 views

CVE-2022-24181

CVE-2022-24181 および CVE-2022-26616。おそらく同じものです。 Open-journal-system-Vulnerability XSS(Host Headerインジェクション経由)と他ユーザーのパスワードリセットトークンの奪取 再現手順: 1. このサイトにアクセス: https://who's-using-ojs-software.com 2. Burpでこのリクエストをキャプチャし、Repeaterに送信。 3. Host Headerの後に以下を追加: X-Forwarded-Host: foo"x=".com 4...

6.1CVSS6.1AI score0.0608EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/25 4:12 a.m.2 views

fockcache

fockcache FockCache - اختبار تسمم ذاكرة التخزين المؤقت المُصغّر تفاصيل حول تسمم ذاكرة التخزين المؤقت : https://portswigger.net/research/practical-web-cache-poisoning FockCache يحاول FockCache إحداث تسمم في ذاكرة التخزين المؤقت عن طريق تجربة رؤوس X-Forwarded-Host و X-Forwarded-Scheme على صفحات...

5.4AI score
SaveExploits0
CVE
CVE
added 2026/08/03 8:47 p.m.80 views

CVE-2026-48061

Litestar prior to v2.22.0 is affected by CVE-2026-48061: AllowedHostsMiddleware may bypass host validation by using X-Forwarded-Host when Host is absent, enabling host-header injection (e.g., password reset links, cache keys, routing decisions). The issue occurs when no reverse proxy strips X-For...

5.9CVSS5.4AI score0.00283EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/03 8:47 p.m.8 views

CVE-2026-48061 Litestar: AllowedHostsMiddleware bypasses host validation via client-controlled X-Forwarded-Host header

Litestar is an Asynchronous Server Gateway Interface ASGI framework. In versions prior to 2.22.0, an attacker can bypass the allowed hosts validation by omitting the Host header and supplying an X-Forwarded-Host header set to a whitelisted domain. The AllowedHostsMiddleware trusts the...

5.9CVSS5.4AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/30 4:39 p.m.10 views

SUSE CVE-2026-55430

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the workspace app proxy resolves the target app from httpapi.RequestHost which prefers the X-Forwarded-Host header over the real Host header. No middleware...

6.8CVSS7.7AI score0.00208EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.17 views

PT-2026-63564

Name of the Vulnerable Software and Affected Versions Next.js versions 14.1.1 through 15.5.20 Next.js versions 16.0.0 through 16.2.10 Description When a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host, leading to...

8.3CVSS5.9AI score0.00872EPSS
SaveExploits0References13
OSV
OSV
added 2026/07/13 5:58 p.m.23 views

GHSA-4CHG-4752-W88R NukeViet: Pre-authentication SSRF via X-Forwarded-Host

Summary An unauthenticated attacker can coerce the server into issuing HTTP requests to an attacker-chosen host by spoofing the X Forwarded-Host and X-Forwarded-Proto request headers. The forwarded host is used, without validation, to build the URL that serverinfoupdate fetches with cURL, resulti...

7.2CVSS6.2AI score
SaveExploits0References2
NVD
NVD
added 2026/07/08 1:16 a.m.15 views

CVE-2026-55430

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the workspace app proxy resolves the target app from httpapi.RequestHost which prefers the X-Forwarded-Host header over the real Host header. No middleware...

6.8CVSS0.00208EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/08 12:03 a.m.25 views

EUVD-2026-42136

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the workspace app proxy resolves the target app from httpapi.RequestHost which prefers the X-Forwarded-Host header over the real Host header. No middleware...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/08 12:03 a.m.11 views

CVE-2026-55430

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the workspace app proxy resolves the target app from httpapi.RequestHost which prefers the X-Forwarded-Host header over the real Host header. No middleware...

5.8CVSS6AI score0.00208EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/07/08 12:03 a.m.61 views

CVE-2026-55430

Coder's workspace app (github.com/coder/coder) prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 trusts X-Forwarded-Host for routing because no middleware strips it before routing and httpapi.RequestHost() prefers that header over Host. This enables cross-app data access when subdomain (wildca...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 3:01 a.m.16 views

CVE-2026-34198 Coolify: Password reset link poisoning via X-Forwarded-Host header spoofing

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the TrustProxies middleware trusts all proxies $proxies = '', accepting X-Forwarded-Host from any source. The TrustHosts middleware, intended to prevent host header attacks...

5.3CVSS6AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/06 9:05 p.m.20 views

Coder's subdomain workspace app routing trusts unauthenticated X-Forwarded-Host header, enabling cross-app data access

Summary The workspace app proxy resolves the target app from httpapi.RequestHost which prefers the X-Forwarded-Host header over the real Host header. No middleware strips X-Forwarded-Host before routing and the header is not browser-forbidden so client-side JavaScript can set it on fetch calls...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/07/06 9:05 p.m.10 views

Unintended Proxy or Intermediary ('Confused Deputy')

Overview Affected versions of this package are vulnerable to Unintended Proxy or Intermediary 'Confused Deputy' in the httpapi.RequestHost process. An attacker can gain unauthorized access to sensitive data by sending requests with a crafted X-Forwarded-Host header, which is trusted over the real...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/06 9:05 p.m.8 views

Unintended Proxy or Intermediary ('Confused Deputy')

Overview Affected versions of this package are vulnerable to Unintended Proxy or Intermediary 'Confused Deputy' in the httpapi.RequestHost process. An attacker can gain unauthorized access to sensitive data by sending requests with a crafted X-Forwarded-Host header, which is trusted over the real...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/06 9:05 p.m.10 views

Unintended Proxy or Intermediary ('Confused Deputy')

Overview Affected versions of this package are vulnerable to Unintended Proxy or Intermediary 'Confused Deputy' in the httpapi.RequestHost process. An attacker can gain unauthorized access to sensitive data by sending requests with a crafted X-Forwarded-Host header, which is trusted over the real...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/06 9:05 p.m.19 views

GHSA-5G4W-3VW9-478W Coder's subdomain workspace app routing trusts unauthenticated X-Forwarded-Host header, enabling cross-app data access

Summary The workspace app proxy resolves the target app from httpapi.RequestHost which prefers the X-Forwarded-Host header over the real Host header. No middleware strips X-Forwarded-Host before routing and the header is not browser-forbidden so client-side JavaScript can set it on fetch calls...

5.8CVSS6AI score0.00208EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/06 9:05 p.m.9 views

Unintended Proxy or Intermediary ('Confused Deputy')

Overview Affected versions of this package are vulnerable to Unintended Proxy or Intermediary 'Confused Deputy' in the httpapi.RequestHost process. An attacker can gain unauthorized access to sensitive data by sending requests with a crafted X-Forwarded-Host header, which is trusted over the real...

6.8CVSS6AI score0.00208EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/06 12:00 a.m.24 views

PT-2026-56074

Name of the Vulnerable Software and Affected Versions Coder versions prior to 2.29.17 Coder versions prior to 2.32.7 Coder versions prior to 2.33.8 Coder versions prior to 2.34.2 Description The workspace app proxy resolves the target app using the httpapi.RequestHost function, which prioritizes...

6.8CVSS5.9AI score0.00208EPSS
SaveExploits0
Snyk
Snyk
added 2026/07/02 10:18 p.m.15 views

Origin Validation Error

Overview Affected versions of this package are vulnerable to Origin Validation Error in the OIDC discovery process when the X-Forwarded-Host header is not validated and no allowed-hosts list is configured. An attacker can manipulate the issuer and JWKS URI in the discovery document by supplying a...

8.2CVSS6AI score0.00337EPSS
SaveExploits0References2
Rows per page
Query Builder