Vulnerabilities > CVE-2011-3185 - Improper Input Validation vulnerability in Pidgin

047910
CVSS 9.3 - CRITICAL
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
microsoft
pidgin
CWE-20
critical
nessus

Summary

gtkutils.c in Pidgin before 2.10.0 on Windows allows user-assisted remote attackers to execute arbitrary programs via a file: URL in a message.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • 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.

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS11_PIDGIN_20140731.NASL
    descriptionThe remote Solaris system is missing necessary patches to address security updates : - The Yahoo! protocol plugin in libpurple in Pidgin before 2.10.8 does not properly validate UTF-8 data, which allows remote attackers to cause a denial of service (application crash) via crafted byte sequences. (CVE-2012-6152) - The MXit protocol plugin in libpurple in Pidgin before 2.10.7 might allow remote attackers to create or overwrite files via a crafted (1) mxit or (2) mxit/imagestrips pathname. (CVE-2013-0271) - Buffer overflow in http.c in the MXit protocol plugin in libpurple in Pidgin before 2.10.7 allows remote servers to execute arbitrary code via a long HTTP header. (CVE-2013-0272) - sametime.c in the Sametime protocol plugin in libpurple in Pidgin before 2.10.7 does not properly terminate long user IDs, which allows remote servers to cause a denial of service (application crash) via a crafted packet. (CVE-2013-0273) - upnp.c in libpurple in Pidgin before 2.10.7 does not properly terminate long strings in UPnP responses, which allows remote attackers to cause a denial of service (application crash) by leveraging access to the local network. (CVE-2013-0274) - Multiple integer signedness errors in libpurple in Pidgin before 2.10.8 allow remote attackers to cause a denial of service (application crash) via a crafted timestamp value in an XMPP message. (CVE-2013-6477) - gtkimhtml.c in Pidgin before 2.10.8 does not properly interact with underlying library support for wide Pango layouts, which allows user-assisted remote attackers to cause a denial of service (application crash) via a long URL that is examined with a tooltip. (CVE-2013-6478) - util.c in libpurple in Pidgin before 2.10.8 does not properly allocate memory for HTTP responses that are inconsistent with the Content-Length header, which allows remote HTTP servers to cause a denial of service (application crash) via a crafted response. (CVE-2013-6479) - libpurple/protocols/yahoo/libymsg.c in Pidgin before 2.10.8 allows remote attackers to cause a denial of service (crash) via a Yahoo! P2P message with a crafted length field, which triggers a buffer over-read. (CVE-2013-6481) - Pidgin before 2.10.8 allows remote MSN servers to cause a denial of service (NULL pointer dereference and crash) via a crafted (1) SOAP response, (2) OIM XML response, or (3) Content-Length header. (CVE-2013-6482) - The XMPP protocol plugin in libpurple in Pidgin before 2.10.8 does not properly determine whether the from address in an iq reply is consistent with the to address in an iq request, which allows remote attackers to spoof iq traffic or cause a denial of service (NULL pointer dereference and application crash) via a crafted reply. (CVE-2013-6483) - The STUN protocol implementation in libpurple in Pidgin before 2.10.8 allows remote STUN servers to cause a denial of service (out-of-bounds write operation and application crash) by triggering a socket read error. (CVE-2013-6484) - Buffer overflow in util.c in libpurple in Pidgin before 2.10.8 allows remote HTTP servers to cause a denial of service (application crash) or possibly have unspecified other impact via an invalid chunk-size field in chunked transfer-coding data. (CVE-2013-6485) - gtkutils.c in Pidgin before 2.10.8 on Windows allows user-assisted remote attackers to execute arbitrary programs via a message containing a file: URL that is improperly handled during construction of an explorer.exe command. NOTE: this vulnerability exists because of an incomplete fix for CVE-2011-3185. (CVE-2013-6486) - Integer overflow in libpurple/protocols/gg/lib/http.c in the Gadu-Gadu (gg) parser in Pidgin before 2.10.8 allows remote attackers to have an unspecified impact via a large Content-Length value, which triggers a buffer overflow. (CVE-2013-6487) - Integer signedness error in the MXit functionality in Pidgin before 2.10.8 allows remote attackers to cause a denial of service (segmentation fault) via a crafted emoticon value, which triggers an integer overflow and a buffer overflow. (CVE-2013-6489) - The SIMPLE protocol functionality in Pidgin before 2.10.8 allows remote attackers to have an unspecified impact via a negative Content-Length header, which triggers a buffer overflow. (CVE-2013-6490) - The IRC protocol plugin in libpurple in Pidgin before 2.10.8 does not validate argument counts, which allows remote IRC servers to cause a denial of service (application crash) via a crafted message. (CVE-2014-0020)
    last seen2020-06-01
    modified2020-06-02
    plugin id80740
    published2015-01-19
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/80740
    titleOracle Solaris Third-Party Patch Update : pidgin (multiple_vulnerabilities_in_pidgin2)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from the Oracle Third Party software advisories.
    #
    include("compat.inc");
    
    if (description)
    {
      script_id(80740);
      script_version("1.2");
      script_cvs_date("Date: 2018/11/15 20:50:25");
    
      script_cve_id("CVE-2012-6152", "CVE-2013-0271", "CVE-2013-0272", "CVE-2013-0273", "CVE-2013-0274", "CVE-2013-6477", "CVE-2013-6478", "CVE-2013-6479", "CVE-2013-6481", "CVE-2013-6482", "CVE-2013-6483", "CVE-2013-6484", "CVE-2013-6485", "CVE-2013-6486", "CVE-2013-6487", "CVE-2013-6489", "CVE-2013-6490", "CVE-2014-0020");
    
      script_name(english:"Oracle Solaris Third-Party Patch Update : pidgin (multiple_vulnerabilities_in_pidgin2)");
      script_summary(english:"Check for the 'entire' version.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Solaris system is missing a security patch for third-party
    software."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote Solaris system is missing necessary patches to address
    security updates :
    
      - The Yahoo! protocol plugin in libpurple in Pidgin before
        2.10.8 does not properly validate UTF-8 data, which
        allows remote attackers to cause a denial of service
        (application crash) via crafted byte sequences.
        (CVE-2012-6152)
    
      - The MXit protocol plugin in libpurple in Pidgin before
        2.10.7 might allow remote attackers to create or
        overwrite files via a crafted (1) mxit or (2)
        mxit/imagestrips pathname. (CVE-2013-0271)
    
      - Buffer overflow in http.c in the MXit protocol plugin in
        libpurple in Pidgin before 2.10.7 allows remote servers
        to execute arbitrary code via a long HTTP header.
        (CVE-2013-0272)
    
      - sametime.c in the Sametime protocol plugin in libpurple
        in Pidgin before 2.10.7 does not properly terminate long
        user IDs, which allows remote servers to cause a denial
        of service (application crash) via a crafted packet.
        (CVE-2013-0273)
    
      - upnp.c in libpurple in Pidgin before 2.10.7 does not
        properly terminate long strings in UPnP responses, which
        allows remote attackers to cause a denial of service
        (application crash) by leveraging access to the local
        network. (CVE-2013-0274)
    
      - Multiple integer signedness errors in libpurple in
        Pidgin before 2.10.8 allow remote attackers to cause a
        denial of service (application crash) via a crafted
        timestamp value in an XMPP message. (CVE-2013-6477)
    
      - gtkimhtml.c in Pidgin before 2.10.8 does not properly
        interact with underlying library support for wide Pango
        layouts, which allows user-assisted remote attackers to
        cause a denial of service (application crash) via a long
        URL that is examined with a tooltip. (CVE-2013-6478)
    
      - util.c in libpurple in Pidgin before 2.10.8 does not
        properly allocate memory for HTTP responses that are
        inconsistent with the Content-Length header, which
        allows remote HTTP servers to cause a denial of service
        (application crash) via a crafted response.
        (CVE-2013-6479)
    
      - libpurple/protocols/yahoo/libymsg.c in Pidgin before
        2.10.8 allows remote attackers to cause a denial of
        service (crash) via a Yahoo! P2P message with a crafted
        length field, which triggers a buffer over-read.
        (CVE-2013-6481)
    
      - Pidgin before 2.10.8 allows remote MSN servers to cause
        a denial of service (NULL pointer dereference and crash)
        via a crafted (1) SOAP response, (2) OIM XML response,
        or (3) Content-Length header. (CVE-2013-6482)
    
      - The XMPP protocol plugin in libpurple in Pidgin before
        2.10.8 does not properly determine whether the from
        address in an iq reply is consistent with the to address
        in an iq request, which allows remote attackers to spoof
        iq traffic or cause a denial of service (NULL pointer
        dereference and application crash) via a crafted reply.
        (CVE-2013-6483)
    
      - The STUN protocol implementation in libpurple in Pidgin
        before 2.10.8 allows remote STUN servers to cause a
        denial of service (out-of-bounds write operation and
        application crash) by triggering a socket read error.
        (CVE-2013-6484)
    
      - Buffer overflow in util.c in libpurple in Pidgin before
        2.10.8 allows remote HTTP servers to cause a denial of
        service (application crash) or possibly have unspecified
        other impact via an invalid chunk-size field in chunked
        transfer-coding data. (CVE-2013-6485)
    
      - gtkutils.c in Pidgin before 2.10.8 on Windows allows
        user-assisted remote attackers to execute arbitrary
        programs via a message containing a file: URL that is
        improperly handled during construction of an
        explorer.exe command. NOTE: this vulnerability exists
        because of an incomplete fix for CVE-2011-3185.
        (CVE-2013-6486)
    
      - Integer overflow in libpurple/protocols/gg/lib/http.c in
        the Gadu-Gadu (gg) parser in Pidgin before 2.10.8 allows
        remote attackers to have an unspecified impact via a
        large Content-Length value, which triggers a buffer
        overflow. (CVE-2013-6487)
    
      - Integer signedness error in the MXit functionality in
        Pidgin before 2.10.8 allows remote attackers to cause a
        denial of service (segmentation fault) via a crafted
        emoticon value, which triggers an integer overflow and a
        buffer overflow. (CVE-2013-6489)
    
      - The SIMPLE protocol functionality in Pidgin before
        2.10.8 allows remote attackers to have an unspecified
        impact via a negative Content-Length header, which
        triggers a buffer overflow. (CVE-2013-6490)
    
      - The IRC protocol plugin in libpurple in Pidgin before
        2.10.8 does not validate argument counts, which allows
        remote IRC servers to cause a denial of service
        (application crash) via a crafted message.
        (CVE-2014-0020)"
      );
      # https://www.oracle.com/technetwork/topics/security/thirdparty-patch-map-1482893.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?4a913f44"
      );
      # https://blogs.oracle.com/sunsecurity/multiple-vulnerabilities-in-pidgin
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?07a786a5"
      );
      script_set_attribute(attribute:"solution", value:"Upgrade to Solaris 11.2.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:11.2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:pidgin");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2014/07/31");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/01/19");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2015-2018 Tenable Network Security, Inc.");
      script_family(english:"Solaris Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Solaris11/release", "Host/Solaris11/pkg-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("solaris.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Solaris11/release");
    if (isnull(release)) audit(AUDIT_OS_NOT, "Solaris11");
    pkg_list = solaris_pkg_list_leaves();
    if (isnull (pkg_list)) audit(AUDIT_PACKAGE_LIST_MISSING, "Solaris pkg-list packages");
    
    if (empty_or_null(egrep(string:pkg_list, pattern:"^pidgin$"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "pidgin");
    
    flag = 0;
    
    if (solaris_check_release(release:"0.5.11-0.175.2.0.0.0.0", sru:"11.2 SRU 0") > 0) flag++;
    
    if (flag)
    {
      error_extra = 'Affected package : pidgin\n' + solaris_get_report2();
      error_extra = ereg_replace(pattern:"version", replace:"OS version", string:error_extra);
      if (report_verbosity > 0) security_hole(port:0, extra:error_extra);
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_PACKAGE_NOT_AFFECTED, "pidgin");
    
  • NASL familyWindows
    NASL idPIDGIN_2_10_0.NASL
    descriptionThe version of Pidgin installed on the remote host is earlier than 2.10.0. As such, it is potentially affected by the following issues : - A code execution vulnerability caused by clicking on a file:// URI received in an IM that Pidgin will attempt to execute. This can result in the execution of attacker-controlled code if the file is located on a network share. (CVE-2011-3185) - A denial of service in the IRC protocol plugin caused by processing a specially crafted nickname when listing the set of users. (CVE-2011-2943) - A denial of service in the MSN protocol plugin caused by incorrect handling of HTTP 100 responses. This only affects users who have enabled the HTTP connection method, which is disabled by default. (CVE-2011-3184)
    last seen2020-06-01
    modified2020-06-02
    plugin id55928
    published2011-08-22
    reporterThis script is Copyright (C) 2011-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/55928
    titlePidgin < 2.10.0 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    
    include("compat.inc");
    
    
    if (description)
    {
      script_id(55928);
      script_version("1.7");
      script_cvs_date("Date: 2018/11/15 20:50:28");
    
      script_cve_id("CVE-2011-2943", "CVE-2011-3184", "CVE-2011-3185");
      script_bugtraq_id(49268);
    
      script_name(english:"Pidgin < 2.10.0 Multiple Vulnerabilities");
      script_summary(english:"Does a version check");
    
      script_set_attribute(
        attribute:"synopsis",
        value:
    "An instant messaging client installed on the remote Windows host
    has multiple vulnerabilities."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "The version of Pidgin installed on the remote host is earlier than
    2.10.0.  As such, it is potentially affected by the following issues :
    
      - A code execution vulnerability caused by clicking on a
        file:// URI received in an IM that Pidgin will attempt
        to execute.  This can result in the execution of 
        attacker-controlled code if the file is located on a 
        network share. (CVE-2011-3185)
    
      - A denial of service in the IRC protocol plugin caused
        by processing a specially crafted nickname when listing
        the set of users. (CVE-2011-2943)
    
      - A denial of service in the MSN protocol plugin caused
        by incorrect handling of HTTP 100 responses.  This only
        affects users who have enabled the HTTP connection 
        method, which is disabled by default. (CVE-2011-3184)"
      );
      script_set_attribute(attribute:"see_also",value:"https://www.insomniasec.com/home");
      script_set_attribute(attribute:"see_also",value:"https://www.securityfocus.com/archive/1/519391/30/0/threaded");
      script_set_attribute(attribute:"see_also",value:"http://pidgin.im/news/security/?id=53");
      script_set_attribute(attribute:"see_also",value:"http://pidgin.im/news/security/?id=54");
      script_set_attribute(attribute:"see_also",value:"http://pidgin.im/news/security/?id=55");
      script_set_attribute(
        attribute:"solution",
        value:"Upgrade to Pidgin 2.10.0 or later."
      );
     script_set_cvss_base_vector("CVSS2#AV:N/AC:M/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:"vuln_publication_date", value:"2011/08/20");
      script_set_attribute(attribute:"patch_publication_date", value:"2011/08/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/08/22");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:pidgin:pidgin");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows");
    
      script_copyright(english:"This script is Copyright (C) 2011-2018 Tenable Network Security, Inc.");
    
      script_dependencies("pidgin_installed.nasl");
      script_require_keys("SMB/Pidgin/Version");
    
      exit(0);
    }
    
    
    include("global_settings.inc");
    include("misc_func.inc");
    
    version = get_kb_item_or_exit("SMB/Pidgin/Version");
    fixed_version = '2.10.0';
    
    if (ver_compare(ver:version, fix:fixed_version, strict:FALSE) == -1)
    {
      path = get_kb_item_or_exit("SMB/Pidgin/Path");
      port = get_kb_item("SMB/transport");
    
      if (report_verbosity > 0)
      {
        report =
          '\n  Path               : ' + path +
          '\n  Installed version  : ' + version +
          '\n  Fixed version      : ' + fixed_version + '\n';
        security_hole(port:port, extra:report);
      }
      else security_hole(port);
    }
    else exit(0, "Pidgin " + version + " is installed and hence not affected.");
    

Oval

accepted2013-09-30T04:01:04.509-04:00
classvulnerability
contributors
nameShane Shaffer
organizationG2, Inc.
definition_extensions
commentPidgin is installed
ovaloval:org.mitre.oval:def:12366
descriptiongtkutils.c in Pidgin before 2.10.0 on Windows allows user-assisted remote attackers to execute arbitrary programs via a file: URL in a message.
familywindows
idoval:org.mitre.oval:def:18324
statusaccepted
submitted2013-08-16T15:36:10.221-04:00
titlegtkutils.c in Pidgin before 2.10.0 on Windows allows user-assisted remote attackers to execute arbitrary programs via a file: URL in a message
version4