Lucene search
+L

113 matches found

OSV
OSV
added 2024/09/10 2:50 p.m.18 views

CVE-2024-43800 serve-static affected by template injection that can lead to XSS

serve-static serves static files. serve-static passes untrusted user input - even after sanitizing it - to redirect may execute untrusted code. This issue is patched in serve-static 1.16.0...

5CVSS6.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/10 2:50 p.m.24 views

CVE-2024-43800

serve-static serves static files. serve-static passes untrusted user input - even after sanitizing it - to redirect may execute untrusted code. This issue is patched in serve-static 1.16.0...

5CVSS6.4AI score0.00631EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/09/10 12:00 a.m.5 views

PT-2024-30668 · Unknown +1 · Statics-Server +1

Name of the Vulnerable Software and Affected Versions: serve-static versions prior to 1.16.0 Description: The issue allows execution of untrusted code by passing untrusted user input to the redirect function, even after sanitizing it. This can be exploited if an attacker controls the input to...

5CVSS7.1AI score0.00631EPSS
SaveExploits0References18
OSV
OSV
added 2024/04/23 4:20 p.m.13 views

GHSA-3MPF-RCC7-5347 Hono vulnerable to Restricted Directory Traversal in serveStatic with deno

Summary When using serveStatic with deno, it is possible to directory traverse where main.ts is located. My environment is configured as per this tutorial https://hono.dev/getting-started/deno PoC bash $ tree . ├── deno.json ├── deno.lock ├── main.ts ├── README.md └── static └── a.txt source jsx...

5.3CVSS5.9AI score0.00642EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/04/23 12:00 a.m.13 views

Hono 安全漏洞

Hono is a web framework written in TypeScript from the Hono community. A security vulnerability exists in Hono versions prior to 4.2.7, which stems from using serveStatic with deno to traverse the directory where main.ts is located, potentially retrieving unexpected files...

5.3CVSS6.7AI score0.00642EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:26 a.m.7 views

SUSE CVE-2014-7818

Directory traversal vulnerability in actionpack/lib/actiondispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.20, 4.0.x before 4.0.11, 4.1.x before 4.1.7, and 4.2.x before 4.2.0.beta3, when servestaticassets is enabled, allows remote attackers to determine the existence o...

4.3CVSS7AI score0.03457EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 5:26 a.m.9 views

SUSE CVE-2014-7829

Directory traversal vulnerability in actionpack/lib/actiondispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when servestaticassets is enabled, allows remote attackers to determine the existence o...

5CVSS7AI score0.04162EPSS
SaveExploits1References4
OSV
OSV
added 2022/04/03 6:15 p.m.6 views

CVE-2022-28380

The rc-httpd component through 2022-03-31 for 9front Plan 9 fork allows ..%2f directory traversal if serve-static is used...

7.5CVSS5.8AI score0.01532EPSS
SaveExploits0References2
NVD
NVD
added 2022/04/03 6:15 p.m.31 views

CVE-2022-28380

The rc-httpd component through 2022-03-31 for 9front Plan 9 fork allows ..%2f directory traversal if serve-static is used...

7.5CVSS0.01532EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/04/03 6:15 p.m.5 views

CVE-2022-28380

The rc-httpd component through 2022-03-31 for 9front Plan 9 fork allows ..%2f directory traversal if serve-static is used...

7.5CVSS5.8AI score0.01532EPSS
SaveExploits0References3
CVE
CVE
added 2022/04/03 5:55 p.m.101 views

CVE-2022-28380

CVE-2022-28380 affects the rc-httpd component in plan9front (9front fork) up to 2022-03-31. The issue enables directory traversal via a crafted path containing ..%2f when serve-static is used, exposing potential access to restricted files. The connected sources confirm the vulnerable component an...

7.5CVSS7.6AI score0.01532EPSS
SaveExploits0References2Affected Software1
vulnersOsv
vulnersOsv
added 2020/08/31 10:57 p.m.7 views

1405-authtokens (>=1.0.1, <=1.0.5), 2048.io (0.0.1) +1308 more potentially affected by CVE-2015-1164 via serve-static (>=1.0.1, <=1.7.1)

serve-static NPM version =1.0.1, =1.0.1, =0.2.0, =1.0.37, =7.0.0, =0.0.2, =1.0.0, =0.0.1, =0.13.7, =0.0.5-SNAPSHOT.11, =3.14.2 and more Source cves: CVE-2015-1164 Source advisory: OSV:GHSA-C3X7-GJMX-R2FF...

4.3CVSS6.2AI score0.02616EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2020/08/31 10:57 p.m.71 views

Open Redirect in serve-static

Versions of serve-static prior to 1.6.5 or 1.7.x prior to 1.7.2 are affected by an open redirect vulnerability on some browsers when configured to mount at the root directory. Proof of Concept A link to http://example.com//www.google.com/%2e%2e will redirect to //www.google.com/%2e%2e Some browse...

4.3CVSS6.2AI score0.02616EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2020/08/31 10:57 p.m.8 views

GHSA-C3X7-GJMX-R2FF Open Redirect in serve-static

Versions of serve-static prior to 1.6.5 or 1.7.x prior to 1.7.2 are affected by an open redirect vulnerability on some browsers when configured to mount at the root directory. Proof of Concept A link to http://example.com//www.google.com/%2e%2e will redirect to //www.google.com/%2e%2e Some browse...

3.1CVSS5.9AI score0.02616EPSS
SaveExploits0References8
OSV
OSV
added 2017/10/24 6:33 p.m.30 views

GHSA-H56M-VWXC-3QPW Directory traversal vulnerability in actionpack

Directory traversal vulnerability in actionpack/lib/actiondispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when servestaticassets is enabled, allows remote attackers to determine the existence o...

5CVSS7.4AI score0.04162EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.51 views

Directory traversal vulnerability in actionpack

Directory traversal vulnerability in actionpack/lib/actiondispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when servestaticassets is enabled, allows remote attackers to determine the existence o...

5CVSS6.2AI score0.04162EPSS
SaveExploits1References8Affected Software1
nodejs
nodejs
added 2015/10/17 7:41 p.m.43 views

Open Redirect

Overview Versions of serve-static prior to 1.6.5 or 1.7.x prior to 1.7.2 are affected by an open redirect vulnerability on some browsers when configured to mount at the root directory. Proof of Concept A link to http://example.com//www.google.com/%2e%2e will redirect to //www.google.com/%2e%2e So...

4.3CVSS2.2AI score0.02616EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2015/01/21 3:28 p.m.9 views

CVE-2015-1164

Open redirect vulnerability in the serve-static plugin before 1.7.2 for Node.js, when mounted at the root, allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a // slash slash followed by a domain in the PATHINFO to the default URI...

6.5AI score
SaveExploits0References5
OSV
OSV
added 2015/01/21 3:28 p.m.8 views

DEBIAN-CVE-2015-1164

Open redirect vulnerability in the serve-static plugin before 1.7.2 for Node.js, when mounted at the root, allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a // slash slash followed by a domain in the PATHINFO to the default URI...

4.3CVSS6.9AI score0.02616EPSS
SaveExploits0References1
NVD
NVD
added 2015/01/21 3:28 p.m.26 views

CVE-2015-1164

Open redirect vulnerability in the serve-static plugin before 1.7.2 for Node.js, when mounted at the root, allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a // slash slash followed by a domain in the PATHINFO to the default URI...

4.3CVSS6.6AI score0.02616EPSS
SaveExploits0References5
Rows per page
Query Builder