IBM 1754 GCM16 and GCM32 Global Console Managers Multiple Command Execution Vulnerabilities
🗓️ 19 Aug 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 25 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| IBM 1754 GCM16 1.18.0.22011 Command Execution Vulnerability | 17 Aug 201300:00 | – | zdt | |
| CVE-2013-0526 | 21 Aug 201316:00 | – | cve | |
| CVE-2013-0526 | 21 Aug 201316:00 | – | cvelist | |
| IBM 1754 GCM 1.18.0.22011 - Remote Command Execution | 19 Aug 201300:00 | – | exploitdb | |
| EUVD-2013-0537 | 7 Oct 202500:30 | – | euvd | |
| Security Bulletin: IBM GCM16 KVM Switch Remote Command Execution (CVE-2013-0526) | 30 Jan 201908:05 | – | ibm | |
| IBM GCM16 / GCM32 Global Console Manager KVM Switch Firmware Version < 1.20.0.22575 Remote Code Execution | 5 Aug 201400:00 | – | nessus | |
| CVE-2013-0526 | 21 Aug 201316:55 | – | nvd | |
| IBM 1754 GCM16 1.18.0.22011 Command Execution | 16 Aug 201300:00 | – | packetstorm | |
| Code injection | 21 Aug 201316:55 | – | prion |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/61816 |
# 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.103768");
script_cve_id("CVE-2013-0526");
script_tag(name:"cvss_base", value:"8.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:C/A:C");
script_version("2023-08-10T05:05:53+0000");
script_name("IBM 1754 GCM16 and GCM32 Global Console Managers Multiple Command Execution Vulnerabilities");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/61816");
script_tag(name:"last_modification", value:"2023-08-10 05:05:53 +0000 (Thu, 10 Aug 2023)");
script_tag(name:"creation_date", value:"2013-08-19 15:12:16 +0200 (Mon, 19 Aug 2013)");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_family("Web application abuses");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_dependencies("gb_snmp_info_collect.nasl");
script_require_udp_ports("Services/udp/snmp", 161);
script_mandatory_keys("SNMP/sysdescr/available");
script_tag(name:"impact", value:"Successful exploit of these issues may allow an attacker to execute
arbitrary commands with the privileges of the root user.");
script_tag(name:"vuldetect", value:"Check if the firmware version is greater than 1.18.0.22011.");
script_tag(name:"insight", value:"IBM 1754 GCM16 and GCM32 versions 1.18.0.22011 and below contain a flaw
that allows a remote authenticated user to execute unauthorized commands as
root. This flaw exists because webapp variables are not sanitized.");
script_tag(name:"affected", value:"IBM 1754 GCM16 Global Console Manager 1.18.0.22011 and prior
IBM 1754 GCM32 Global Console Manager 1.18.0.22011 and prior.");
script_tag(name:"solution", value:"Updates (Version 1.18.0.22011) are available.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"IBM 1754 GCM16 and GCM32 Global Console Managers are prone to multiple
command-execution vulnerabilities because they fail to sanitize user-supplied input.");
exit(0);
}
include("version_func.inc");
include("snmp_func.inc");
port = snmp_get_port(default:161);
sysdesc = snmp_get_sysdescr(port:port);
if(!sysdesc || !egrep(pattern:"^GCM(16|32)", string:sysdesc))exit(0);
version = eregmatch(pattern:"GCM(16|32) ([0-9.]+)", string: sysdesc);
if(isnull(version[2]))exit(0);
vers = version[2];
if(version_is_less(version:vers, test_version:"1.18.0.22011")) {
security_message(port:0);
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
10 Aug 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 28.5
EPSS0.06069