Vulnerabilities > CVE-2013-4419 - Permissions, Privileges, and Access Controls vulnerability in multiple products

047910
CVSS 6.8 - MEDIUM
Attack vector
ADJACENT_NETWORK
Attack complexity
HIGH
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
high complexity
libguestfs
suse
novell
CWE-264
nessus

Summary

The guestfish command in libguestfs 1.20.12, 1.22.7, and earlier, when using the --remote or --listen option, does not properly check the ownership of /tmp/.guestfish-$UID/ when creating a temporary socket file in this directory, which allows local users to write to the socket and execute arbitrary commands by creating /tmp/.guestfish-$UID/ in advance.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Blue Boxing
    This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.

Nessus

  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-19553.NASL
    descriptionNew upstream branch 1.24. Fixes CVE-2013-4419. New upstream version 1.23.33. New upstream version 1.23.32. New upstream version 1.23.31. 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.
    last seen2020-03-17
    modified2013-11-11
    plugin id70821
    published2013-11-11
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/70821
    titleFedora 20 : libguestfs-1.24.0-1.fc20 (2013-19553)
    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-19553.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(70821);
      script_version("1.5");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2013-4419");
      script_bugtraq_id(63226);
      script_xref(name:"FEDORA", value:"2013-19553");
    
      script_name(english:"Fedora 20 : libguestfs-1.24.0-1.fc20 (2013-19553)");
      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:
    "New upstream branch 1.24. Fixes CVE-2013-4419. New upstream version
    1.23.33. New upstream version 1.23.32. New upstream version 1.23.31.
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=1016960"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2013-November/120666.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?c28e469f"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected libguestfs package."
      );
      script_set_cvss_base_vector("CVSS2#AV:A/AC:H/Au:N/C:C/I:C/A:C");
      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:fedoraproject:fedora:libguestfs");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:20");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/10/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/11/11");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      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:"^20([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 20.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:"FC20", reference:"libguestfs-1.24.0-1.fc20")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libguestfs");
    }
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-19452.NASL
    descriptionNew upstream stable branch version 1.20.12, fixing CVE-2013-4419. 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.
    last seen2020-03-17
    modified2013-10-27
    plugin id70642
    published2013-10-27
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/70642
    titleFedora 18 : libguestfs-1.20.12-1.fc18 (2013-19452)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2013-1536.NASL
    descriptionFrom Red Hat Security Advisory 2013:1536 : Updated libguestfs packages that fix one security issue, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Libguestfs is a library and set of tools for accessing and modifying guest disk images. It was found that guestfish, which enables shell scripting and command line access to libguestfs, insecurely created the temporary directory used to store the network socket when started in server mode. A local attacker could use this flaw to intercept and modify other user
    last seen2020-06-01
    modified2020-06-02
    plugin id71125
    published2013-11-29
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/71125
    titleOracle Linux 6 : libguestfs (ELSA-2013-1536)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-1527.NASL
    descriptionAn updated rhev-hypervisor6 package that fixes multiple security issues and one bug is now available. The Red Hat Security Response Team has rated this update as having important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. The rhev-hypervisor6 package provides a Red Hat Enterprise Virtualization Hypervisor ISO disk image. The Red Hat Enterprise Virtualization Hypervisor is a dedicated Kernel-based Virtual Machine (KVM) hypervisor. It includes everything necessary to run and manage virtual machines: a subset of the Red Hat Enterprise Linux operating environment and the Red Hat Enterprise Virtualization Agent. Note: Red Hat Enterprise Virtualization Hypervisor is only available for the Intel 64 and AMD64 architectures with virtualization extensions. Upgrade Note: If you upgrade the Red Hat Enterprise Virtualization Hypervisor through the 3.2 Manager administration portal, the Host may appear with the status of
    last seen2020-06-01
    modified2020-06-02
    plugin id78979
    published2014-11-08
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78979
    titleRHEL 6 : rhev-hypervisor6 (RHSA-2013:1527)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-19492.NASL
    descriptionNew upstream stable branch version 1.22.7, fixing CVE-2013-4419. 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.
    last seen2020-03-17
    modified2013-10-27
    plugin id70644
    published2013-10-27
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/70644
    titleFedora 19 : libguestfs-1.22.7-1.fc19 (2013-19492)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20131121_LIBGUESTFS_ON_SL6_X.NASL
    descriptionIt was found that guestfish, which enables shell scripting and command line access to libguestfs, insecurely created the temporary directory used to store the network socket when started in server mode. A local attacker could use this flaw to intercept and modify other user
    last seen2020-03-18
    modified2013-12-04
    plugin id71194
    published2013-12-04
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/71194
    titleScientific Linux Security Update : libguestfs on SL6.x x86_64 (20131121)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2013-1536.NASL
    descriptionUpdated libguestfs packages that fix one security issue, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Libguestfs is a library and set of tools for accessing and modifying guest disk images. It was found that guestfish, which enables shell scripting and command line access to libguestfs, insecurely created the temporary directory used to store the network socket when started in server mode. A local attacker could use this flaw to intercept and modify other user
    last seen2020-06-01
    modified2020-06-02
    plugin id79156
    published2014-11-12
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79156
    titleCentOS 6 : libguestfs (CESA-2013:1536)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-1536.NASL
    descriptionUpdated libguestfs packages that fix one security issue, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Libguestfs is a library and set of tools for accessing and modifying guest disk images. It was found that guestfish, which enables shell scripting and command line access to libguestfs, insecurely created the temporary directory used to store the network socket when started in server mode. A local attacker could use this flaw to intercept and modify other user
    last seen2020-06-01
    modified2020-06-02
    plugin id70999
    published2013-11-21
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/70999
    titleRHEL 6 : libguestfs (RHSA-2013:1536)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_GUESTFS-DATA-131024.NASL
    descriptionA predictable socketname in the guestfish commandline tool could be used by a local attacker to gain access to guestfish sessions of other users on the same system. (CVE-2013-4419)
    last seen2020-06-05
    modified2013-11-05
    plugin id70758
    published2013-11-05
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/70758
    titleSuSE 11.3 Security Update : guestfs (SAT Patch Number 8465)

