Lucene search
+L

52 matches found

OSV
OSV
added 2026/03/09 7:52 p.m.10 views

GHSA-RCHV-X836-W7XP OpenClaw's dashboard leaked gateway auth material via browser URL/query and localStorage

OpenClaw's macOS Dashboard flow exposed Gateway authentication material to browser-controlled surfaces. Before the fix, the macOS app appended the shared Gateway token and password to the Dashboard URL query string when opening the Control UI in the browser. The Control UI then imported the token...

7.1CVSS5.8AI score
SaveExploits0References4
Snyk
Snyk
added 2026/01/08 8:16 p.m.8 views

Cross-site Scripting (XSS)

Overview nicegui is a Create web-based user interfaces with Python. The nice way. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the pushstate event listener, which allows manipulation of the URL fragment identifier. An attacker can execute arbitrary JavaScript i...

7.2CVSS5.5AI score0.00243EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2021-14326

Malware in sbrugna...

7.5CVSS7.4AI score0.03543EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.24 views

EUVD-2025-26213

Malicious code in bioql PyPI...

6.5CVSS6.6AI score0.00329EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.21 views

EUVD-2023-3201

Malicious code in bioql PyPI...

6.5CVSS6.7AI score0.00625EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2025/08/29 3:53 p.m.56 views

CVE-2025-55750 Gitpod Classic Affected by Bitbucket OAuth Token Exposure via Redirect Fragment

Gitpod is a developer platform for cloud development environments. In versions before main-gha.33628 for both Gitpod Classic and Gitpod Classic Enterprise, OAuth integration with Bitbucket in certain conditions allowed a crafted link to expose a valid Bitbucket access token via the URL fragment...

6.5CVSS0.00329EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/08/29 3:53 p.m.4 views

CVE-2025-55750 Gitpod Classic Affected by Bitbucket OAuth Token Exposure via Redirect Fragment

Gitpod is a developer platform for cloud development environments. In versions before main-gha.33628 for both Gitpod Classic and Gitpod Classic Enterprise, OAuth integration with Bitbucket in certain conditions allowed a crafted link to expose a valid Bitbucket access token via the URL fragment...

6.5CVSS6.1AI score0.00329EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 1:48 a.m.11 views

CVE-2023-2582

A prototype pollution vulnerability exists in Strikingly CMS which can result in reflected cross-site scripting XSS in affected applications and sites built with Strikingly. The vulnerability exists because of Strikingly JavaScript library parsing the URL fragment allows access to the proto or...

6.1CVSS6AI score0.00597EPSS
SaveExploits1References1
OSV
OSV
added 2023/12/05 6:11 p.m.31 views

GHSA-FVHJ-4QFH-Q2HM Traefik incorrectly processes fragment in the URL, leads to Authorization Bypass

Summary When a request is sent to Traefik with a URL fragment, Traefik automatically URL encodes and forwards the fragment to the backend server. This violates the RFC because in the origin-form the URL should only contain the absolute path and the query. When this is combined with another fronte...

6.5CVSS6.5AI score0.00625EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2023/12/05 6:11 p.m.81 views

Traefik incorrectly processes fragment in the URL, leads to Authorization Bypass

Summary When a request is sent to Traefik with a URL fragment, Traefik automatically URL encodes and forwards the fragment to the backend server. This violates the RFC because in the origin-form the URL should only contain the absolute path and the query. When this is combined with another fronte...

6.5CVSS7AI score0.00625EPSS
SaveExploits1References6Affected Software2
Prion
Prion
added 2023/12/04 9:15 p.m.21 views

Improper access control

Traefik is an open source HTTP reverse proxy and load balancer. When a request is sent to Traefik with a URL fragment, Traefik automatically URL encodes and forwards the fragment to the backend server. This violates RFC 7230 because in the origin-form the URL should only contain the absolute path...

6.4CVSS6.9AI score0.00625EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2023/12/04 12:00 a.m.18 views

PT-2023-30312 · Traefik +2 · Traefik +2

Name of the Vulnerable Software and Affected Versions: Traefik versions prior to 2.10.6 Traefik versions prior to 3.0.0-beta5 Description: The issue arises when a request is sent to Traefik with a URL fragment. Traefik automatically URL encodes and forwards the fragment to the backend server,...

8.1CVSS6.5AI score0.99999EPSS
SaveExploits25References66
Prion
Prion
added 2023/05/08 9:15 p.m.22 views

Cross site scripting

A prototype pollution vulnerability exists in Strikingly CMS which can result in reflected cross-site scripting XSS in affected applications and sites built with Strikingly. The vulnerability exists because of Strikingly JavaScript library parsing the URL fragment allows access to the proto or...

5.8CVSS6AI score0.00597EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2023/02/15 4:31 a.m.7 views

SUSE CVE-2018-6076

Insufficient encoding of URL fragment identifiers in Blink in Google Chrome prior to 65.0.3325.146 allowed a remote attacker to perform a DOM based XSS attack via a crafted HTML page...

6.1CVSS8.3AI score0.01159EPSS
SaveExploits0References6
Gitee
Gitee
added 2021/07/24 2:28 p.m.15 views

Exploit for Code Injection in Drupal

Drupal 远程代码执行漏洞(CVE-2018-7602) 影响软件:drupal 方式:对URL中的进行编码两次,绕过sanitize函数过滤 效果:任意命令执行 漏洞环境 执行如下命令启动drupal 7.57的环境: bash docker-compose up -d 环境启动后,访问 http://your-ip:8081/ 将会看到drupal的安装页面,一路默认配置下一步安装。因为没有mysql环境,所以安装的时候可以选择sqlite数据库。 漏洞复现 参考pimps/CVE-2018-7600的PoC。 如下图所示,执行以下命令即可复现该漏洞。示例命令为...

9.8CVSS7AI score0.99991EPSS
SaveExploits61
OSV
OSV
added 2021/06/29 12:15 p.m.16 views

CVE-2021-27577

Incorrect handling of url fragment vulnerability of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 7.0.0 to 7.1.12, 8.0.0 to 8.1.1, 9.0.0 to 9.0.1...

7.5CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2021/06/29 12:15 p.m.2 views

DEBIAN-CVE-2021-27577

Incorrect handling of url fragment vulnerability of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 7.0.0 to 7.1.12, 8.0.0 to 8.1.1, 9.0.0 to 9.0.1...

7.5CVSS7.3AI score0.03543EPSS
SaveExploits0References1
NVD
NVD
added 2021/06/29 12:15 p.m.22 views

CVE-2021-27577

Incorrect handling of url fragment vulnerability of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 7.0.0 to 7.1.12, 8.0.0 to 8.1.1, 9.0.0 to 9.0.1...

7.5CVSS0.03543EPSS
SaveExploits0References2
Prion
Prion
added 2021/06/29 12:15 p.m.25 views

Design/Logic Flaw

Incorrect handling of url fragment vulnerability of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 7.0.0 to 7.1.12, 8.0.0 to 8.1.1, 9.0.0 to 9.0.1...

5CVSS7.5AI score0.03543EPSS
SaveExploits0References2Affected Software2
OSV
OSV
added 2021/06/29 12:15 p.m.6 views

UBUNTU-CVE-2021-27577

Incorrect handling of url fragment vulnerability of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 7.0.0 to 7.1.12, 8.0.0 to 8.1.1, 9.0.0 to 9.0.1...

7.5CVSS5.8AI score0.03543EPSS
SaveExploits0References6
Rows per page
Query Builder