Home / Vulnerability Database / PL or SQL : Undocumented feature: network activity
PL/SQL

PL or SQL : Undocumented feature: network activity

Classification

OWASP ASVS
PCI DSS 4.0

Overview

The application uses a package with network functionality. It may be a sign of undocumented network activity.

Packages for working with network protocols include UTL_TCP, UTL_HTTP, UTL_SMTP, and others. If the arguments of the function originate from an untrusted source, an adversary can initiate a connection with an arbitrary server and use it as a part of an attack, e.g., transfer the data to their own server or get the information on the database structure.

Network functionality should be used with caution. Unprivileged users should not have the rights to use the aforementioned packages.

LOW

DerScanner Severity Score

Do you want to fix PL or SQL : Undocumented feature: network activity 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