Vulnerabilities > CVE-2010-2092 - SQL Injection vulnerability in Cacti

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
cacti
CWE-89
nessus

Summary

SQL injection vulnerability in graph.php in Cacti 0.8.7e and earlier allows remote attackers to execute arbitrary SQL commands via a crafted rra_id parameter in a GET request in conjunction with a valid rra_id value in a POST request or a cookie, which causes the POST or cookie value to bypass the validation routine, but inserts the $_GET value into the resulting query.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
  • Object Relational Mapping Injection
    An attacker leverages a weakness present in the database access layer code generated with an Object Relational Mapping (ORM) tool or a weakness in the way that a developer used a persistence framework to inject his or her own SQL commands to be executed against the underlying database. The attack here is similar to plain SQL injection, except that the application does not use JDBC to directly talk to the database, but instead it uses a data access layer generated by an ORM tool or framework (e.g. Hibernate). While most of the time code generated by an ORM tool contains safe access methods that are immune to SQL injection, sometimes either due to some weakness in the generated code or due to the fact that the developer failed to use the generated access methods properly, SQL injection is still possible.
  • SQL Injection through SOAP Parameter Tampering
    An attacker modifies the parameters of the SOAP message that is sent from the service consumer to the service provider to initiate a SQL injection attack. On the service provider side, the SOAP message is parsed and parameters are not properly validated before being used to access a database in a way that does not use parameter binding, thus enabling the attacker to control the structure of the executed SQL query. This pattern describes a SQL injection attack with the delivery mechanism being a SOAP message.
  • Expanding Control over the Operating System from the Database
    An attacker is able to leverage access gained to the database to read / write data to the file system, compromise the operating system, create a tunnel for accessing the host machine, and use this access to potentially attack other machines on the same network as the database machine. Traditionally SQL injections attacks are viewed as a way to gain unauthorized read access to the data stored in the database, modify the data in the database, delete the data, etc. However, almost every data base management system (DBMS) system includes facilities that if compromised allow an attacker complete access to the file system, operating system, and full access to the host running the database. The attacker can then use this privileged access to launch subsequent attacks. These facilities include dropping into a command shell, creating user defined functions that can call system level libraries present on the host machine, stored procedures, etc.
  • SQL Injection
    This attack exploits target software that constructs SQL statements based on user input. An attacker crafts input strings so that when the target software constructs SQL statements based on the input, the resulting SQL statement performs actions other than those the application intended. SQL Injection results from failure of the application to appropriately validate input. When specially crafted user-controlled input consisting of SQL syntax is used without proper validation as part of SQL queries, it is possible to glean information from the database in ways not envisaged during application design. Depending upon the database and the design of the application, it may also be possible to leverage injection to have the database execute system-related commands of the attackers' choice. SQL Injection enables an attacker to talk directly to the database, thus bypassing the application completely. Successful injection can cause information disclosure as well as ability to add or modify data in the database. In order to successfully inject SQL and retrieve information from a database, an attacker:

