Lucene search
K

24 matches found

Veracode
Veracode
added 2026/05/12 1:3 p.m.5 views

Directory Traversal

SiYuan is vulnerable to Directory Traversal. The vulnerability is due to improper handling of double URL decoding in the serveExport function, which allows an attacker to use double-encoded traversal sequences to read arbitrary files from the workspace...

7.1CVSS5.9AI score0.00052EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/04/22 8:51 p.m.2 views

GHSA-HJH7-R5W8-5872 SiYuan: Path Traversal via Double URL Encoding in `/export/` Endpoint (Incomplete Fix Bypass for CVE-2026-30869)

Summary The fix for CVE-2026-30869 in SiYuan v3.5.10 only added a denylist check IsSensitivePath but did not address the root cause — a redundant url.PathUnescape call in serveExport. An authenticated attacker can use double URL encoding %252e%252e to traverse directories and read arbitrary...

7.1CVSS5.8AI score0.00052EPSS
Exploits0References6
OSV
OSV
added 2026/03/20 8:50 p.m.1 views

GHSA-72GR-QFP7-VWHW h3: Double Decoding in `serveStatic` Bypasses `resolveDotSegments` Path Traversal Protection via `%252e%252e`

Summary The serveStatic utility in h3 applies a redundant decodeURI call to the request pathname after H3Event has already performed percent-decoding with %25 preservation. This double decoding converts %252e%252e into %2e%2e, which bypasses resolveDotSegments since it checks for literal...

5.9CVSS6AI score
Exploits0References2
Github Security Blog
Github Security Blog
added 2026/03/20 8:50 p.m.2 views

h3: Double Decoding in `serveStatic` Bypasses `resolveDotSegments` Path Traversal Protection via `%252e%252e`

Summary The serveStatic utility in h3 applies a redundant decodeURI call to the request pathname after H3Event has already performed percent-decoding with %25 preservation. This double decoding converts %252e%252e into %2e%2e, which bypasses resolveDotSegments since it checks for literal...

6AI score
Exploits0References2Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2014-3586

Malware in sbrugna...

7.5CVSS7.6AI score0.00979EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-1104

Malicious code in bioql PyPI...

8.1CVSS8AI score0.00107EPSS
Exploits1References3
Veracode
Veracode
added 2024/04/17 7:33 a.m.15 views

Path Traversal

mlflow is vulnerable to a path traversal vulnerability. The vulnerability is due to an extra unquote operation in the deleteartifacts function of localartifactrepo.py, which fails to properly sanitize user-supplied paths. Attackers can exploit the double decoding process in the...

8.1CVSS7.2AI score0.00107EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2024/04/16 12:30 a.m.0 views

GHSA-5MVJ-WMGJ-7Q8C mlflow vulnerable to Path Traversal

A path traversal vulnerability exists in the mlflow/mlflow repository, specifically within the artifact deletion functionality. Attackers can bypass path validation by exploiting the double decoding process in the deleteartifactmlflowartifacts handler and localfileuritopath function, allowing for...

8.1CVSS7.2AI score0.00107EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2024/04/16 12:30 a.m.29 views

mlflow vulnerable to Path Traversal

A path traversal vulnerability exists in the mlflow/mlflow repository, specifically within the artifact deletion functionality. Attackers can bypass path validation by exploiting the double decoding process in the deleteartifactmlflowartifacts handler and localfileuritopath function, allowing for...

8.1CVSS8AI score0.00107EPSS
Exploits1References3Affected Software1
CVE
CVE
added 2024/04/16 12:0 a.m.66 views

CVE-2024-1560

CVE-2024-1560 affects mlflow/mlflow prior to 2.9.2, in the artifact deletion path. A double decoding flaw in _delete_artifact_mlflow_artifacts and local_file_uri_to_path, via an extra unquote in delete_artifacts, allows path traversal and deletion of arbitrary server directories. Impact: high, wi...

8.1CVSS7.8AI score0.00107EPSS
Exploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/16 12:0 a.m.21 views

CVE-2024-1560 Path Traversal Vulnerability in mlflow/mlflow

A path traversal vulnerability exists in the mlflow/mlflow repository, specifically within the artifact deletion functionality. Attackers can bypass path validation by exploiting the double decoding process in the deleteartifactmlflowartifacts handler and localfileuritopath function, allowing for...

