Home / Vulnerability Database / PL or SQL : Cursor snarfing
PL/SQL
PL or SQL : Cursor snarfing
Classification
OWASP Top 10 2017
OWASP Top 10 2021
HIPAA
Overview
Cursor snarfing is possible. The application fails to release an opened cursor.
Every cursor is associated with the privileges of the user who created it. If a user with less privileges captures the unreleased cursor, it can be used to gain unauthorized access to valuable data.
MEDIUM
DerScanner Severity Score
Do you want to fix PL or SQL : Cursor snarfing in your application?
See also
PL/SQL
PL or SQL : Open redirect
PL/SQL
PL or SQL : Cross-site scripting (XSS)
PL/SQL
