Lucene search

K
hackeroneToannc123H1:570133
HistoryMay 07, 2019 - 10:47 a.m.

Node.js third-party modules: [http-file-server] List any files and sub folders in the folder by using path traversal.

2019-05-0710:47:20
toannc123
hackerone.com
5

0.001 Low

EPSS

Percentile

48.3%

I would like to report Path Traversal in http-file-server. It allows to list any files and sub folders in another folder of web root.

Module

module name: http-file-serverversion:0.2.6npm page: https://www.npmjs.com/package/http-file-server

Vulnerability

Vulnerability Description

http-file-server is simply get the path name of url and add it to the web root. it means if you input …/, it will happy add it to web root and you can list the folder you choose. But the trick is web browser or curl are also to try rebuild the url containing …/. I used the burp to make a raw url and send it to server.

Steps To Reproduce:

install http-file-server
$ npm install -g http-file-server

start program: go to the folder of the module and run the file
$ ./http-file-server.js --path=/tmp/ --host=* --port=1234

start burpsuite and enter the url contain …/. you should see the files in the folder.
{F485870}

Patch

filter … in the path name.

Supporting Material/References:

Configuration I’ve used to find this vulnerability:

  • kali linux 4.15.0
  • nodejs v8.9.3
  • npm 6.4.1
  • Burpsuite

Wrap up

  • I contacted the maintainer to let them know: N
  • I opened an issue in the related repository: N

Impact

This vulnerability allows malicious user to list file in the folder. This might expose vectors to attack system with Remote Code Execution, reveals files with usernames and passwords and many other possibilities.

0.001 Low

EPSS

Percentile

48.3%