CVE-2017-6773
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability in the CLI of Cisco ASR 5000 Series Aggregated Services Routers running the Cisco StarOS operating system could allow an authenticated, local attacker to bypass the CLI restrictions and execute commands on the underlying operating system. The vulnerability is due to insufficient input sanitization of user-supplied input at the CLI. An attacker could exploit this vulnerability by crafting a script on the device that will allow them to bypass built-in restrictions. An exploit could allow the unauthorized user to launch the CLI directly from a command shell. Cisco Bug IDs: CSCvd47722. Known Affected Releases: 21.0.v0.65839.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCVE-2017-6773 is a local authenticated CLI restriction bypass vulnerability in Cisco ASR 5000 Series routers running StarOS. The flaw stems from insufficient input sanitization in the CLI interface, allowing an authenticated attacker to craft scripts that bypass built-in restrictions and launch the CLI directly from the underlying command shell, executing arbitrary OS-level commands.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 21.0.v0.65839CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the StarOS version running on the ASR 5000Access the router CLI and run the command: show version OR show software. This displays the installed StarOS version and build number.Affected if The displayed version matches exactly 21.0.v0.65839, indicating the specific affected build.
-
Confirm the platform is an ASR 5000 Series routerRun the command: show hardware. This identifies the router model and confirms it is an ASR 5000 Series device running StarOS.Affected if The hardware shows ASR 5000 Series and the software is StarOS - only this platform and software combination is affected.
-
Review CLI session logs for shell invocation patternsRun the command: show logs | grep -i shell OR show logs | grep "cli" to examine recent CLI activity logs. Look for entries indicating CLI was launched from the underlying shell rather than the normal restricted CLI session.Affected if Logs show CLI sessions spawned directly from the underlying shell prompt (such as entries containing 'sh' or '/CLI' launched from bash/sh) rather than normal restricted CLI entry points.
-
Audit administrator accounts for suspicious activityRun the command: show admin users OR show logged-in users to list current and recent administrator sessions. Correlate session times with any detected shell-access anomalies.Affected if Administrative accounts show sessions originating from unexpected source contexts or containing unusually long session durations that could indicate escaped CLI sessions.
-
Check for unauthorized CLI command execution at the OS levelIf you have access to the underlying shell (not the StarOS CLI), run: last | grep tty OR examine /var/log/messages for any CLI-related processes spawned from shell contexts. On the StarOS CLI, run: show process facility cli-manager for any anomalies.Affected if Process logs or system logs show CLI manager processes spawned from the underlying shell environment rather than through the normal restricted CLI login pathway.
You are affected if your ASR 5000 router runs StarOS version exactly 21.0.v0.65839, or if logs show CLI sessions bypassing normal restricted entry points and executing from the underlying shell environment.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataApply the Cisco patch for bug CSCvd47722 by upgrading to a fixed StarOS release. Until patched, limit CLI access to trusted administrators and monitor for suspicious shell access patterns.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-6773 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2017-6773 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data