Описание
Path Traversal in rust-embed
When running in debug mode and the debug-embed (off by default) feature is not enabled, the generated get method does not check that the input path is a child of the folder given.
This allows attackers to read arbitrary files in the file system if they have control over the filename given. The following code will print the contents of your /etc/passwd if adjusted with a correct number of ../s depending on where it is run from.
Пакеты
Наименование
rust-embed
rust
Затронутые версииВерсия исправления
< 6.3.0
6.3.0
Связанные уязвимости
CVSS3: 7.5
nvd
около 4 лет назад
An issue was discovered in the rust-embed crate before 6.3.0 for Rust. A ../ directory traversal can sometimes occur in debug mode.