Skip to main content

Improper Resource Shutdown or Release

CVE-2022-25762

Severity High
Score 8.6/10

Summary

If a web application sends a WebSocket message concurrently with the WebSocket connection closing when running on Apache Tomcat 7.0.0 through 8.5.75 or Apache Tomcat 9.0.0.M1 through 9.0.20, it is possible that the application will continue to use the socket after it has been closed. The error handling triggered in this case could cause the pooled object to be placed in the pool twice. This could result in subsequent connections using the same object concurrently which could result in data being returned to the wrong use and/or other errors.

  • LOW
  • NETWORK
  • LOW
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • LOW

CWE-404 - Improper Resource Shutdown or Release

The program does not release or incorrectly releases a resource before it is made available for re-use.

Advisory Timeline

  • Published