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 org.apache.tomcat:catalina
to version 6.0.20 or higher.
org.apache.tomcat:catalina is a Servlet Engine Core Classes and Standard implementations.
Affected versions of this package are vulnerable to Information Exposure. Due to insufficient error checking in some authentication classes, Tomcat allows for the enumeration (brute force testing) of user names by supplying illegally URL encoded passwords. The attack is possible if FORM based authentication (j_security_check) is used with the MemoryRealm.Note
that in early versions, the DataSourceRealm
and JDBCRealm
were alsoaffected.This was fixed in revision 781382.