Skip to content

zola Path Traversal vulnerability

High severity GitHub Reviewed Published Aug 14, 2023 to the GitHub Advisory Database • Updated Nov 7, 2023

Package

cargo zola (Rust)

Affected versions

>= 0.13.0, <= 0.17.2

Patched versions

None

Description

An issue was discovered in zola 0.13.0 through 0.17.2. The custom implementation of a web server, available via the "zola serve" command, allows directory traversal. The handle_request function, used by the server to process HTTP requests, does not account for sequences of special path control characters (../) in the URL when serving a file, which allows one to escape the webroot of the server and read arbitrary files from the filesystem.

References

Published by the National Vulnerability Database Aug 14, 2023
Published to the GitHub Advisory Database Aug 14, 2023
Reviewed Aug 14, 2023
Last updated Nov 7, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Weaknesses

CVE ID

CVE-2023-40274

GHSA ID

GHSA-xvv9-5j67-3rpq

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.