Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-7pmh-vrww-25xx: freewvs's nested directory structure can interrupt scan

Impact

A directory structure of more than 1000 nested directories can interrupt a freewvs scan due to Python’s recursion limit and os.walk(). This can be problematic in a case where an administrator scans the dirs of potentially untrusted users.

Patches

This has been fixed in this commit by limiting the recursion to 500 directories: https://github.com/schokokeksorg/freewvs/commit/83a6b55c0435c69f447488b791555e6078803143

This issue was discovered by Hanno Böck.

ghsa
#git

freewvs’s nested directory structure can interrupt scan

Low severity GitHub Reviewed Published Jul 6, 2020 in schokokeksorg/freewvs • Updated Aug 30, 2024

ghsa: Latest News

GHSA-qqwr-j9mm-fhw6: deno_doc's HTML generator vulnerable to Cross-site Scripting