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
Blind SSRF vulnerability #246
Comments
|
Hi @traut, the parse method defined in libtaxii wraps the Homepage - https://lxml.de/ |
When the content that starts with
http://is passed to libtaxii'sparsemethod, the library executes HTTP GET request, even thoughno_networkis set toTrueon the XML parser.Executing
will trigger a GET request to
http://test-domain.local?junkdataThis means that maliciously crafted TAXII request can trigger blind SSRF
reproducible in libtaxii v1.1.117
from eclecticiq/OpenTAXII#176
The text was updated successfully, but these errors were encountered: