CEH Enumeration and System Hacking Practice Question
An analyst observes the following SNMP walk output on a network device: `SNMPv2-SMI::enterprises.9.9.23.1.2.1.1.5.1 = STRING: "cisco"`. Which finding is most significant?
⚠ Common exam trap
The trap here is that candidates often focus on the SNMP version or device model, but the most critical finding is the weak community string 'cisco', which is a direct authentication bypass vulnerability that enables enumeration and potential system compromise.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The SNMP community string is "cisco" and likely weak
The SNMP walk output reveals the community string 'cisco' in the OID `enterprises.9.9.23.1.2.1.1.5.1`, which corresponds to the SNMP community string (ciscoSnmpCommunityString) in Cisco's private MIB. A default or easily guessable community string like 'cisco' is a critical security weakness because it allows unauthorized read or read-write access to the device, enabling enumeration of system information or configuration changes. This finding is the most significant because it directly indicates a weak authentication mechanism that can be exploited for further enumeration or system compromise.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The SNMP community string is "cisco" and likely weak
Why this is correct
An SNMP walk often reveals the community string, especially if it's a default or commonly used value. The string "cisco" is a well-known default or weak community string, making it highly susceptible to discovery by attackers. Gaining access with such a string allows an attacker to perform extensive reconnaissance, retrieve sensitive device configuration, and potentially monitor network traffic. This represents a significant security vulnerability that should be remediated immediately.
- ✗
The SNMP service is using version 2c
Why it's wrong here
While SNMPv2c is a widely deployed version, the output of an `snmpwalk` command itself does not explicitly confirm the SNMP version being utilized by the target device. An `snmpwalk` is a client-side utility that attempts to query an agent; the version used for the query (e.g., v1, v2c, v3) is typically specified by the client. To definitively determine the server's configured SNMP version, one would need to inspect the device's configuration or analyze packet captures for the specific PDU structure.
- ✗
The device is running Cisco IOS version 12.0
Why it's wrong here
An SNMP walk can indeed provide system information, including device type and operating system version, typically through the `sysDescr` OID (1.3.6.1.2.1.1.1.0). However, without the actual `snmpwalk` output provided in the question stem, it is impossible to infer or confirm that the device is specifically running Cisco IOS version 12.0. While the community string "cisco" might suggest a Cisco device, it does not provide granular version details.
- ✗
The device is configured for read-write access
Why it's wrong here
The output of an `snmpwalk` command, by its nature, performs read-only operations to retrieve Management Information Base (MIB) data from an SNMP agent. The successful execution of an `snmpwalk` with a community string does not indicate whether that string possesses read-write privileges. To ascertain if the device is configured for read-write access, an attacker would need to attempt an `snmpset` operation, which modifies MIB variables, using the discovered community string.
Go deeper
Related to this question
About these practice questions
One of 870 original CEH practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.