-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Arbitrary File Read Vulnerability #700
Comments
Eeek! 8-O |
CVE-2016-9177 has been assigned for this vulnerability: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9177 |
I wasn't able to reproduce in a minimal Spark app JAR, but it's indeed reproducible by running |
Not really having the time and peace to thoroughly investigate, but based on some quick tests:
The difference in running in an IDE and running as a packaged up is probably either due to resources being inside a JAR file, or different class loader setup. Should try running in an unpackaged application. |
We are available. The emails "AJ" tried to send all got caught by gmail's spam filters (which this guy was aware of that it could be the case but "failed" to write in his emails shown on marc.info) |
…sue-700 Fix for #700 - Arbitrary File Read Vulnerability
Fixed with #701. |
Noticed my IDE warned me about the vulnerability after I followed the tutorial on the site (https://sparkjava.com/tutorials/maven-setup). The tutorial uses version |
Just posting it here so it gets visbility, I didn't write the original message:
http://marc.info/?l=full-disclosure&m=147814643630342&w=2
There appears to be a vulnerability which lets users read any file from the file system
The text was updated successfully, but these errors were encountered: