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 Authentication Bypass vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for codiad/codiad
.
codiad/codiad is a web-based IDE framework with a small footprint and minimal requirements.
Affected versions of this package are vulnerable to Authentication Bypass. /components/user/class.user.php:Authenticate()
is vulnerable to the magic hash problem due to the loose comparison (==
), leading to authentication bypass.
If the encrypted hash value for the password forms contain certain formats of magic hash (e.g., 0e123...), another hash value (e.g. 0e234...) can successfully authenticate.
This vulnerability can be avoided by using a strict comparison (===
)