8.1CVSS6.8AI score0.00107EPSS
Exploits1References1
SUSE CVE
SUSE CVE
added 2023/02/15 5:1 a.m.1 views

SUSE CVE-2016-5099

Cross-site scripting XSS vulnerability in phpMyAdmin 4.4.x before 4.4.15.6 and 4.6.x before 4.6.2 allows remote attackers to inject arbitrary web script or HTML via special characters that are mishandled during double URL decoding...

6.1CVSS6.1AI score0.00493EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2021/06/10 3:43 p.m.122 views

Jetty Utility Servlets ConcatServlet Double Decoding Information Disclosure Vulnerability

Requests to the ConcatServlet and WelcomeFilter are able to access protected resources within the WEB-INF directory. For example a request to the ConcatServlet with a URI of /concat?/%2557EB-INF/web.xml can retrieve the web.xml file. This can reveal sensitive information regarding the...

5.3CVSS1.6AI score0.9026EPSS
Exploits2References26Affected Software1
OSV
OSV
added 2021/06/10 3:43 p.m.6 views

GHSA-GWCR-J4WH-J3CQ Jetty Utility Servlets ConcatServlet Double Decoding Information Disclosure Vulnerability

Requests to the ConcatServlet and WelcomeFilter are able to access protected resources within the WEB-INF directory. For example a request to the ConcatServlet with a URI of /concat?/%2557EB-INF/web.xml can retrieve the web.xml file. This can reveal sensitive information regarding the...

5.3CVSS6.8AI score0.9026EPSS
Exploits2References26
Hacker One
Hacker One
added 2020/03/18 11:53 p.m.161 views

Internet Bug Bounty: Cache Manager ACL Bypass

Summary: ACL Manager can be bypassed giving non authorized users to squid-internal-mgr. Possible to bypass other urlregex, but only focused on manager. with the hostname of the server running squid echo -e "GET https://jeriko.one%252f@:3128/squid-internal-mgr/activerequests HTTP/1.1\r\n\r\n" |nc...

7.5CVSS9.6AI score0.00549EPSS
Exploits0
Prion
Prion
added 2018/03/19 1:29 p.m.11 views

Directory traversal

The Grails Resource Plugin often has to exchange URIs for resources with other internal components. Those other components will decode any URI passed to them. To protect against directory traversal the Grails Resource Plugin did the following: normalized the URI, checked the normalized URI did no...

5CVSS7.1AI score0.00979EPSS
Exploits0References1Affected Software1
NVD
NVD
added 2018/03/19 1:29 p.m.10 views

CVE-2014-3626

The Grails Resource Plugin often has to exchange URIs for resources with other internal components. Those other components will decode any URI passed to them. To protect against directory traversal the Grails Resource Plugin did the following: normalized the URI, checked the normalized URI did no...

7.5CVSS7.6AI score0.00979EPSS
Exploits0References1
CVE
CVE
added 2018/03/19 1:0 p.m.34 views

CVE-2014-3626

The CVE-2014-3626 vulnerability affects the Grails Resource Plugin (pre-1.2.13). A directory-traversal protection bug caused the plugin to return the decoded URI after the traversal check instead of the normalized URI, enabling a double-decoding issue. The fixed behavior repeatedly decodes the UR...

7.5CVSS7.5AI score0.00979EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2018/03/19 1:0 p.m.8 views

CVE-2014-3626

The Grails Resource Plugin often has to exchange URIs for resources with other internal components. Those other components will decode any URI passed to them. To protect against directory traversal the Grails Resource Plugin did the following: normalized the URI, checked the normalized URI did no...

7.6AI score0.00979EPSS
Exploits0References1
OSV
OSV
added 2016/07/05 1:59 a.m.1 views

DEBIAN-CVE-2016-5099

Cross-site scripting XSS vulnerability in phpMyAdmin 4.4.x before 4.4.15.6 and 4.6.x before 4.6.2 allows remote attackers to inject arbitrary web script or HTML via special characters that are mishandled during double URL decoding...

6.1CVSS8.3AI score0.00493EPSS
Exploits0References1
Rows per page
Query Builder