Home / Vulnerability Database / PL or SQL : Code injection
PL/SQL
PL or SQL : Code injection
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP ASVS
PCI DSS 4.0
CWE/SANS Top 25 2011
Overview
The application uses external code in C or Java, which may have originated from an untrusted source. Interpretation and execution of the data from an untrusted source at runtime allows an attacker to execute malicious code in the context of the application.
Client side code injection attacks take the first place in the “OWASP Top 10 2017” web application vulnerabilities ranking and the seventh place in the “OWASP Mobile Top 10 2014” ranking. The level of potential damage from such an attack depends on the user input validation performance and file protection mechanisms.
MEDIUM
DerScanner Severity Score
Do you want to fix PL or SQL : Code injection in your application?
See also
PL/SQL
PL or SQL : Open redirect
PL/SQL
PL or SQL : Cross-site scripting (XSS)
PL/SQL
