Home / Vulnerability Database / Java : Unreleased resource database
Java
Java : Unreleased resource database
Classification
Overview
The method creates a database resource (such as a database connection or row set), does not assign it to any fields, pass it to other methods, or return it, and does not appear to close the object on all paths out of the method. These may result in poor performance, and could cause the application to have problems communicating with the database.
Reliability of software falls. An atacker might initate a resource leak, and be able to lauch a denial of servise attack by depleting the resource.
References
MEDIUM
DerScanner Severity Score
Do you want to fix Java : Unreleased resource database in your application?
See also
Java
Java : Race condition
Java
Java : Text4Shell Vulnerability
Java
