Aspect Ent 2 FirmwareOperating system · Abb

CVE-2024-6515

HIGH · 8.1 CVSS v3.1 Published 2024-12-05
Fix available
A fix is available. Upgrade to 3.08.03 or later.
See remediation →
87/100
Remediation priority · High
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
Web browser interface may manipulate application username/password in clear text or Base64 encoding providing a higher probability of unintended credentails exposure.  Affected products: ABB ASPECT - Enterprise v3.08.02; NEXUS Series v3.08.02; MATRIX Series v3.08.02

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

The ABB ASPECT Enterprise, NEXUS Series, and MATRIX Series web interfaces expose user credentials in clear text or Base64 encoding during authentication. Base64 is encoding, not encryption, making it trivial to decode exposed credentials. This allows attackers with network access to intercept and easily recover username/password pairs.

MitigationImplement TLS/SSL for all authentication traffic and replace Base64 encoding with proper cryptographic hashing and encryption for credential handling. Ensure credentials are never transmitted or stored in reversibly-encoded formats.

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
Aspect Ent 2 FirmwareOperating system
Affected:< 3.08.03
Aspect Ent 256 FirmwareOperating system
Affected:< 3.08.03
Aspect Ent 96 FirmwareOperating system
Affected:< 3.08.03
Nexus 2128 FirmwareOperating system
Affected:< 3.08.03
Nexus 2128 A FirmwareOperating system
Affected:< 3.08.03
Nexus 2128 F FirmwareOperating system
Affected:< 3.08.03
Nexus 2128 G FirmwareOperating system
Affected:< 3.08.03
Nexus 264 FirmwareOperating system
Affected:< 3.08.03

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

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

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

  1. Identify the firmware version of the ABB device
    Access the device's web interface or administrative console and navigate to System Information, About, or Firmware Status to retrieve the installed firmware version number
    Affected if The firmware version is lower than 3.08.03 for any of the following: ABB Aspect Enterprise (Ent 2, Ent 256, Ent 96), ABB Nexus 2128, 2128 A, 2128 F, 2128 G, or 264
  2. Verify if the web interface is accessible over HTTP
    Attempt to access the device web interface using http:// (not https://) and observe whether the connection succeeds without TLS/SSL encryption
    Affected if The web interface accepts HTTP connections on port 80 or other non-encrypted ports
  3. Capture authentication traffic to inspect credential encoding
    Use a network packet capture tool (such as Wireshark or tcpdump) on the network segment between the client and the ABB device, then perform a login attempt and examine the HTTP POST request for the authentication endpoint
    Affected if The login request body contains Base64-encoded strings that decode to username and password pairs, or credentials appear in clear text
  4. Check if HTTPS/TLS is enforced for the authentication endpoint
    Inspect the web interface configuration or SSL/TLS settings page, or examine the HTTP response headers and initial connection to determine if TLS encryption is enabled and required for all authentication traffic
    Affected if TLS/SSL is not enabled, not properly configured, or credentials are transmitted over unencrypted channels

You are affected if your ABB device runs firmware version below 3.08.03 AND your web authentication traffic is transmitted over unencrypted HTTP or uses Base64 encoding without TLS protection.

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 3.08.03 or later
Fixed in 3.08.03
Interim mitigation

Implement TLS/SSL for all authentication traffic and replace Base64 encoding with proper cryptographic hashing and encryption for credential handling. Ensure credentials are never transmitted or stored in reversibly-encoded formats.

Recommended fix High confidence

Firmware 3.08.03 for all affected ABB Aspect Enterprise and Nexus Series devices

  1. Identify the specific ABB product model (Aspect Ent 2, Aspect Ent 256, Aspect Ent 96, Nexus 2128, Nexus 2128 A, Nexus 2128 F, Nexus 2128 G, or Nexus 264)
  2. Access the device administrative interface or contact ABB support to obtain the firmware upgrade package
  3. Download firmware version 3.08.03 or later from ABB's official support portal (search.abb.com)
  4. Follow ABB's standard firmware upgrade procedure for the specific device model
  5. Verify the firmware version after upgrade confirms 3.08.03 or later
  6. Test that the web interface no longer transmits credentials in cleartext or Base64 encoding
Caveat Review ABB release notes for any configuration or compatibility changes between your current version and 3.08.03; some legacy features may require reconfiguration

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

Fix this in Aspect Ent 2 Firmware Scoped from the published advisory
  • Consultation4.0 h
  • Implementation12.0 h
  • Testing6.0 h
  • Review / QA4.0 h
26.0 hours of engineering $4,580
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-6515 — 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-2024-6515 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