Redhat

advisories
bugzilla
id1016960
titleCVE-2013-4419 libguestfs: insecure temporary directory handling for guestfish's network socket
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 6 is installed
      ovaloval:com.redhat.rhba:tst:20111656003
    • OR
      • AND
        • commentlibguestfs-tools is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536001
        • commentlibguestfs-tools is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586018
      • AND
        • commentlibguestfs-java is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536003
        • commentlibguestfs-java is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586022
      • AND
        • commentlibguestfs is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536005
        • commentlibguestfs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586028
      • AND
        • commentlibguestfs-tools-c is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536007
        • commentlibguestfs-tools-c is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586024
      • AND
        • commentperl-Sys-Guestfs is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536009
        • commentperl-Sys-Guestfs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586016
      • AND
        • commentpython-libguestfs is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536011
        • commentpython-libguestfs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586004
      • AND
        • commentlibguestfs-javadoc is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536013
        • commentlibguestfs-javadoc is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586010
      • AND
        • commentlibguestfs-java-devel is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536015
        • commentlibguestfs-java-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586014
      • AND
        • commentocaml-libguestfs is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536017
        • commentocaml-libguestfs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586008
      • AND
        • commentruby-libguestfs is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536019
        • commentruby-libguestfs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586012
      • AND
        • commentlibguestfs-devel is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536021
        • commentlibguestfs-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586002
      • AND
        • commentocaml-libguestfs-devel is earlier than 1:1.20.11-2.el6
          ovaloval:com.redhat.rhsa:tst:20131536023
        • commentocaml-libguestfs-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110586006
rhsa
idRHSA-2013:1536
released2013-11-20
severityModerate
titleRHSA-2013:1536: libguestfs security, bug fix, and enhancement update (Moderate)
rpms
  • libguestfs-1:1.20.11-2.el6
  • libguestfs-debuginfo-1:1.20.11-2.el6
  • libguestfs-devel-1:1.20.11-2.el6
  • libguestfs-java-1:1.20.11-2.el6
  • libguestfs-java-devel-1:1.20.11-2.el6
  • libguestfs-javadoc-1:1.20.11-2.el6
  • libguestfs-tools-1:1.20.11-2.el6
  • libguestfs-tools-c-1:1.20.11-2.el6
  • ocaml-libguestfs-1:1.20.11-2.el6
  • ocaml-libguestfs-devel-1:1.20.11-2.el6
  • perl-Sys-Guestfs-1:1.20.11-2.el6
  • python-libguestfs-1:1.20.11-2.el6
  • ruby-libguestfs-1:1.20.11-2.el6