Home / Vulnerability Database / PL or SQL : Global cursor
PL/SQL
PL or SQL : Global cursor
Classification
OWASP Top 10 2017
OWASP Top 10 2021
HIPAA
Overview
Using global cusrors is a bad practice and it could have a dire security impact on the database server. The problem arises because global cursors in Oracle can be opened and executed outside of the package in which they are defined; further this can be done by a user with a different security level than the owner of the package in which the cursor has been defined.
MEDIUM
DerScanner Severity Score
Do you want to fix PL or SQL : Global cursor in your application?
See also
PL/SQL
PL or SQL : Open redirect
PL/SQL
PL or SQL : Cross-site scripting (XSS)
PL/SQL
