First published: Mon Apr 17 2017(Updated: )
In Apache Tomcat 9.0.0.M1 to 9.0.0.M18 and 8.5.0 to 8.5.12, the refactoring of the HTTP connectors introduced a regression in the send file processing. If the send file processing completed quickly, it was possible for the Processor to be added to the processor cache twice. This could result in the same Processor being used for multiple requests which in turn could lead to unexpected errors and/or response mix-up.
Credit: security@apache.org security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.apache.tomcat.embed:tomcat-embed-core | >=8.5.0<=8.5.12 | 8.5.13 |
maven/org.apache.tomcat.embed:tomcat-embed-core | >=9.0.0.M1<=9.0.0.M18 | 9.0.0.M19 |
maven/org.apache.tomcat:tomcat-coyote | >=8.5.0<=8.5.12 | 8.5.13 |
maven/org.apache.tomcat:tomcat-coyote | >=9.0.0.M1<=9.0.0.M18 | 9.0.0.M19 |
Tomcat | =8.5.0 | |
Tomcat | =8.5.1 | |
Tomcat | =8.5.2 | |
Tomcat | =8.5.3 | |
Tomcat | =8.5.4 | |
Tomcat | =8.5.5 | |
Tomcat | =8.5.6 | |
Tomcat | =8.5.7 | |
Tomcat | =8.5.8 | |
Tomcat | =8.5.9 | |
Tomcat | =8.5.10 | |
Tomcat | =8.5.11 | |
Tomcat | =8.5.12 | |
Tomcat | =9.0.0-milestone1 | |
Tomcat | =9.0.0-milestone10 | |
Tomcat | =9.0.0-milestone11 | |
Tomcat | =9.0.0-milestone12 | |
Tomcat | =9.0.0-milestone13 | |
Tomcat | =9.0.0-milestone14 | |
Tomcat | =9.0.0-milestone15 | |
Tomcat | =9.0.0-milestone16 | |
Tomcat | =9.0.0-milestone17 | |
Tomcat | =9.0.0-milestone18 | |
Tomcat | =9.0.0-milestone2 | |
Tomcat | =9.0.0-milestone3 | |
Tomcat | =9.0.0-milestone4 | |
Tomcat | =9.0.0-milestone5 | |
Tomcat | =9.0.0-milestone6 | |
Tomcat | =9.0.0-milestone7 | |
Tomcat | =9.0.0-milestone8 | |
Tomcat | =9.0.0-milestone9 | |
Tomcat | =9.0.0-m1 | |
Tomcat | =9.0.0-m10 | |
Tomcat | =9.0.0-m11 | |
Tomcat | =9.0.0-m12 | |
Tomcat | =9.0.0-m13 | |
Tomcat | =9.0.0-m14 | |
Tomcat | =9.0.0-m15 | |
Tomcat | =9.0.0-m16 | |
Tomcat | =9.0.0-m17 | |
Tomcat | =9.0.0-m18 | |
Tomcat | =9.0.0-m2 | |
Tomcat | =9.0.0-m3 | |
Tomcat | =9.0.0-m4 | |
Tomcat | =9.0.0-m5 | |
Tomcat | =9.0.0-m6 | |
Tomcat | =9.0.0-m7 | |
Tomcat | =9.0.0-m8 | |
Tomcat | =9.0.0-m9 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-5651 has a medium severity rating due to the potential for processor cache corruption in Apache Tomcat.
To fix CVE-2017-5651, upgrade to Apache Tomcat versions 8.5.13 or 9.0.0.M19.
CVE-2017-5651 affects Apache Tomcat versions 8.5.0 to 8.5.12 and 9.0.0.M1 to 9.0.0.M18.
Yes, CVE-2017-5651 can cause issues in file processing due to the potential for duplicated processors in the cache.
CVE-2017-5651 is associated with the Tomcat HTTP connectors and specifically the send file processing feature.