CVE-2021-41003
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 · uneditedMultiple unauthenticated command injection vulnerabilities were discovered in the AOS-CX API interface in Aruba CX 6200F Switch Series, Aruba 6300 Switch Series, Aruba 6400 Switch Series, Aruba 8320 Switch Series, Aruba 8325 Switch Series, Aruba 8400 Switch Series, Aruba CX 8360 Switch Series version(s): AOS-CX 10.06.xxxx: 10.06.0170 and below, AOS-CX 10.07.xxxx: 10.07.0050 and below, AOS-CX 10.08.xxxx: 10.08.1030 and below, AOS-CX 10.09.xxxx: 10.09.0002 and below. Aruba has released upgrades for Aruba AOS-CX devices that address these security vulnerabilities.
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 confidenceMultiple unauthenticated command injection vulnerabilities exist in the AOS-CX API interface of Aruba CX switch series. Attackers can inject and execute arbitrary operating system commands through the API without authentication, potentially compromising the entire switch and network.
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>= 10.06.0001, <= 10.06.0170>= 10.07.0001, <= 10.07.0050>= 10.08.0001, <= 10.08.1030>= 10.09.0001, <= 10.09.0002CVSS 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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
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.
-
Confirm Aruba CX switch modelIdentify the switch model by checking 'show system' or 'show version' output. Look for CX series models such as 6000, 6100, 6200, 6300, 6400, 8300, or 8360 series.Affected if Device is not an Aruba CX switch series - vulnerability does not apply
-
Check installed AOS-CX firmware versionRun 'show version' or 'show system' command to retrieve the current AOS-CX software version. Note the full version number including the build (e.g., 10.06.0170).Affected if Version falls within any of these ranges: 10.06.0001-10.06.0170, 10.07.0001-10.07.0050, 10.08.0001-10.08.1030, or 10.09.0001-10.09.0002
-
Verify API interface statusCheck if the REST API is enabled by reviewing 'show http-server' or 'show rest-server' output. The API typically runs on port 443 or 8080.Affected if REST API interface is enabled and accessible on the network - only relevant if version is also affected
-
Check API authentication configurationReview 'show running-config' for 'rest-api' or 'http-server' settings. Look for authentication settings and whether unauthenticated access is permitted.Affected if API authentication is disabled or improperly configured - combined with affected version indicates direct exposure
You are affected if the device is an Aruba CX switch running AOS-CX version 10.06.0001-10.06.0170, 10.07.0001-10.07.0050, 10.08.0001-10.08.1030, or 10.09.0001-10.09.0002 with the REST API interface enabled.
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.
dbcve · scopedApply Aruba-provided firmware upgrades to all affected switch series: AOS-CX 10.06.xxxx to version above 10.06.0170, 10.07.xxxx to above 10.07.0050, 10.08.xxxx to above 10.08.1030, and 10.09.xxxx to above 10.09.0002.
AOS-CX version above 10.06.0170 for 10.06.x branch, above 10.07.0050 for 10.07.x branch, above 10.08.1030 for 10.08.x branch, or above 10.09.0002 for 10.09.x branch - contact Aruba support for specific fixed releases
- 1. Identify the current AOS-CX version running on the Aruba CX switch by accessing the device CLI or Web UI
- 2. Based on the current version branch (10.06.x, 10.07.x, 10.08.x, or 10.09.x), determine the next available stable release in that branch
- 3. Download the appropriate AOS-CX firmware upgrade from the Aruba support portal (https://asp.arubanetworks.com)
- 4. Upload the new firmware to the switch via the CLI (command: copy <source> system:/) or through the Web UI under System > Firmware
- 5. Execute the upgrade command in configuration mode: boot system <firmware-filename>
- 6. After the switch reboots, verify the new version is running: show version
- 7. Confirm the vulnerability is remediated by reviewing the release notes for the new version
Generated from the published advisory — verify against the referenced sources before acting.
- 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-2021-41003 — 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-2021-41003 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