Home / Vulnerability Database / PL or SQL : File system access
PL/SQL
PL or SQL : File system access
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP ASVS
PCI DSS 4.0
HIPAA
CWE
Overview
The application uses a package for file system management. If the arguments of the function originate from an untrusted source, an adversary can modify tablespace datafiles and control files.
By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files.
LOW
DerScanner Severity Score
Do you want to fix PL or SQL : File system access in your application?
See also
PL/SQL
PL or SQL : Open redirect
PL/SQL
PL or SQL : Cross-site scripting (XSS)
PL/SQL
