Lucene search
+L

465 matches found

Github Security Blog
Github Security Blog
added 2020/08/31 10:53 p.m.41 views

Directory Traversal in nhouston

All versions of the static file server module nhouston are vulnerable to directory traversal. An attacker can provide input such as ../ to read files outside of the served directory. Recommendation It is recommended that a different module be used, as we have been unable to reacher the maintainer...

4.7AI score0.00778EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2020/08/31 10:53 p.m.13 views

GHSA-44G9-W23C-5RW7 Directory Traversal in nhouston

All versions of the static file server module nhouston are vulnerable to directory traversal. An attacker can provide input such as ../ to read files outside of the served directory. Recommendation It is recommended that a different module be used, as we have been unable to reacher the maintainer...

5.3CVSS6.4AI score0.00778EPSS
SaveExploits0References4
Snyk
Snyk
added 2020/06/20 12:38 p.m.11 views

Directory Traversal

Overview rollup-plugin-server is a rollup plugin to serve the bundle. Affected versions of this package are vulnerable to Directory Traversal. There is no path sanitization in readFile operation performed inside the readFileFromContentBase function. PoC by JHU System Security Lab 1. Create a serv...

7.5CVSS7.5AI score0.01768EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2020/03/26 3:46 p.m.13 views

jetty: full server path revealed when using the default Error Handling

In Eclipse Jetty Server, all 9.x versions, on webapps deployed using default Error Handling, when an intentionally bad query arrives that doesn't match a dynamic url-pattern, and is eventually handled by the DefaultServlet's static file serving, the bad characters can trigger a...

5.3CVSS7.2AI score0.04273EPSS
SaveExploits0References4
CNVD
CNVD
added 2020/01/03 12:00 a.m.8 views

ecstatic denial of service vulnerability

ecstatic is a simple static file server middleware. A denial of service vulnerability exists in ecstatic. An attacker could exploit this vulnerability to cause the application to crash...

7.5CVSS8.4AI score0.01274EPSS
SaveExploits0References1
Snyk
Snyk
added 2019/12/31 12:01 p.m.5 views

Denial of Service (DoS)

Overview ecstatic is a simple static file server middleware. Use it with a raw http server, express/connect or on the CLI. Affected versions of this package are vulnerable to Denial of Service DoS. It is possible to crash a server using the package due to the way URL params parsing is handled...

7.5CVSS6.7AI score0.01274EPSS
SaveExploits0References2
OSV
OSV
added 2019/10/07 4:52 p.m.64 views

GHSA-85RF-XH54-WHP3 Malicious URL drafting attack against iodines static file server may allow path traversal

Impact A path traversal vulnerability was detected in iodine's static file service. This vulnerability effects any application running iodine's static file server on an effected iodine version. Malicious URL drafting may cause the static file server to attempt a response containing data from file...

7.5CVSS7.5AI score0.00914EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2019/10/07 4:52 p.m.34 views

Malicious URL drafting attack against iodines static file server may allow path traversal

Impact A path traversal vulnerability was detected in iodine's static file service. This vulnerability effects any application running iodine's static file server on an effected iodine version. Malicious URL drafting may cause the static file server to attempt a response containing data from file...

7.5CVSS1.9AI score0.00914EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2019/10/07 12:00 a.m.9 views

PT-2019-19979 · Iodine · Iodine

Name of the Vulnerable Software and Affected Versions: Iodine versions less than 0.7.33 Description: A path traversal issue in the static file service allows an unauthenticated, remote attacker to read files outside the public folder via malicious URLs. This can be achieved by drafting malicious...

7.5CVSS7.4AI score0.00914EPSS
SaveExploits0References13
RubySec
RubySec
added 2019/10/07 12:00 a.m.26 views

Malicious URL drafting attack against iodines static file server may allow path traversal

Impact A path traversal vulnerability was detected in iodine's static file service. This vulnerability effects any application running iodine's static file server on an effected iodine version. Malicious URL drafting may cause the static file server to attempt a response containing data from file...

