Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory traversal vulnerability #3755

Closed
Dreamsorcerer opened this issue Jan 29, 2024 · 1 comment
Closed

Directory traversal vulnerability #3755

Dreamsorcerer opened this issue Jan 29, 2024 · 1 comment

Comments

@Dreamsorcerer
Copy link

I can't find any information about security reporting, so I'll just put this here.
It appears that this project may have copied some code from aiohttp, which we've recently discovered is vulnerable to a directory traversal attack:
GHSA-5h86-8mv2-jq9f

The similar-looking code is at:

if not self._follow_symlinks:

Please verify if your code is vulnerable and fix if appropriate. The patch we used for aiohttp is https://github.com/aio-libs/aiohttp/pull/8079/files

@Kwpolska
Copy link
Member

Thanks for the report. We don’t have a formal security reporting workflow, because Nikola is expected to be run on personal machines, and the nikola auto server should never be exposed to the public Internet. Feel free to take a look at PR #3756.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants