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 openc3 to version 6.10.5, 7.0.0-rc3 or higher.
Affected versions of this package are vulnerable to Unverified Password Change via the verify_no_service process in openc3/lib/openc3/models/auth_model.rb and openc3-cosmos-cmd-tlm-api/app/controllers/auth_controller.rb. An attacker can change a password by supplying a valid session token to the password-change flow instead of the current password. The password verification path accepts session tokens and password hashes through the same verify_no_service call, and AuthController#verify uses that path when handling password updates. As a result, anyone who can present a session token can satisfy the old-password check and replace the account password, locking the legitimate user out of their account.