vendor:
Database
by:
Andrea Purificato
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Database
Affected Version From: 9i
Affected Version To: 10g
Patch Exists: YES
Related CWE: N/A
CPE: oracle:database
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux, Windows
2005
Oracle DBMS_CDC_SUBSCRIBE.ACTIVATE_SUBSCRIPTION Exploit
Oracle database is prone to an SQL-injection vulnerability because the software fails to properly sanitize user-supplied data. The 'SUBSCRIPTION_NAME' parameter is vulnerable. Packages that employ this parameter execute with 'SYS' user privileges. Exploiting the SQL-injection vulnerability can allow an attacker to gain 'SYS' privileges. The attacker can exploit this issue using malformed PL/SQL statements to pass unauthorized SQL statements to the database. A successful exploit could allow the attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
Mitigation:
Ensure that user-supplied data is properly sanitized before being passed to the database.