Home / Vulnerability Database / PL or SQL : Error handling: empty catch block
PL/SQL

PL or SQL : Error handling: empty catch block

Classification

Overview

The application contains an empty catch block, i.e. it catches an exception but does not handle it.

Exception catch without its handling makes it more difficult to diagnose an error and correct it.

Ignoring exceptions and other error conditions may allow an attacker to induce unexpected behavior unnoticed.

LOW

DerScanner Severity Score

Do you want to fix PL or SQL : Error handling: empty catch block in your application?

See also

PL/SQL

PL or SQL : Open redirect

PL/SQL

PL or SQL : Cross-site scripting (XSS)

PL/SQL

PL or SQL : Weak hashing algorithm