Lucene search
+L

Shareaza Update Notification Spoofing Vulnerability

🗓️ 11 Sep 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 12 Views

Shareaza Update Notification Spoofing Vulnerability. Update notifications from update.shareaza.com can be exploited to conduct spoofing attacks. The vulnerability affects Shareaza prior to version 2.3.1.0

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-7164
4 Sep 200910:00
cve
cvelist
Cvelist
CVE-2008-7164
4 Sep 200910:00
cvelist
euvd
EUVD
EUVD-2008-7123
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-7164
4 Sep 200910:30
nvd
openvas
OpenVAS
Shareaza Update Notification Spoofing Vulnerability
11 Sep 200900:00
openvas
prion
Prion
Design/Logic Flaw
4 Sep 200910:30
prion
# 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.800604");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2009-09-11 18:01:06 +0200 (Fri, 11 Sep 2009)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2008-7164");
  script_name("Shareaza Update Notification Spoofing Vulnerability");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_shareaza_detect.nasl");
  script_require_ports("Services/www", 6346);
  script_mandatory_keys("shareaza/detected");

  script_tag(name:"impact", value:"Successful exploitation will let the attackers conduct spoofing attacks.");

  script_tag(name:"affected", value:"Shareaza prior to version 2.3.1.0.");

  script_tag(name:"insight", value:"The flaw is due to update notifications being handled via the domain
  update.shareaza.com, which is no longer controlled by the vendor. This can
  be exploited to spoof update notifications.");

  script_tag(name:"solution", value:"Upgrade Shareaza to version 2.3.1.0.");

  script_tag(name:"summary", value:"Shareaza is prone to an update notification spoofing vulnerability.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://secunia.com/advisories/28302");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/27171");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/39484");
  script_xref(name:"URL", value:"http://sourceforge.net/project/shownotes.php?group_id=110672&release_id=565250");

  exit(0);
}

include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");

shareazaPort = http_get_port(default:6346);

shareazaVer = get_kb_item("www/" + shareazaPort + "/Shareaza");

if(shareazaVer != NULL)
{
  if(version_is_less(version:shareazaVer, test_version:"2.3.1.0")){
    report = report_fixed_ver(installed_version:shareazaVer, fixed_version:"2.3.1.0");
    security_message(port: shareazaPort, data: report);
    exit(0);
  }
}

exit(99);

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

27 Jul 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.01541
12