mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
18 lines
908 B
Markdown
18 lines
908 B
Markdown
### [CVE-2023-40274](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40274)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/getzola/zola/issues/2257
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|