ArubaosOperating system · Arubanetworks

CVE-2023-22774

MEDIUM · 6.5 CVSS v3.1 Published 2023-03-01
Fix available
A fix is available. Upgrade to after 10.3.1.0 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable Zero-click

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 · unedited
Authenticated path traversal vulnerabilities exist in the ArubaOS command line interface. Successful exploitation of these vulnerabilities result in the ability to delete arbitrary files in the underlying operating system.

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 · moderate confidence

This is an authenticated path traversal vulnerability in the ArubaOS command-line interface that allows authenticated attackers to delete arbitrary files on the underlying operating system. The attacker needs valid CLI credentials to exploit this flaw, which could lead to denial of service or further compromise of the network device.

MitigationApply the vendor-supplied ArubaOS patch when available, enforce least-privilege for CLI accounts, and monitor for unauthorized configuration changes or file deletion attempts.

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
ArubaosOperating system
Affected:>= 8.6.0.0, <= 8.6.0.19>= 8.10.0.0, <= 8.10.0.4>= 10.3.0.0, <= 10.3.1.0
Sd WanApplication
Affected:>= 8.7.0.0-2.3.0.0, <= 8.7.0.0-2.3.0.8

CVSS 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
High
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify the installed ArubaOS version
    Access the device CLI and run the command to display the OS version (typically 'show version' or 'show system information')
    Affected if The displayed version falls within 8.6.0.0-8.6.0.19, 8.10.0.0-8.10.0.4, or 10.3.0.0-10.3.1.0 for ArubaOS, or 8.7.0.0-2.3.0.0 through 8.7.0.0-2.3.0.8 for SD-WAN
  2. Confirm CLI access is enabled
    Verify that the command-line interface service is running and accessible (check 'show cli status' or similar administrative command)
    Affected if CLI access is available and authenticated users can execute file-related commands
  3. Review CLI command logs for path traversal patterns
    Examine device logs, audit logs, or command history for suspicious CLI commands containing directory traversal sequences (such as '../' or absolute paths used in file deletion or file operation commands)
    Affected if Logs show CLI commands attempting to access files outside the expected configuration directories, particularly delete or remove file operations with traversal patterns
  4. Check for unauthorized file deletion activity
    Review system logs or file integrity monitoring alerts for any unexpected file deletion events, especially of system configuration files or critical operating system files
    Affected if Files have been deleted that were not part of normal administrative operations
  5. Identify CLI accounts with elevated privileges
    List all CLI user accounts and their privilege levels using the appropriate administrative command (such as 'show user' or 'show cli users')
    Affected if Multiple CLI accounts exist beyond the minimum required, increasing the attack surface for credential theft
  6. Audit recent CLI session activity
    Review CLI session logs or audit trails for any sessions originating from unexpected locations or occurring at unusual times, focusing on sessions that executed file manipulation commands
    Affected if Recent CLI sessions show file operation commands that were not initiated by authorized administrators

The environment is affected if the device runs an ArubaOS or SD-WAN version within the specified ranges and the CLI interface is accessible to authenticated users, enabling potential path traversal exploitation.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to a release after 10.3.1.0
Interim mitigation

Apply the vendor-supplied ArubaOS patch when available, enforce least-privilege for CLI accounts, and monitor for unauthorized configuration changes or file deletion attempts.

Recommended fix High confidence

ArubaOS 8.6.0.20+, 8.10.0.5+, 10.3.1.1+ or SD-WAN 8.7.0.0-2.3.0.9+ depending on product line

  1. 1. Identify the current ArubaOS or SD-WAN version running on the affected device using 'show version' command in CLI
  2. 2. Based on the current version, determine the minimum fixed release for your product line: For ArubaOS 8.6.x, upgrade to 8.6.0.20 or later; For ArubaOS 8.10.x, upgrade to 8.10.0.5 or later; For ArubaOS 10.3.x, upgrade to 10.3.1.1 or later; For SD-WAN 8.7.0.0-2.3.x, upgrade to 8.7.0.0-2.3.0.9 or later
  3. 3. Download the appropriate firmware from the Aruba support portal (https://asp.arubanetworks.com)
  4. 4. Backup the current configuration using 'backup flash' or 'write mem' commands
  5. 5. Upload the new firmware image to the device using 'copy tftp://<server>/<image> system:flash' or via WebUI
  6. 6. Boot the new image using 'boot system <image>' command
  7. 7. Verify the upgrade completed successfully with 'show version' to confirm the new version is running
  8. 8. Test that the CLI functionality works normally post-upgrade
Caveat Review Aruba release notes for any command syntax changes or feature modifications between versions before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Arubaos Scoped from the published advisory
  • Consultation4.0 h
  • Implementation6.0 h
  • Testing4.0 h
  • Review / QA2.0 h
16.0 hours of engineering $2,840
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,544.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-22774 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-22774 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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