Home / Vulnerability Database / Kotlin : Unreleased resource database
Kotlin

Kotlin : Unreleased resource database

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.

MEDIUM

DerScanner Severity Score

Do you want to fix Kotlin : Unreleased resource database in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block