Vulnerabilities > CVE-2012-3374 - Improper Restriction of Operations Within the Bounds of A Memory Buffer vulnerability in Pidgin

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
pidgin
CWE-119
nessus

Summary

Buffer overflow in markup.c in the MXit protocol plugin in libpurple in Pidgin before 2.10.5 allows remote attackers to execute arbitrary code via a crafted inline image in a message.

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.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
  • Client-side Injection-induced Buffer Overflow
    This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
  • Filter Failure through Buffer Overflow
    In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion
    An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

Nessus

  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2012-105.NASL
    descriptionA vulnerability has been discovered and corrected in pidgin : Incorrect handing of inline images in incoming instant messages can cause a buffer overflow and in some cases can be exploited to execute arbitrary code (CVE-2012-3374). This update provides pidgin 2.10.6, which is not vulnerable to this issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id61958
    published2012-09-06
    reporterThis script is Copyright (C) 2012-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/61958
    titleMandriva Linux Security Advisory : pidgin (MDVSA-2012:105)
    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-2012:105. 
    # The text itself is copyright (C) Mandriva S.A.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(61958);
      script_version("1.7");
      script_cvs_date("Date: 2019/08/02 13:32:54");
    
      script_cve_id("CVE-2012-3374");
      script_bugtraq_id(54322);
      script_xref(name:"MDVSA", value:"2012:105");
    
      script_name(english:"Mandriva Linux Security Advisory : pidgin (MDVSA-2012:105)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Mandriva Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "A vulnerability has been discovered and corrected in pidgin :
    
    Incorrect handing of inline images in incoming instant messages can
    cause a buffer overflow and in some cases can be exploited to execute
    arbitrary code (CVE-2012-3374).
    
    This update provides pidgin 2.10.6, which is not vulnerable to this
    issue."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://pidgin.im/news/security/?id=64"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.pidgin.im/news/security/"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      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:ND/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:mandriva:linux:finch");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64finch0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64purple-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64purple0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:libfinch0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:libpurple-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:libpurple0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-bonjour");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-gevolution");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-i18n");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-meanwhile");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-plugins");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-silc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:pidgin-tcl");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2011");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/12");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/09/06");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-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:"MDK2011", reference:"finch-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", cpu:"x86_64", reference:"lib64finch0-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", cpu:"x86_64", reference:"lib64purple-devel-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", cpu:"x86_64", reference:"lib64purple0-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", cpu:"i386", reference:"libfinch0-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", cpu:"i386", reference:"libpurple-devel-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", cpu:"i386", reference:"libpurple0-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-bonjour-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-client-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-gevolution-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-i18n-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-meanwhile-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-perl-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-plugins-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-silc-2.10.6-0.1-mdv2011.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2011", reference:"pidgin-tcl-2.10.6-0.1-mdv2011.0", yank:"mdv")) 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_2012-10294.NASL
    descriptionNew release 2.10.5 Full Upstream ChangeLog : http://developer.pidgin.im/wiki/ChangeLog 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
    modified2012-07-16
    plugin id59976
    published2012-07-16
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59976
    titleFedora 16 : pidgin-2.10.5-1.fc16 (2012-10294)
    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 2012-10294.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(59976);
      script_version("1.9");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2012-3374");
      script_bugtraq_id(54322);
      script_xref(name:"FEDORA", value:"2012-10294");
    
      script_name(english:"Fedora 16 : pidgin-2.10.5-1.fc16 (2012-10294)");
      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 release 2.10.5
    
    Full Upstream ChangeLog :
    
    http://developer.pidgin.im/wiki/ChangeLog
    
    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."
      );
      # http://developer.pidgin.im/wiki/ChangeLog
      script_set_attribute(
        attribute:"see_also",
        value:"https://developer.pidgin.im/wiki/ChangeLog"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=837319"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2012-July/083842.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?187eaf7a"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected pidgin 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:ND/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:pidgin");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:16");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/05");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/07/16");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-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:"^16([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 16.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:"FC16", reference:"pidgin-2.10.5-1.fc16")) 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, "pidgin");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_FINCH-8220.NASL
    descriptionThis update of pidgin fixes a stack-based buffer overflow in the MXit protocol which could have potentially been exploited by remote attackers to execute arbitrary code in the context of the user running pidgin. (CVE-2012-3374)
    last seen2020-06-05
    modified2012-07-19
    plugin id60059
    published2012-07-19
    reporterThis script is Copyright (C) 2012-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/60059
    titleSuSE 10 Security Update : pidgin, finch and libpurple (ZYPP Patch Number 8220)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The text description of this plugin is (C) Novell, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(60059);
      script_version("1.2");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2012-3374");
    
      script_name(english:"SuSE 10 Security Update : pidgin, finch and libpurple (ZYPP Patch Number 8220)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SuSE 10 host is missing a security-related patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update of pidgin fixes a stack-based buffer overflow in the MXit
    protocol which could have potentially been exploited by remote
    attackers to execute arbitrary code in the context of the user running
    pidgin. (CVE-2012-3374)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2012-3374.html"
      );
      script_set_attribute(attribute:"solution", value:"Apply ZYPP patch number 8220.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:suse:suse_linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/16");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/07/19");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2020 Tenable Network Security, Inc.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled.");
    if (!get_kb_item("Host/SuSE/release")) exit(0, "The host is not running SuSE.");
    if (!get_kb_item("Host/SuSE/rpm-list")) exit(1, "Could not obtain the list of installed packages.");
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) exit(1, "Failed to determine the architecture type.");
    if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") exit(1, "Local checks for SuSE 10 on the '"+cpu+"' architecture have not been implemented.");
    
    
    flag = 0;
    if (rpm_check(release:"SLED10", sp:4, reference:"finch-2.6.6-0.18.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"libpurple-2.6.6-0.18.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"pidgin-2.6.6-0.18.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else exit(0, "The host is not affected.");
    
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2012-1102.NASL
    descriptionUpdated pidgin packages that fix three security issues are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate 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. Pidgin is an instant messaging program which can log in to multiple accounts on multiple instant messaging networks simultaneously. A flaw was found in the way the Pidgin MSN protocol plug-in processed text that was not encoded in UTF-8. A remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN message. (CVE-2012-1178) An input validation flaw was found in the way the Pidgin MSN protocol plug-in handled MSN notification messages. A malicious server or a remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN notification message. (CVE-2012-2318) A buffer overflow flaw was found in the Pidgin MXit protocol plug-in. A remote attacker could use this flaw to crash Pidgin by sending a MXit message containing specially crafted emoticon tags. (CVE-2012-3374) Red Hat would like to thank the Pidgin project for reporting the CVE-2012-3374 issue. Upstream acknowledges Ulf Harnhammar as the original reporter of CVE-2012-3374. All Pidgin users should upgrade to these updated packages, which contain backported patches to resolve these issues. Pidgin must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id60067
    published2012-07-20
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/60067
    titleCentOS 5 / 6 : pidgin (CESA-2012:1102)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2012:1102 and 
    # CentOS Errata and Security Advisory 2012:1102 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(60067);
      script_version("1.12");
      script_cvs_date("Date: 2020/01/07");
    
      script_cve_id("CVE-2012-1178", "CVE-2012-2318", "CVE-2012-3374");
      script_bugtraq_id(52475, 53400, 54322);
      script_xref(name:"RHSA", value:"2012:1102");
    
      script_name(english:"CentOS 5 / 6 : pidgin (CESA-2012:1102)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote CentOS host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated pidgin packages that fix three security issues are now
    available for Red Hat Enterprise Linux 5 and 6.
    
    The Red Hat Security Response Team has rated this update as having
    moderate 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.
    
    Pidgin is an instant messaging program which can log in to multiple
    accounts on multiple instant messaging networks simultaneously.
    
    A flaw was found in the way the Pidgin MSN protocol plug-in processed
    text that was not encoded in UTF-8. A remote attacker could use this
    flaw to crash Pidgin by sending a specially crafted MSN message.
    (CVE-2012-1178)
    
    An input validation flaw was found in the way the Pidgin MSN protocol
    plug-in handled MSN notification messages. A malicious server or a
    remote attacker could use this flaw to crash Pidgin by sending a
    specially crafted MSN notification message. (CVE-2012-2318)
    
    A buffer overflow flaw was found in the Pidgin MXit protocol plug-in.
    A remote attacker could use this flaw to crash Pidgin by sending a
    MXit message containing specially crafted emoticon tags.
    (CVE-2012-3374)
    
    Red Hat would like to thank the Pidgin project for reporting the
    CVE-2012-3374 issue. Upstream acknowledges Ulf Harnhammar as the
    original reporter of CVE-2012-3374.
    
    All Pidgin users should upgrade to these updated packages, which
    contain backported patches to resolve these issues. Pidgin must be
    restarted for this update to take effect."
      );
      # https://lists.centos.org/pipermail/centos-announce/2012-July/018756.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?7ae4d08e"
      );
      # https://lists.centos.org/pipermail/centos-announce/2012-July/018757.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b7a5e015"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected pidgin packages."
      );
      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:"cvss_score_source", value:"CVE-2012-3374");
      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:centos:centos:finch");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:finch-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libpurple");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libpurple-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libpurple-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libpurple-tcl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:pidgin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:pidgin-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:pidgin-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:pidgin-perl");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:5");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/03/15");
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/07/20");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"CentOS Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/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/CentOS/release");
    if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS");
    os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(5|6)([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 5.x / 6.x", "CentOS " + os_ver);
    
    if (!get_kb_item("Host/CentOS/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, "CentOS", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"CentOS-5", reference:"finch-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"finch-devel-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"libpurple-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"libpurple-devel-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"libpurple-perl-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"libpurple-tcl-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"pidgin-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"pidgin-devel-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"pidgin-perl-2.6.6-11.el5.4")) flag++;
    
    if (rpm_check(release:"CentOS-6", reference:"finch-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"finch-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libpurple-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libpurple-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libpurple-perl-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libpurple-tcl-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"pidgin-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"pidgin-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"pidgin-docs-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"pidgin-perl-2.7.9-5.el6.2")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "finch / finch-devel / libpurple / libpurple-devel / libpurple-perl / etc");
    }
    
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20120719_PIDGIN_ON_SL5_X.NASL
    descriptionPidgin is an instant messaging program which can log in to multiple accounts on multiple instant messaging networks simultaneously. A flaw was found in the way the Pidgin MSN protocol plug-in processed text that was not encoded in UTF-8. A remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN message. (CVE-2012-1178) An input validation flaw was found in the way the Pidgin MSN protocol plug-in handled MSN notification messages. A malicious server or a remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN notification message. (CVE-2012-2318) A buffer overflow flaw was found in the Pidgin MXit protocol plug-in. A remote attacker could use this flaw to crash Pidgin by sending a MXit message containing specially crafted emoticon tags. (CVE-2012-3374) All Pidgin users should upgrade to these updated packages, which contain backported patches to resolve these issues. Pidgin must be restarted for this update to take effect.
    last seen2020-03-18
    modified2012-08-01
    plugin id61370
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61370
    titleScientific Linux Security Update : pidgin on SL5.x, SL6.x i386/x86_64 (20120719)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(61370);
      script_version("1.5");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2012-1178", "CVE-2012-2318", "CVE-2012-3374");
    
      script_name(english:"Scientific Linux Security Update : pidgin on SL5.x, SL6.x i386/x86_64 (20120719)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Scientific Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Pidgin is an instant messaging program which can log in to multiple
    accounts on multiple instant messaging networks simultaneously.
    
    A flaw was found in the way the Pidgin MSN protocol plug-in processed
    text that was not encoded in UTF-8. A remote attacker could use this
    flaw to crash Pidgin by sending a specially crafted MSN message.
    (CVE-2012-1178)
    
    An input validation flaw was found in the way the Pidgin MSN protocol
    plug-in handled MSN notification messages. A malicious server or a
    remote attacker could use this flaw to crash Pidgin by sending a
    specially crafted MSN notification message. (CVE-2012-2318)
    
    A buffer overflow flaw was found in the Pidgin MXit protocol plug-in.
    A remote attacker could use this flaw to crash Pidgin by sending a
    MXit message containing specially crafted emoticon tags.
    (CVE-2012-3374)
    
    All Pidgin users should upgrade to these updated packages, which
    contain backported patches to resolve these issues. Pidgin must be
    restarted for this update to take effect."
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1207&L=scientific-linux-errata&T=0&P=5724
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b520df42"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:finch");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:finch-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libpurple");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libpurple-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libpurple-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libpurple-tcl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:pidgin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:pidgin-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:pidgin-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:pidgin-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:pidgin-perl");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/03/15");
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/08/01");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Scientific Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.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) || "Scientific Linux " >!< release) audit(AUDIT_HOST_NOT, "running Scientific Linux");
    os_ver = pregmatch(pattern: "Scientific Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Scientific Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Scientific Linux 6.x", "Scientific Linux " + 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 (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Scientific Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"SL5", reference:"finch-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"finch-devel-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"libpurple-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"libpurple-devel-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"libpurple-perl-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"libpurple-tcl-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"pidgin-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"pidgin-debuginfo-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"pidgin-devel-2.6.6-11.el5.4")) flag++;
    if (rpm_check(release:"SL5", reference:"pidgin-perl-2.6.6-11.el5.4")) flag++;
    
    if (rpm_check(release:"SL6", reference:"finch-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"finch-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"libpurple-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"libpurple-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"libpurple-perl-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"libpurple-tcl-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"pidgin-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"pidgin-debuginfo-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"pidgin-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"pidgin-docs-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"SL6", reference:"pidgin-perl-2.7.9-5.el6.2")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "finch / finch-devel / libpurple / libpurple-devel / libpurple-perl / etc");
    }
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201209-17.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201209-17 (Pidgin: Arbitrary code execution) A stack-based buffer overflow vulnerability has been found in the MXit protocol plug-in for libpurple. Impact : A remote attacker could possibly execute arbitrary code with the privileges of the Pidgin process, or cause a Denial of Service condition. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id62359
    published2012-09-28
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/62359
    titleGLSA-201209-17 : Pidgin: Arbitrary code execution
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Gentoo Linux Security Advisory GLSA 201209-17.
    #
    # The advisory text is Copyright (C) 2001-2016 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(62359);
      script_version("1.7");
      script_cvs_date("Date: 2018/07/11 17:09:26");
    
      script_cve_id("CVE-2012-3374");
      script_bugtraq_id(54322);
      script_xref(name:"GLSA", value:"201209-17");
    
      script_name(english:"GLSA-201209-17 : Pidgin: Arbitrary code execution");
      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-201209-17
    (Pidgin: Arbitrary code execution)
    
        A stack-based buffer overflow vulnerability has been found in the MXit
          protocol plug-in for libpurple.
      
    Impact :
    
        A remote attacker could possibly execute arbitrary code with the
          privileges of the Pidgin process, or cause a Denial of Service condition.
      
    Workaround :
    
        There is no known workaround at this time."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security.gentoo.org/glsa/201209-17"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "All Pidgin users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=net-im/pidgin-2.10.6'"
      );
      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:gentoo:linux:pidgin");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/09/27");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/09/28");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2018 Tenable Network Security, Inc.");
      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-im/pidgin", unaffected:make_list("ge 2.10.6"), vulnerable:make_list("lt 2.10.6"))) 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, "Pidgin");
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2012-1102.NASL
    descriptionFrom Red Hat Security Advisory 2012:1102 : Updated pidgin packages that fix three security issues are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate 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. Pidgin is an instant messaging program which can log in to multiple accounts on multiple instant messaging networks simultaneously. A flaw was found in the way the Pidgin MSN protocol plug-in processed text that was not encoded in UTF-8. A remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN message. (CVE-2012-1178) An input validation flaw was found in the way the Pidgin MSN protocol plug-in handled MSN notification messages. A malicious server or a remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN notification message. (CVE-2012-2318) A buffer overflow flaw was found in the Pidgin MXit protocol plug-in. A remote attacker could use this flaw to crash Pidgin by sending a MXit message containing specially crafted emoticon tags. (CVE-2012-3374) Red Hat would like to thank the Pidgin project for reporting the CVE-2012-3374 issue. Upstream acknowledges Ulf Harnhammar as the original reporter of CVE-2012-3374. All Pidgin users should upgrade to these updated packages, which contain backported patches to resolve these issues. Pidgin must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id68584
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68584
    titleOracle Linux 6 : pidgin (ELSA-2012-1102)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2012:1102 and 
    # Oracle Linux Security Advisory ELSA-2012-1102 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(68584);
      script_version("1.8");
      script_cvs_date("Date: 2019/09/30 10:58:17");
    
      script_cve_id("CVE-2012-1178", "CVE-2012-2318", "CVE-2012-3374");
      script_bugtraq_id(48425, 51010, 51070, 52475, 53400, 54322);
      script_xref(name:"RHSA", value:"2012:1102");
    
      script_name(english:"Oracle Linux 6 : pidgin (ELSA-2012-1102)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Oracle Linux host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "From Red Hat Security Advisory 2012:1102 :
    
    Updated pidgin packages that fix three security issues are now
    available for Red Hat Enterprise Linux 5 and 6.
    
    The Red Hat Security Response Team has rated this update as having
    moderate 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.
    
    Pidgin is an instant messaging program which can log in to multiple
    accounts on multiple instant messaging networks simultaneously.
    
    A flaw was found in the way the Pidgin MSN protocol plug-in processed
    text that was not encoded in UTF-8. A remote attacker could use this
    flaw to crash Pidgin by sending a specially crafted MSN message.
    (CVE-2012-1178)
    
    An input validation flaw was found in the way the Pidgin MSN protocol
    plug-in handled MSN notification messages. A malicious server or a
    remote attacker could use this flaw to crash Pidgin by sending a
    specially crafted MSN notification message. (CVE-2012-2318)
    
    A buffer overflow flaw was found in the Pidgin MXit protocol plug-in.
    A remote attacker could use this flaw to crash Pidgin by sending a
    MXit message containing specially crafted emoticon tags.
    (CVE-2012-3374)
    
    Red Hat would like to thank the Pidgin project for reporting the
    CVE-2012-3374 issue. Upstream acknowledges Ulf Harnhammar as the
    original reporter of CVE-2012-3374.
    
    All Pidgin users should upgrade to these updated packages, which
    contain backported patches to resolve these issues. Pidgin must be
    restarted for this update to take effect."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2012-July/002949.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected pidgin packages."
      );
      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:oracle:linux:finch");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:finch-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libpurple");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libpurple-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libpurple-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libpurple-tcl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:pidgin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:pidgin-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:pidgin-docs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:pidgin-perl");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/03/15");
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/12");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Oracle Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/OracleLinux", "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);
    if (!get_kb_item("Host/OracleLinux")) audit(AUDIT_OS_NOT, "Oracle Linux");
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || !pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux)", string:release)) audit(AUDIT_OS_NOT, "Oracle Linux");
    os_ver = pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux) .*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Oracle Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Oracle Linux 6", "Oracle Linux " + 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, "Oracle Linux", cpu);
    
    flag = 0;
    if (rpm_check(release:"EL6", reference:"finch-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"finch-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"libpurple-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"libpurple-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"libpurple-perl-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"libpurple-tcl-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"pidgin-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"pidgin-devel-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"pidgin-docs-2.7.9-5.el6.2")) flag++;
    if (rpm_check(release:"EL6", reference:"pidgin-perl-2.7.9-5.el6.2")) 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, "finch / finch-devel / libpurple / libpurple-devel / libpurple-perl / etc");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2509.NASL
    descriptionUlf Harnhammar found a buffer overflow in Pidgin, a multi protocol instant messaging client. The vulnerability can be exploited by an incoming message in the MXit protocol plugin. A remote attacker may cause a crash, and in some circumstances can lead to remote code execution.
    last seen2020-03-17
    modified2012-07-09
    plugin id59890
    published2012-07-09
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59890
    titleDebian DSA-2509-1 : pidgin - remote code execution
    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-2509. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(59890);
      script_version("1.10");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2012-3374");
      script_bugtraq_id(54322);
      script_xref(name:"DSA", value:"2509");
    
      script_name(english:"Debian DSA-2509-1 : pidgin - remote code execution");
      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:
    "Ulf Harnhammar found a buffer overflow in Pidgin, a multi protocol
    instant messaging client. The vulnerability can be exploited by an
    incoming message in the MXit protocol plugin. A remote attacker may
    cause a crash, and in some circumstances can lead to remote code
    execution."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://packages.debian.org/source/squeeze/pidgin"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2012/dsa-2509"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the pidgin packages.
    
    For the stable distribution (squeeze), this problem has been fixed in
    version 2.7.3-1+squeeze3."
      );
      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:pidgin");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:6.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/07/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/07/09");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2020 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:"6.0", prefix:"finch", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"finch-dev", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"libpurple-bin", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"libpurple-dev", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"libpurple0", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"pidgin", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"pidgin-data", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"pidgin-dbg", reference:"2.7.3-1+squeeze3")) flag++;
    if (deb_check(release:"6.0", prefix:"pidgin-dev", reference:"2.7.3-1+squeeze3")) 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 familyFedora Local Security Checks
    NASL idFEDORA_2012-10287.NASL
    descriptionNew release 2.10.5 Full Upstream ChangeLog : http://developer.pidgin.im/wiki/ChangeLog 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
    modified2012-07-11
    plugin id59941
    published2012-07-11
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59941
    titleFedora 17 : pidgin-2.10.5-1.fc17 (2012-10287)
  • NASL familySlackware Local Security Checks
    NASL idSLACKWARE_SSA_2012-195-02.NASL
    descriptionNew pidgin packages are available for Slackware 12.2, 13.0, 13.1, 13.37, and -current to fix security issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id59971
    published2012-07-16
    reporterThis script is Copyright (C) 2012-2016 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/59971
    titleSlackware 12.2 / 13.0 / 13.1 / 13.37 / current : pidgin (SSA:2012-195-02)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1500-1.NASL
    descriptionEvgeny Boger discovered that Pidgin incorrectly handled buddy list messages in the AIM and ICQ protocol handlers. A remote attacker could send a specially crafted message and cause Pidgin to crash, leading to a denial of service. This issue only affected Ubuntu 10.04 LTS, 11.04 and 11.10. (CVE-2011-4601) Thijs Alkemade discovered that Pidgin incorrectly handled malformed voice and video chat requests in the XMPP protocol handler. A remote attacker could send a specially crafted message and cause Pidgin to crash, leading to a denial of service. This issue only affected Ubuntu 10.04 LTS, 11.04 and 11.10. (CVE-2011-4602) Diego Bauche Madero discovered that Pidgin incorrectly handled UTF-8 sequences in the SILC protocol handler. A remote attacker could send a specially crafted message and cause Pidgin to crash, leading to a denial of service. This issue only affected Ubuntu 10.04 LTS, 11.04 and 11.10. (CVE-2011-4603) Julia Lawall discovered that Pidgin incorrectly cleared memory contents used in cryptographic operations. An attacker could exploit this to read the memory contents, leading to an information disclosure. This issue only affected Ubuntu 10.04 LTS. (CVE-2011-4922) Clemens Huebner and Kevin Stange discovered that Pidgin incorrectly handled nickname changes inside chat rooms in the XMPP protocol handler. A remote attacker could exploit this by changing nicknames, leading to a denial of service. This issue only affected Ubuntu 11.10. (CVE-2011-4939) Thijs Alkemade discovered that Pidgin incorrectly handled off-line instant messages in the MSN protocol handler. A remote attacker could send a specially crafted message and cause Pidgin to crash, leading to a denial of service. This issue only affected Ubuntu 10.04 LTS, 11.04 and 11.10. (CVE-2012-1178) Jose Valentin Gutierrez discovered that Pidgin incorrectly handled SOCKS5 proxy connections during file transfer requests in the XMPP protocol handler. A remote attacker could send a specially crafted request and cause Pidgin to crash, leading to a denial of service. This issue only affected Ubuntu 12.04 LTS and 11.10. (CVE-2012-2214) Fabian Yamaguchi discovered that Pidgin incorrectly handled malformed messages in the MSN protocol handler. A remote attacker could send a specially crafted message and cause Pidgin to crash, leading to a denial of service. (CVE-2012-2318) Ulf Harnhammar discovered that Pidgin incorrectly handled messages with in-line images in the MXit protocol handler. A remote attacker could send a specially crafted message and possibly execute arbitrary code with user privileges. (CVE-2012-3374). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id59903
    published2012-07-10
    reporterUbuntu Security Notice (C) 2012-2019 Canonical, Inc. / NASL script (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59903
    titleUbuntu 10.04 LTS / 11.04 / 11.10 / 12.04 LTS : pidgin vulnerabilities (USN-1500-1)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS11_PIDGIN_20130716.NASL
    descriptionThe remote Solaris system is missing necessary patches to address security updates : - Buffer overflow in markup.c in the MXit protocol plugin in libpurple in Pidgin before 2.10.5 allows remote attackers to execute arbitrary code via a crafted inline image in a message. (CVE-2012-3374)
    last seen2020-06-01
    modified2020-06-02
    plugin id80739
    published2015-01-19
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/80739
    titleOracle Solaris Third-Party Patch Update : pidgin (cve_2012_3374_buffer_overflow)
  • NASL familyWindows
    NASL idPIDGIN_2_10_5.NASL
    descriptionThe version of Pidgin installed on the remote host is earlier than 2.10.5. As such, it is potentially affected by a stack-based buffer overflow vulnerability. An error in the function
    last seen2020-06-01
    modified2020-06-02
    plugin id59969
    published2012-07-13
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59969
    titlePidgin < 2.10.5 mxit_show_message Function RX Message Inline Image Parsing Remote Overflow
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-1102.NASL
    descriptionUpdated pidgin packages that fix three security issues are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate 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. Pidgin is an instant messaging program which can log in to multiple accounts on multiple instant messaging networks simultaneously. A flaw was found in the way the Pidgin MSN protocol plug-in processed text that was not encoded in UTF-8. A remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN message. (CVE-2012-1178) An input validation flaw was found in the way the Pidgin MSN protocol plug-in handled MSN notification messages. A malicious server or a remote attacker could use this flaw to crash Pidgin by sending a specially crafted MSN notification message. (CVE-2012-2318) A buffer overflow flaw was found in the Pidgin MXit protocol plug-in. A remote attacker could use this flaw to crash Pidgin by sending a MXit message containing specially crafted emoticon tags. (CVE-2012-3374) Red Hat would like to thank the Pidgin project for reporting the CVE-2012-3374 issue. Upstream acknowledges Ulf Harnhammar as the original reporter of CVE-2012-3374. All Pidgin users should upgrade to these updated packages, which contain backported patches to resolve these issues. Pidgin must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id60076
    published2012-07-20
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/60076
    titleRHEL 5 / 6 : pidgin (RHSA-2012:1102)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_FINCH-120712.NASL
    descriptionThis update of pidgin fixes a stack-based buffer overflow in the MXit protocol which could have potentially been exploited by remote attackers to execute arbitrary code in the context of the user running pidgin. (CVE-2012-3374)
    last seen2020-06-05
    modified2013-01-25
    plugin id64130
    published2013-01-25
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/64130
    titleSuSE 11.1 Security Update : pidgin, finch and libpurple (SAT Patch Number 6534)

Oval

accepted2013-09-30T04:00:40.425-04:00
classvulnerability
contributors
nameShane Shaffer
organizationG2, Inc.
definition_extensions
commentPidgin is installed
ovaloval:org.mitre.oval:def:12366
descriptionBuffer overflow in markup.c in the MXit protocol plugin in libpurple in Pidgin before 2.10.5 allows remote attackers to execute arbitrary code via a crafted inline image in a message.
familywindows
idoval:org.mitre.oval:def:17678
statusaccepted
submitted2013-08-16T15:36:10.221-04:00
titleBuffer overflow in markup.c in the MXit protocol plugin in libpurple in Pidgin before 2.10.5 allows remote attackers to execute arbitrary code via a crafted inline image in a message
version4

Redhat

advisories
bugzilla
id837319
titleCVE-2012-3374 pidgin: Stack-based buffer overwrite in MXit protocol libPurple plug-in
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 5 is installed
      ovaloval:com.redhat.rhba:tst:20070331005
    • OR
      • AND
        • commentpidgin-devel is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102001
        • commentpidgin-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584019
      • AND
        • commentlibpurple is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102003
        • commentlibpurple is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584007
      • AND
        • commentlibpurple-tcl is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102005
        • commentlibpurple-tcl is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584013
      • AND
        • commentfinch-devel is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102007
        • commentfinch-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584009
      • AND
        • commentpidgin-perl is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102009
        • commentpidgin-perl is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584017
      • AND
        • commentpidgin is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102011
        • commentpidgin is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584011
      • AND
        • commentfinch is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102013
        • commentfinch is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584005
      • AND
        • commentlibpurple-perl is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102015
        • commentlibpurple-perl is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584015
      • AND
        • commentlibpurple-devel is earlier than 0:2.6.6-11.el5.4
          ovaloval:com.redhat.rhsa:tst:20121102017
        • commentlibpurple-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080584021
  • AND
    • commentRed Hat Enterprise Linux 6 is installed
      ovaloval:com.redhat.rhba:tst:20111656003
    • OR
      • AND
        • commentpidgin-docs is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102020
        • commentpidgin-docs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20100890004
      • AND
        • commentlibpurple-devel is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102022
        • commentlibpurple-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044042
      • AND
        • commentfinch-devel is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102024
        • commentfinch-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044046
      • AND
        • commentlibpurple-perl is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102026
        • commentlibpurple-perl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044036
      • AND
        • commentfinch is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102028
        • commentfinch is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044032
      • AND
        • commentlibpurple-tcl is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102030
        • commentlibpurple-tcl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044038
      • AND
        • commentpidgin-perl is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102032
        • commentpidgin-perl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044048
      • AND
        • commentpidgin-devel is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102034
        • commentpidgin-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044034
      • AND
        • commentpidgin is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102036
        • commentpidgin is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044044
      • AND
        • commentlibpurple is earlier than 0:2.7.9-5.el6.2
          ovaloval:com.redhat.rhsa:tst:20121102038
        • commentlibpurple is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20192044040
rhsa
idRHSA-2012:1102
released2012-07-19
severityModerate
titleRHSA-2012:1102: pidgin security update (Moderate)
rpms
  • finch-0:2.6.6-11.el5.4
  • finch-0:2.7.9-5.el6.2
  • finch-devel-0:2.6.6-11.el5.4
  • finch-devel-0:2.7.9-5.el6.2
  • libpurple-0:2.6.6-11.el5.4
  • libpurple-0:2.7.9-5.el6.2
  • libpurple-devel-0:2.6.6-11.el5.4
  • libpurple-devel-0:2.7.9-5.el6.2
  • libpurple-perl-0:2.6.6-11.el5.4
  • libpurple-perl-0:2.7.9-5.el6.2
  • libpurple-tcl-0:2.6.6-11.el5.4
  • libpurple-tcl-0:2.7.9-5.el6.2
  • pidgin-0:2.6.6-11.el5.4
  • pidgin-0:2.7.9-5.el6.2
  • pidgin-debuginfo-0:2.6.6-11.el5.4
  • pidgin-debuginfo-0:2.7.9-5.el6.2
  • pidgin-devel-0:2.6.6-11.el5.4
  • pidgin-devel-0:2.7.9-5.el6.2
  • pidgin-docs-0:2.7.9-5.el6.2
  • pidgin-perl-0:2.6.6-11.el5.4
  • pidgin-perl-0:2.7.9-5.el6.2

Seebug

bulletinFamilyexploit
descriptionBugtraq ID:54322 CVE ID:CVE-2012-3374 Pidgin是一款多协议即时通信软件 如果进入的消息包含内联图像,&quot;mxit_show_message()&quot;函数(libpurple/protocols/mxit/markup.c)解析时存在一个边界错误,允许攻击者构建特制的RX消息触发基于栈的缓冲区溢出,成功利用漏洞可以以应用程序上下文执行任意代码 0 Pidgin 2.x 厂商解决方案 Pidgin 2.10.5已经修复此漏洞,建议用户下载使用: http://www.pidgin.im/news/security/index.php?id=64
idSSV:60264
last seen2017-11-19
modified2012-07-09
published2012-07-09
reporterRoot
titlePidgin 'mxit_show_message()'基于栈的缓冲区溢出漏洞