Lucene search
+L

Helix RealServer Buffer Overrun

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2003 Montgomery County Maryland Government Security TeamType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

Helix RealServer Buffer Overrun vulnerability in RealServer 8.0 and earlier and Helix Server 9.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-0725
3 Sep 200304:00
cve
cvelist
Cvelist
CVE-2003-0725
3 Sep 200304:00
cvelist
exploitdb
Exploit DB
Real Server 7/8/9 (Windows / Linux) - Remote Code Execution
25 Aug 200300:00
exploitdb
nessus
Tenable Nessus
Helix Servers View Source Plug-in RTSP Parser Overflow
21 May 200300:00
nessus
nvd
NVD
CVE-2003-0725
20 Oct 200304:00
nvd
openvas
OpenVAS
Helix RealServer Buffer Overrun
3 Nov 200500:00
openvas
canvas
canvas
Immunity Canvas: REALSERVER
20 Oct 200304:00
canvas
# SPDX-FileCopyrightText: 2003 Montgomery County Maryland Government Security Team
# 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.11642");
  script_version("2023-08-03T05:05:16+0000");
  script_tag(name:"last_modification", value:"2023-08-03 05:05:16 +0000 (Thu, 03 Aug 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2003-0725");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_name("Helix RealServer Buffer Overrun");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2003 Montgomery County Maryland Government Security Team");
  script_family("Gain a shell remotely");
  script_dependencies("rtsp_detect.nasl");
  script_require_ports("Services/rtsp", 554);
  script_mandatory_keys("RTSP/server_banner/available");

  script_tag(name:"solution", value:"Install patches from the vendor.");

  script_tag(name:"summary", value:"RealServer 8.0 and earlier and Helix Server 9.0 is
  vulnerable to a buffer overflow vulnerability.");

  script_xref(name:"URL", value:"http://service.real.com/help/faq/security/bufferoverrun030303.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/8476");

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

  exit(0);
}

include("misc_func.inc");
include("port_service_func.inc");

port = service_get_port(default:554, proto:"rtsp");

serverbanner = get_kb_item("RTSP/" + port + "/server_banner");
if(!serverbanner || "Version " >!< serverbanner)
  exit(0);

# Currently, all versions up to and including 9.0.1 are affected
if((egrep(pattern:"Version [0-8]\.[0-9]", string:serverbanner)) || (egrep(pattern:"Version 9\.0\.[01]", string:serverbanner)) ) {
  security_message(port:port);
  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

03 Aug 2023 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 27.5
EPSS0.48574
29