7.5

CVE-2013-6875

Exploit

SQL injection vulnerability in functions/prepend_adm.php in Nagios Core Config Manager in Nagios XI before 2012R2.4 allows remote attackers to execute arbitrary SQL commands via the tfPassword parameter to nagiosql/index.php.

Data is provided by the National Vulnerability Database (NVD)
NagiosNagios Xi Version <= 2012r2.3
NagiosNagios Xi Version2012 Updaterc2
NagiosNagios Xi Version2012 Updaterc3
NagiosNagios Xi Version2012 Updaterc4
NagiosNagios Xi Version2012r1.0
NagiosNagios Xi Version2012r1.1
NagiosNagios Xi Version2012r1.2
NagiosNagios Xi Version2012r1.3
NagiosNagios Xi Version2012r1.4
NagiosNagios Xi Version2012r1.5
NagiosNagios Xi Version2012r1.6
NagiosNagios Xi Version2012r1.7
NagiosNagios Xi Version2012r1.8
NagiosNagios Xi Version2012r1.9
NagiosNagios Xi Version2012r2.0
NagiosNagios Xi Version2012r2.1
NagiosNagios Xi Version2012r2.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 19.74% 0.952
CVSS Metriken
Source 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.