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 Cross-site Request Forgery (CSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade lonnieezell/codeigniter-shield
to version 1.0.0-beta.2 or higher.
lonnieezell/codeigniter-shield is an Authentication and Authorization package for CodeIgniter 4.
Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) due to insecure implementation of authentication.
Note:
This is exploitable whether Config\Security::$csrfProtection
is 'cookie' or 'session' and also if Config\Security::$regenerate
is true or false
The attacker must have direct (or indirect, e.g., XSS) control over a subdomain site (e.g., https://a.example.com/
) of the target site (e.g., http://example.com/
).
If it is not possible to upgrade to the fixed version:
set Config\Security::$csrfProtection to 'session'
remove old session data right after login (immediately after ID and password match)
regenerate CSRF token right after login (immediately after ID and password match)