Exploitation Summary
EIP tracks 1 public exploit for CVE-2018-1305. PoCs published by Pa55w0rd.
AI-analyzed exploit summary This repository demonstrates CVE-2018-1305, an authorization bypass vulnerability in Apache Tomcat due to incorrect application of ServletSecurity annotations. The PoC shows how security constraints fail to apply if a nested servlet is accessed before its parent servlet.
Description
Security constraints defined by annotations of Servlets in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 were only applied once a Servlet had been loaded. Because security constraints defined in this way apply to the URL pattern and any URLs below that point, it was possible - depending on the order Servlets were loaded - for some security constraints not to be applied. This could have exposed resources to users who were not authorised to access them.
Exploits (1)
This repository demonstrates CVE-2018-1305, an authorization bypass vulnerability in Apache Tomcat due to incorrect application of ServletSecurity annotations. The PoC shows how security constraints fail to apply if a nested servlet is accessed before its parent servlet.
References (35)
Scores
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N