Vulnerabilities > CVE-2013-2226 - SQL Injection vulnerability in Glpi-Project Glpi

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
glpi-project
CWE-89
nessus
exploit available

Summary

Multiple SQL injection vulnerabilities in GLPI before 0.83.9 allow remote attackers to execute arbitrary SQL commands via the (1) users_id_assign parameter to ajax/ticketassigninformation.php, (2) filename parameter to front/document.form.php, or (3) table parameter to ajax/comments.php.

Vulnerable Configurations

Part Description Count
Application
Glpi-Project
81

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:

Exploit-Db

descriptionGLPI 0.83.8 - Multiple Vulnerabilities. CVE-2013-2226,CVE-2013-2227. Webapps exploit for php platform
idEDB-ID:26366
last seen2016-02-03
modified2013-06-21
published2013-06-21
reporterLiquidWorm
sourcehttps://www.exploit-db.com/download/26366/
titleGLPI 0.83.8 - Multiple Vulnerabilities

Nessus

  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-11396.NASL
    descriptionUpstream changelog : - Bug #4306: Notification on delete document - Bug #4308: Knowbase : encoding issue to clean search - Bug #4309: Items disappear when you click in tabscrollermenu (vertical list of tabs) - Bug #4310: Password with < or > - Bug #4313: Search problem on tab group view in central - Bug #4329: Task status in notification - Bug #4332: CronAlertNotClosed : problem of sending after X days : date control error - Bug #4341: Problem user notification edition - Bug #4348: Recursivity for license in search engine - Bug #4352: Entity alert bug - Bug #4355: avoid
    last seen2020-03-17
    modified2013-07-12
    plugin id67307
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/67307
    titleFedora 18 : glpi-0.83.9.1-1.fc18 (2013-11396)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2013-11396.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(67307);
      script_version("1.4");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_bugtraq_id(60692, 60693, 60823);
      script_xref(name:"FEDORA", value:"2013-11396");
    
      script_name(english:"Fedora 18 : glpi-0.83.9.1-1.fc18 (2013-11396)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Upstream changelog :
    
      - Bug #4306: Notification on delete document
    
        - Bug #4308: Knowbase : encoding issue to clean search
    
        - Bug #4309: Items disappear when you click in
          tabscrollermenu (vertical list of tabs)
    
        - Bug #4310: Password with < or >
    
        - Bug #4313: Search problem on tab group view in central
    
        - Bug #4329: Task status in notification
    
        - Bug #4332: CronAlertNotClosed : problem of sending
          after X days : date control error
    
        - Bug #4341: Problem user notification edition
    
        - Bug #4348: Recursivity for license in search engine
    
        - Bug #4352: Entity alert bug
    
        - Bug #4355: avoid 'Mailbox is empty' with mail
          collector
    
        - Bug #4367: Cannot use as default view a public
          bookmark
    
        - Bug #4372: CVE-2013-2226 Security : filtering REQUEST
          as POST and GET
    
        - Bug #4375: CVE-2013-2225 + CVE-2013-2227 : Security
          fix ( serialize + filter classname for autoload)
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Fedora security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/110788.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?28f99aba"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected glpi package.");
      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:F/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:fedoraproject:fedora:glpi");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:18");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/06/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/12");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^18([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 18.x", "Fedora " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC18", reference:"glpi-0.83.9.1-1.fc18")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "glpi");
    }
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-11315.NASL
    descriptionUpstream changelog : - Bug #4306: Notification on delete document - Bug #4308: Knowbase : encoding issue to clean search - Bug #4309: Items disappear when you click in tabscrollermenu (vertical list of tabs) - Bug #4310: Password with < or > - Bug #4313: Search problem on tab group view in central - Bug #4329: Task status in notification - Bug #4332: CronAlertNotClosed : problem of sending after X days : date control error - Bug #4341: Problem user notification edition - Bug #4348: Recursivity for license in search engine - Bug #4352: Entity alert bug - Bug #4355: avoid
    last seen2020-03-17
    modified2013-07-12
    plugin id67305
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/67305
    titleFedora 19 : glpi-0.83.9.1-1.fc19 (2013-11315)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2013-11315.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(67305);
      script_version("1.4");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_bugtraq_id(60692, 60693, 60823);
      script_xref(name:"FEDORA", value:"2013-11315");
    
      script_name(english:"Fedora 19 : glpi-0.83.9.1-1.fc19 (2013-11315)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Upstream changelog :
    
      - Bug #4306: Notification on delete document
    
        - Bug #4308: Knowbase : encoding issue to clean search
    
        - Bug #4309: Items disappear when you click in
          tabscrollermenu (vertical list of tabs)
    
        - Bug #4310: Password with < or >
    
        - Bug #4313: Search problem on tab group view in central
    
        - Bug #4329: Task status in notification
    
        - Bug #4332: CronAlertNotClosed : problem of sending
          after X days : date control error
    
        - Bug #4341: Problem user notification edition
    
        - Bug #4348: Recursivity for license in search engine
    
        - Bug #4352: Entity alert bug
    
        - Bug #4355: avoid 'Mailbox is empty' with mail
          collector
    
        - Bug #4367: Cannot use as default view a public
          bookmark
    
        - Bug #4372: CVE-2013-2226 Security : filtering REQUEST
          as POST and GET
    
        - Bug #4375: CVE-2013-2225 + CVE-2013-2227 : Security
          fix ( serialize + filter classname for autoload)
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Fedora security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/110621.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b74cac6f"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected glpi package.");
      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:F/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:fedoraproject:fedora:glpi");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:19");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/06/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/12");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^19([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 19.x", "Fedora " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC19", reference:"glpi-0.83.9.1-1.fc19")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "glpi");
    }
    
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2013-240.NASL
    descriptionUpdated glpi package fixes security vulnerabilities : Multiple security vulnerabilities due to improper sanitation of user input in GLPI before versions 0.83.9 (CVE-2013-2226), 0.83.91 (CVE-2013-2225), and 0.84.2 (CVE-2013-5696). This update provides GLPI version 0.83.91, with a patch from GLPI 0.84.2, to fix these issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id70132
    published2013-09-26
    reporterThis script is Copyright (C) 2013-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/70132
    titleMandriva Linux Security Advisory : glpi (MDVSA-2013:240)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Mandriva Linux Security Advisory MDVSA-2013:240. 
    # The text itself is copyright (C) Mandriva S.A.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(70132);
      script_version("1.6");
      script_cvs_date("Date: 2019/08/02 13:32:55");
    
      script_cve_id("CVE-2013-2225", "CVE-2013-2226", "CVE-2013-5696");
      script_xref(name:"MDVSA", value:"2013:240");
    
      script_name(english:"Mandriva Linux Security Advisory : glpi (MDVSA-2013:240)");
      script_summary(english:"Checks rpm output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Mandriva Linux host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated glpi package fixes security vulnerabilities :
    
    Multiple security vulnerabilities due to improper sanitation of user
    input in GLPI before versions 0.83.9 (CVE-2013-2226), 0.83.91
    (CVE-2013-2225), and 0.84.2 (CVE-2013-5696).
    
    This update provides GLPI version 0.83.91, with a patch from GLPI
    0.84.2, to fix these issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://advisories.mageia.org/MGASA-2013-0288.html"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected glpi package.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"d2_elliot_name", value:"GLPI 0.84.1 RCE");
      script_set_attribute(attribute:"exploit_framework_d2_elliot", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'GLPI install.php Remote Command Execution');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:glpi");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:business_server:1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/09/25");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/09/26");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.");
      script_family(english:"Mandriva Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux");
    if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"MDK-MBS1", reference:"glpi-0.83.91-1.1.mbs1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-11413.NASL
    descriptionUpstream changelog : - Bug #4306: Notification on delete document - Bug #4308: Knowbase : encoding issue to clean search - Bug #4309: Items disappear when you click in tabscrollermenu (vertical list of tabs) - Bug #4310: Password with < or > - Bug #4313: Search problem on tab group view in central - Bug #4329: Task status in notification - Bug #4332: CronAlertNotClosed : problem of sending after X days : date control error - Bug #4341: Problem user notification edition - Bug #4348: Recursivity for license in search engine - Bug #4352: Entity alert bug - Bug #4355: avoid
    last seen2020-03-17
    modified2013-07-12
    plugin id67310
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/67310
    titleFedora 17 : glpi-0.83.9.1-1.fc17 (2013-11413)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2013-11413.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(67310);
      script_version("1.3");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_xref(name:"FEDORA", value:"2013-11413");
    
      script_name(english:"Fedora 17 : glpi-0.83.9.1-1.fc17 (2013-11413)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Upstream changelog :
    
      - Bug #4306: Notification on delete document
    
        - Bug #4308: Knowbase : encoding issue to clean search
    
        - Bug #4309: Items disappear when you click in
          tabscrollermenu (vertical list of tabs)
    
        - Bug #4310: Password with < or >
    
        - Bug #4313: Search problem on tab group view in central
    
        - Bug #4329: Task status in notification
    
        - Bug #4332: CronAlertNotClosed : problem of sending
          after X days : date control error
    
        - Bug #4341: Problem user notification edition
    
        - Bug #4348: Recursivity for license in search engine
    
        - Bug #4352: Entity alert bug
    
        - Bug #4355: avoid 'Mailbox is empty' with mail
          collector
    
        - Bug #4367: Cannot use as default view a public
          bookmark
    
        - Bug #4372: CVE-2013-2226 Security : filtering REQUEST
          as POST and GET
    
        - Bug #4375: CVE-2013-2225 + CVE-2013-2227 : Security
          fix ( serialize + filter classname for autoload)
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Fedora security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/110794.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?439915a2"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected glpi package.");
      script_set_attribute(attribute:"risk_factor", value:"High");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:glpi");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:17");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/06/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/12");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^17([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 17.x", "Fedora " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC17", reference:"glpi-0.83.9.1-1.fc17")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "glpi");
    }