augustine@0.2.3 vulnerabilities

Another very simple HTTP server for serving static resources.

Direct Vulnerabilities

Known vulnerabilities in the augustine package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Directory Traversal

augustine is a simple http server for serving static resources

Affected versions of this package are vulnerable to Directory Traversal.

An attacker may use a specially crafted GET request and traverse the directory structure of a host using the lactate web server package, allowing them read access to arbitrary files outside of the specified web root.

Proof of Concept by Yasin Soliman:

  • Install the lactate package and cd to a directory you wish to serve assets from.
  • Run augustine -p 8081 to start serving files from this location.
  • Running the following cURL request:
curl "http://127.0.0.1:8081//etc/passwd"

How to fix Directory Traversal?

There is no fix version for augustine.

*
  • H
Directory Traversal

augustine is a simple http server for serving static resources

Affected versions of this package are vulnerable to Directory Traversal.

An attacker may use a specially crafted GET request and traverse the directory structure of a host using the lactate web server package, allowing them read access to arbitrary files outside of the specified web root.

Proof of Concept by Yasin Soliman:

  • Install the lactate package and cd to a directory you wish to serve assets from.
  • Run augustine -p 8081 to start serving files from this location.
  • Running the following cURL request:
curl "http://127.0.0.1:8081//etc/passwd"

How to fix Directory Traversal?

There is no fix version for augustine.

*