Lucene search
+L

Pidgin Multiple Buffer Overflow Vulnerabilities - Linux

🗓️ 01 Jun 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

Pidgin Multiple Buffer Overflow Vulnerabilities - Linux. Multiple flaws due to boundary errors in XMPP SOCKS5, QQ packet processing, PurpleCircBuffer structure, and MSN SLP message processing

Related
Refs
Code
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900663");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-06-01 09:35:57 +0200 (Mon, 01 Jun 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-1373", "CVE-2009-1374",
                "CVE-2009-1375", "CVE-2009-1376");
  script_name("Pidgin Multiple Buffer Overflow Vulnerabilities - Linux");
  script_xref(name:"URL", value:"http://secunia.com/advisories/35194");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/35067");
  script_xref(name:"URL", value:"http://secunia.com/advisories/35202");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/50680");
  script_xref(name:"URL", value:"http://rhn.redhat.com/errata/RHSA-2009-1059.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("secpod_pidgin_detect_lin.nasl");
  script_mandatory_keys("Pidgin/Lin/Ver");
  script_tag(name:"impact", value:"Successful exploits allow attackers to run arbitrary code, corrupt memory
  and cause cause denial of service.");
  script_tag(name:"affected", value:"Pidgin version prior to 2.5.6 on Linux.");
  script_tag(name:"insight", value:"Multiple flaws exist due to:

  - a boundary error in the XMPP SOCKS5 'bytestream' server when initiating
    an outbound XMPP file transfer.

  - a boundary error in the 'decrypt_out()' function while processing
    malicious QQ packet.

  - a boundary error exists in the implementation of the 'PurpleCircBuffer'
    structure and can be exploited via vectors involving  XMPP or Sametime
    protocol.

  - a truncation error in  function 'libpurple/protocols/msn/slplink.c' and
   'libpurple/protocols/msnp9/slplink.c' when processing MSN SLP messages
    with a crafted offset value.");
  script_tag(name:"solution", value:"Upgrade to version 2.5.6 or later.");
  script_tag(name:"summary", value:"This host has installed pidgin and is prone to Multiple Buffer
  Overflow Vulnerabilities");
  script_tag(name:"qod_type", value:"executable_version_unreliable");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("version_func.inc");

pidginVer = get_kb_item("Pidgin/Lin/Ver");
if(!pidginVer)
  exit(0);

if(version_is_less(version:pidginVer, test_version:"2.5.6")){
  report = report_fixed_ver(installed_version:pidginVer, fixed_version:"2.5.6");
  security_message(port: 0, data: report);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

05 Mar 2025 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 29.3
EPSS0.13294
25