7.5

CVE-2007-6299

Multiple SQL injection vulnerabilities in Drupal and vbDrupal 4.7.x before 4.7.9 and 5.x before 5.4 allow remote attackers to execute arbitrary SQL commands via modules that pass input to the taxonomy_select_nodes function, as demonstrated by the (1) taxonomy_menu, (2) ajaxLoader, and (3) ubrowser contributed modules.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
DrupalDrupal Version4.0.0
DrupalDrupal Version4.1.0
DrupalDrupal Version4.2.0_rc
DrupalDrupal Version4.4.0
DrupalDrupal Version4.4.1
DrupalDrupal Version4.4.2
DrupalDrupal Version4.4.3
DrupalDrupal Version4.5
DrupalDrupal Version4.5.1
DrupalDrupal Version4.5.2
DrupalDrupal Version4.5.3
DrupalDrupal Version4.5.4
DrupalDrupal Version4.5.5
DrupalDrupal Version4.5.6
DrupalDrupal Version4.5.7
DrupalDrupal Version4.5.8
DrupalDrupal Version4.6
DrupalDrupal Version4.6.0
DrupalDrupal Version4.6.1
DrupalDrupal Version4.6.2
DrupalDrupal Version4.6.3
DrupalDrupal Version4.6.4
DrupalDrupal Version4.6.5
DrupalDrupal Version4.6.6
DrupalDrupal Version4.6.7
DrupalDrupal Version4.6.8
DrupalDrupal Version4.6.9
DrupalDrupal Version4.6.10
DrupalDrupal Version4.6.11
DrupalDrupal Version4.7
DrupalDrupal Version4.7.1
DrupalDrupal Version4.7.2
DrupalDrupal Version4.7.3
DrupalDrupal Version4.7.4
DrupalDrupal Version4.7.5
DrupalDrupal Version4.7.6
DrupalDrupal Version4.7.7
DrupalDrupal Version4.7.8
DrupalDrupal Version4.7_rev1.15
DrupalDrupal Version5.0
DrupalDrupal Version5.1
DrupalDrupal Version5.1_rev1.1
DrupalDrupal Version5.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 1.41% 0.799
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-20 Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

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.