Cisco Small Business 220 Series Smart Plus Switches SNMP Unauthorized Access Vulnerability (cisco-sa-20160831-sps3)
🗓️ 13 Sep 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 36 Views
| Reporter | Title | Published | Views | Family All 20 |
|---|---|---|---|---|
| CVE-1999-0517 | 1 Jan 199705:00 | – | attackerkb | |
| BSA-2017-244 | 28 Apr 201700:00 | – | broadcom | |
| CVE-1999-0517 | 29 May 201815:50 | – | circl | |
| SDWAN Center : (CVE-1999-0517)SNMP Agent's Default Community string (PUBLIC) and SNMP 'GETBULK' Reflection DDoS | 7 Jan 202100:00 | – | citrix | |
| CVE-1999-0517 | 4 Feb 200005:00 | – | cve | |
| CVE-1999-0517 | 4 Feb 200005:00 | – | cvelist | |
| K04463175: SNMPv2 vulnerability CVE-1999-0517 | 21 Feb 202318:47 | – | f5 | |
| F5 Networks BIG-IP : SNMPv2 vulnerability (K04463175) | 2 Nov 202300:00 | – | nessus | |
| SNMP Agent Default Community Names | 25 Nov 200200:00 | – | nessus | |
| SNMP Agent Default Community Name (public) | 25 Nov 200200:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2016 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.106241");
script_version("2025-03-14T15:40:32+0000");
script_tag(name:"last_modification", value:"2025-03-14 15:40:32 +0000 (Fri, 14 Mar 2025)");
script_tag(name:"creation_date", value:"2016-09-13 10:45:09 +0700 (Tue, 13 Sep 2016)");
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:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2017-08-13 01:29:00 +0000 (Sun, 13 Aug 2017)");
script_cve_id("CVE-1999-0517", "CVE-2016-1473");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Cisco Small Business 220 Series Smart Plus Switches SNMP Unauthorized Access Vulnerability (cisco-sa-20160831-sps3)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("CISCO");
script_dependencies("snmp_detect.nasl");
script_require_udp_ports("Services/udp/snmp", 161);
script_mandatory_keys("SNMP/detected");
script_tag(name:"summary", value:"A vulnerability in the implementation of SNMP functionality in Cisco
Small Business 220 Series Smart Plus (Sx220) Switches could allow an unauthenticated, remote attacker to
gain unauthorized access to SNMP objects on an affected device.");
script_tag(name:"vuldetect", value:"Tries to get the SNMP system description with the default community.");
script_tag(name:"insight", value:"The vulnerability is due to the presence of a default SNMP community
string that is added during device installation and cannot be deleted. An attacker could exploit this
vulnerability by using the default SNMP community string to access SNMP objects on an affected device.");
script_tag(name:"impact", value:"A successful exploit could allow the attacker to view and modify SNMP
objects on a targeted device.");
script_tag(name:"affected", value:"Cisco Small Business 220 Series Smart Plus (Sx220) Switches running
firmware release 1.0.0.17, 1.0.0.18, or 1.0.0.19.");
script_tag(name:"solution", value:"Upgrade to firmware release 1.0.1.1.");
script_xref(name:"URL", value:"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20160831-sps3");
script_xref(name:"URL", value:"http://www.synacktiv.ninja/ressources/advisories_cisco_switch_sg220_default_snmp.pdf");
exit(0);
}
include("snmp_func.inc");
port = snmp_get_port( default:161 );
if( get_kb_item( "SNMP/" + port + "/v12c/all_communities" ) ) exit( 0 ); # For devices which are accepting every random community
community = "rmonmgmtuicommunity";
if (res = snmp_get(port: port, oid: '1.3.6.1.2.1.1.1.0', version: 2, community: community)) {
report = "Result of the system description query with the community 'rmonmgmtuicommunity':\n\n" + res + "\n";
security_message(port: port, data: report, proto: "udp");
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
14 Mar 2025 00:00Current
9High risk
Vulners AI Score9
CVSS 27.5
CVSS 3.15.9
EPSS0.27166
SSVC