7.5

CVE-2006-0586

Multiple SQL injection vulnerabilities in Oracle 10g Release 1 before CPU Jan 2006 allow remote attackers to execute arbitrary SQL commands via multiple parameters in (1) ATTACH_JOB, (2) HAS_PRIVS, and (3) OPEN_JOB functions in the SYS.KUPV$FT package; and (4) UPDATE_JOB, (5) ACTIVE_JOB, (6) ATTACH_POSSIBLE, (7) ATTACH_TO_JOB, (8) CREATE_NEW_JOB, (9) DELETE_JOB, (10) DELETE_MASTER_TABLE, (11) DETACH_JOB, (12) GET_JOB_INFO, (13) GET_JOB_QUEUES, (14) GET_SOLE_JOBNAME, (15) MASTER_TBL_LOCK, and (16) VALID_HANDLE functions in the SYS.KUPV$FT_INT package.  NOTE: due to the lack of relevant details from the Oracle advisory, a separate CVE is being created since it cannot be conclusively proven that these issues has been addressed by Oracle.  It is unclear which, if any, Oracle Vuln# identifiers apply to these issues.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
OracleApplication Server Version10.1.0.2
OracleApplication Server Version10.1.0.3
OracleApplication Server Version10.1.0.3.1
OracleApplication Server Version10.1.0.4
OracleApplication Server Version10.1.2
OracleApplication Server Version10.1.2.0.1
OracleApplication Server Version10.1.2.0.2
OracleApplication Server Version10.1.2.1.0
OracleOracle10g Versionenterprise_10.1.0.2
OracleOracle10g Versionenterprise_10.1.0.3
OracleOracle10g Versionenterprise_10.1.0.3.1
OracleOracle10g Versionenterprise_10.1.0.4
OracleOracle10g Versionpersonal_10.1.0.2
OracleOracle10g Versionpersonal_10.1.0.3
OracleOracle10g Versionpersonal_10.1.0.4
OracleOracle10g Versionpersonal_10.10.3.1
OracleOracle10g Versionstandard_10.1.0.2
OracleOracle10g Versionstandard_10.1.0.3
OracleOracle10g Versionstandard_10.1.0.3.1
OracleOracle10g Versionstandard_10.1.0.4
OracleOracle10g Versionstandard_10.1.0.4.2
OracleOracle10g Versionstandard_10.1.0.5
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 17.06% 0.947
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.5 10 6.4
AV:N/AC:L/Au:N/C:P/I:P/A:P
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.