7.5CVSS7.5AI score0.00914EPSS
SaveExploits0References1Affected Software1
CNVD
CNVD
added 2019/07/12 12:00 a.m.8 views

Serve-here.js path traversal vulnerability

serve-here.js is an HTTP static file server. A path traversal vulnerability in serve-here.js v1.1.3 and prior versions, which arises from a failure of a networked system or product to properly filter for special elements in the path of a resource or file, can be exploited by an attacker to access...

5.3CVSS6.9AI score0.01502EPSS
SaveExploits1References1
OSV
OSV
added 2019/06/05 9:48 a.m.11 views

GHSA-886V-MM6P-4M66 High severity vulnerability that affects gun

Urgent Upgrade The static file server module included with GUN had a serious vulnerability: - Using curl --path-as-is allowed reads on any parent directory or files. This did not work via the browser or via curl without as-is option. Fixed This has been fixed since version 0.2019.416 and higher...

7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2019/06/05 9:48 a.m.17 views

High severity vulnerability that affects gun

Urgent Upgrade The static file server module included with GUN had a serious vulnerability: - Using curl --path-as-is allowed reads on any parent directory or files. This did not work via the browser or via curl without as-is option. Fixed This has been fixed since version 0.2019.416 and higher...

2.1AI score
SaveExploits0References2Affected Software1
Hacker One
Hacker One
added 2019/06/02 7:16 a.m.19 views

Node.js third-party modules: [public] Path traversal using symlink

I would like to report Path traversal vulnerability in public module Module module name: public version: 0.1.4 npm page: https://www.npmjs.com/package/public Module Description Run static file hosting server with specified public dir & port. Support a "direcotry index" like Apache httpd. Module...

1AI score
SaveExploits0
Hacker One
Hacker One
added 2019/05/07 8:52 a.m.21 views

Node.js third-party modules: [statichttpserver] List any file in the folder by using path traversal.

I would like to report Path Traversal in statichttpserver. It allows to list any file in another folder of web root. Module module name: statichttpserver version: 0.9.7 npm page: https://www.npmjs.com/package/statichttpserver Module Description 'statichttpserver' is inspired by SimpleHTTPServer.p...

5CVSS0.7AI score0.01601EPSS
SaveExploits1
CNVD
CNVD
added 2019/04/04 12:00 a.m.14 views

buttle npm package cross-site scripting vulnerability

buttle npm package is a static file server. A cross-site scripting vulnerability exists in version 0.2.0 of the buttle npm package, which stems from a lack of proper validation of client-side data by the WEB application. An attacker can exploit this vulnerability to execute client-side code...

6.1CVSS6.4AI score0.01172EPSS
SaveExploits0References1
Prion
Prion
added 2019/03/05 4:29 p.m.19 views

Code injection

Supportutils, before version 3.1-5.7.1, wrote data to static file /tmp/supplog, allowing local attackers to overwrite files on systems without symlink protection...

3.6CVSS5.3AI score0.00457EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/03/05 4:00 p.m.33 views

CVE-2018-19637 Static temporary filename allows overwriting of files

Supportutils, before version 3.1-5.7.1, wrote data to static file /tmp/supplog, allowing local attackers to overwrite files on systems without symlink protection...

2.8CVSS6.2AI score0.00457EPSS
SaveExploits0References2
nodejs
nodejs
added 2018/11/29 2:36 a.m.26 views

Path Traversal

Overview All versions of takeapeek are vulnerable to path traversal exposing files and directories. Recommendation As no fix is currently available for this vulnerability is it is our recommendation to use another static file server. References - HackerOne Report - Node.js Security-wg - GitHub...

5CVSS2.8AI score0.01366EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2018/11/06 11:12 p.m.33 views

GHSA-23XP-J737-282V Path Traversal in takeapeek

All versions of takeapeek are vulnerable to path traversal exposing files and directories. Recommendation As no fix is currently available for this vulnerability is it is our recommendation to use another static file server...

5.3CVSS5.2AI score0.01366EPSS
SaveExploits1References5
Rows per page
Query Builder