Nessus

  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2060.NASL
    descriptionStefan Esser discovered that cacti, a front-end to rrdtool for monitoring systems and services, is not properly validating input passed to the rra_id parameter of the graph.php script. Due to checking the input of $_REQUEST but using $_GET input in a query an unauthenticated attacker is able to perform SQL injections via a crafted rra_id $_GET value and an additional valid rra_id $_POST or $_COOKIE value.
    last seen2020-06-01
    modified2020-06-02
    plugin id46875
    published2010-06-14
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/46875
    titleDebian DSA-2060-1 : cacti - insufficient input sanitization
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Debian Security Advisory DSA-2060. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(46875);
      script_version("1.10");
      script_cvs_date("Date: 2019/08/02 13:32:22");
    
      script_cve_id("CVE-2010-2092");
      script_bugtraq_id(40149);
      script_xref(name:"DSA", value:"2060");
    
      script_name(english:"Debian DSA-2060-1 : cacti - insufficient input sanitization");
      script_summary(english:"Checks dpkg output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Debian host is missing a security-related update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Stefan Esser discovered that cacti, a front-end to rrdtool for
    monitoring systems and services, is not properly validating input
    passed to the rra_id parameter of the graph.php script. Due to
    checking the input of $_REQUEST but using $_GET input in a query an
    unauthenticated attacker is able to perform SQL injections via a
    crafted rra_id $_GET value and an additional valid rra_id $_POST or
    $_COOKIE value."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582691"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2010/dsa-2060"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the cacti packages.
    
    For the stable distribution (lenny), this problem has been fixed in
    version 0.8.7b-2.1+lenny3."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:cacti");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:5.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2010/06/13");
      script_set_attribute(attribute:"plugin_publication_date", value:"2010/06/14");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Debian Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("debian_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
    if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    if (deb_check(release:"5.0", prefix:"cacti", reference:"0.8.7b-2.1+lenny3")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201401-20.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201401-20 (Cacti: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Cacti. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could execute arbitrary SQL commands via specially crafted parameters, execute arbitrary shell code or inject malicious script code. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id72075
    published2014-01-22
    reporterThis script is Copyright (C) 2014-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/72075
    titleGLSA-201401-20 : Cacti: Multiple vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Gentoo Linux Security Advisory GLSA 201401-20.
    #
    # The advisory text is Copyright (C) 2001-2015 Gentoo Foundation, Inc.
    # and licensed under the Creative Commons - Attribution / Share Alike 
    # license. See http://creativecommons.org/licenses/by-sa/3.0/
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(72075);
      script_version("1.5");
      script_cvs_date("Date: 2018/12/05 20:31:22");
    
      script_cve_id("CVE-2010-1644", "CVE-2010-1645", "CVE-2010-2092", "CVE-2010-2543", "CVE-2010-2544", "CVE-2010-2545", "CVE-2013-1434", "CVE-2013-1435");
      script_bugtraq_id(37109, 39639, 40149, 40332, 42575, 61657, 61847);
      script_xref(name:"GLSA", value:"201401-20");
    
      script_name(english:"GLSA-201401-20 : Cacti: Multiple vulnerabilities");
      script_summary(english:"Checks for updated package(s) in /var/db/pkg");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Gentoo host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote host is affected by the vulnerability described in GLSA-201401-20
    (Cacti: Multiple vulnerabilities)
    
        Multiple vulnerabilities have been discovered in Cacti. Please review
          the CVE identifiers referenced below for details.
      
    Impact :
    
        A remote attacker could execute arbitrary SQL commands via specially
          crafted parameters, execute arbitrary shell code or inject malicious
          script code.
      
    Workaround :
    
        There is no known workaround at this time."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security.gentoo.org/glsa/201401-20"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "All Cacti users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=net-analyzer/cacti-0.8.8b'"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:cacti");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2014/01/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/01/22");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Gentoo Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Gentoo/release", "Host/Gentoo/qpkg-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("qpkg.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Gentoo/release")) audit(AUDIT_OS_NOT, "Gentoo");
    if (!get_kb_item("Host/Gentoo/qpkg-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (qpkg_check(package:"net-analyzer/cacti", unaffected:make_list("ge 0.8.8b"), vulnerable:make_list("lt 0.8.8b"))) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:qpkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = qpkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Cacti");
    }
    
  • NASL familyCGI abuses
    NASL idCACTI_087E.NASL
    descriptionAccording to its self-reported version number, the Cacti application running on the remote web server is prior to version 0.8.7f. It is, therefore, potentially affected by the following vulnerabilities : - A vulnerability exists in
    last seen2020-06-01
    modified2020-06-02
    plugin id46222
    published2010-05-04
    reporterThis script is Copyright (C) 2010-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/46222
    titleCacti < 0.8.7f Multiple Input Validation Vulnerabilities

Redhat

advisories
rhsa
idRHSA-2010:0635
rpms
  • GeoIP-0:1.4.7-0.1.20090931cvs.el5
  • GeoIP-debuginfo-0:1.4.7-0.1.20090931cvs.el5
  • GeoIP-devel-0:1.4.7-0.1.20090931cvs.el5
  • blacs-mvapich1-gnu-0:20000224-7
  • blacs-mvapich1-gnu-debuginfo-0:20000224-7
  • blacs-openmpi-gnu-0:20000224-9
  • blacs-openmpi-gnu-debuginfo-0:20000224-9
  • cacti-0:0.8.7g-1.1.el5
  • component-RHEL-OFED-0:5.5-2
  • component-RHEL-OFED-devel-0:5.5-1
  • component-base-installer-0:5.5-1
  • component-base-node-0:5.5-1
  • component-cacti-0:0.1-49
  • component-ganglia-agent-v3_0-0:3.0-3.el5
  • component-ganglia-server-v3_0-0:3.0-3
  • component-gnome-desktop-0:5.5-1
  • component-icr-facilitator-0:5.5-1
  • component-lava-compute-v1_0-0:1.0-6
  • component-mvapich1-libraries-0:0.1-4
  • component-nagios-installer-v2_12-0:2.12-4
  • component-ntop-v3_3-0:3.3-12
  • environment-modules-0:3.2.7b-7.el5
  • environment-modules-debuginfo-0:3.2.7b-7.el5
  • initrd-templates-0:5.5-1
  • iozone-0:3-5.el5
  • iozone-debuginfo-0:3-5.el5
  • kit-base-0:5.5-1
  • kit-cacti-0:0.8.7-47
  • kit-ganglia-0:3.0-8
  • kit-hpc-0:0.1-5
  • kit-lava-0:1.0-11
  • kit-nagios-0:2.12-6
  • kit-ntop-0:3.3-13
  • kit-rhel-ofed-0:5.5-1
  • kit-rhel_java-0:1.6.0-3.el5
  • kusu-appglobals-tool-0:5.5-1.el5
  • kusu-autoinstall-0:5.5-1
  • kusu-base-installer-0:5.5-2
  • kusu-base-node-0:5.5-1
  • kusu-base-node-debuginfo-0:5.5-1
  • kusu-boot-0:5.5-1
  • kusu-buildkit-0:5.5-1
  • kusu-core-0:5.5-1
  • kusu-driverpatch-0:5.5-1
  • kusu-hardware-0:5.5-1
  • kusu-installer-0:5.5-1
  • kusu-kitops-0:5.5-1
  • kusu-md5crypt-0:5.5-1
  • kusu-net-tool-0:5.5-1
  • kusu-networktool-0:5.5-1
  • kusu-nodeinstaller-0:5.5-1
  • kusu-nodeinstaller-patchfiles-0:5.5-1
  • kusu-path-0:5.5-1
  • kusu-release-0:5.5-1
  • kusu-repoman-0:5.5-1
  • kusu-ui-0:5.5-1
  • kusu-util-0:5.5-1
  • lava-0:1.0-10
  • lava-debuginfo-0:1.0-10
  • lava-devel-0:1.0-10
  • lava-master-config-0:1.0-10
  • lava-static-0:1.0-10
  • linpack-mvapich1-gnu-0:1.0a-7
  • linpack-openmpi-gnu-0:1.0a-6
  • nagios-plugins-0:1.4.14-1.1.el5
  • nagios-plugins-all-0:1.4.14-1.1.el5
  • nagios-plugins-apt-0:1.4.14-1.1.el5
  • nagios-plugins-breeze-0:1.4.14-1.1.el5
  • nagios-plugins-by_ssh-0:1.4.14-1.1.el5
  • nagios-plugins-cluster-0:1.4.14-1.1.el5
  • nagios-plugins-debuginfo-0:1.4.14-1.1.el5
  • nagios-plugins-dhcp-0:1.4.14-1.1.el5
  • nagios-plugins-dig-0:1.4.14-1.1.el5
  • nagios-plugins-disk-0:1.4.14-1.1.el5
  • nagios-plugins-disk_smb-0:1.4.14-1.1.el5
  • nagios-plugins-dns-0:1.4.14-1.1.el5
  • nagios-plugins-dummy-0:1.4.14-1.1.el5
  • nagios-plugins-file_age-0:1.4.14-1.1.el5
  • nagios-plugins-flexlm-0:1.4.14-1.1.el5
  • nagios-plugins-fping-0:1.4.14-1.1.el5
  • nagios-plugins-hpjd-0:1.4.14-1.1.el5
  • nagios-plugins-http-0:1.4.14-1.1.el5
  • nagios-plugins-icmp-0:1.4.14-1.1.el5
  • nagios-plugins-ide_smart-0:1.4.14-1.1.el5
  • nagios-plugins-ifoperstatus-0:1.4.14-1.1.el5
  • nagios-plugins-ifstatus-0:1.4.14-1.1.el5
  • nagios-plugins-ircd-0:1.4.14-1.1.el5
  • nagios-plugins-ldap-0:1.4.14-1.1.el5
  • nagios-plugins-linux_raid-0:1.4.14-1.1.el5
  • nagios-plugins-load-0:1.4.14-1.1.el5
  • nagios-plugins-log-0:1.4.14-1.1.el5
  • nagios-plugins-mailq-0:1.4.14-1.1.el5
  • nagios-plugins-mrtg-0:1.4.14-1.1.el5
  • nagios-plugins-mrtgtraf-0:1.4.14-1.1.el5
  • nagios-plugins-mysql-0:1.4.14-1.1.el5
  • nagios-plugins-nagios-0:1.4.14-1.1.el5
  • nagios-plugins-nrpe-0:2.12-12.1.el5
  • nagios-plugins-nt-0:1.4.14-1.1.el5
  • nagios-plugins-ntp-0:1.4.14-1.1.el5
  • nagios-plugins-nwstat-0:1.4.14-1.1.el5
  • nagios-plugins-oracle-0:1.4.14-1.1.el5
  • nagios-plugins-overcr-0:1.4.14-1.1.el5
  • nagios-plugins-perl-0:1.4.14-1.1.el5
  • nagios-plugins-pgsql-0:1.4.14-1.1.el5
  • nagios-plugins-ping-0:1.4.14-1.1.el5
  • nagios-plugins-procs-0:1.4.14-1.1.el5
  • nagios-plugins-radius-0:1.4.14-1.1.el5
  • nagios-plugins-real-0:1.4.14-1.1.el5
  • nagios-plugins-rpc-0:1.4.14-1.1.el5
  • nagios-plugins-sensors-0:1.4.14-1.1.el5
  • nagios-plugins-smtp-0:1.4.14-1.1.el5
  • nagios-plugins-snmp-0:1.4.14-1.1.el5
  • nagios-plugins-ssh-0:1.4.14-1.1.el5
  • nagios-plugins-swap-0:1.4.14-1.1.el5
  • nagios-plugins-tcp-0:1.4.14-1.1.el5
  • nagios-plugins-time-0:1.4.14-1.1.el5
  • nagios-plugins-udp-0:1.4.14-1.1.el5
  • nagios-plugins-ups-0:1.4.14-1.1.el5
  • nagios-plugins-users-0:1.4.14-1.1.el5
  • nagios-plugins-wave-0:1.4.14-1.1.el5
  • netcdf-0:3.6.2-7.el5
  • netcdf-debuginfo-0:3.6.2-7.el5
  • netcdf-devel-0:3.6.2-7.el5
  • nrpe-0:2.12-12.1.el5
  • nrpe-debuginfo-0:2.12-12.1.el5
  • ntop-0:3.3.9-7.1.el5
  • ntop-debuginfo-0:3.3.9-7.1.el5
  • pcm-0:1.2-6
  • pcm-kit-base-0:1.2-4
  • pcm-kit-hpc-0:1.0-22
  • pcm-kit-ntop-0:1.1-2
  • platform_mvapich-0:1.2.0-0.3635.1.el5
  • primitive-0:0.1.1-2
  • python-IPy-0:0.70-1.el5
  • python-psycopg2-0:2.0.14-1.el5
  • python-psycopg2-debuginfo-0:2.0.14-1.el5
  • python-psycopg2-doc-0:2.0.14-1.el5
  • python-psycopg2-zope-0:2.0.14-1.el5
  • scalapack-mvapich1-gnu-0:1.8.0-9
  • scalapack-mvapich1-gnu-debuginfo-0:1.8.0-9
  • scalapack-openmpi-gnu-0:1.8.0-9
  • scalapack-openmpi-gnu-debuginfo-0:1.8.0-9