Cyber Resilience

CVE-2025-46370

Dell Alienware Command Center 6.0 – 6.10.15.0

Published
13 November 2025
Modified
17 November 2025
Patch / advisory
CVSS Score v3.1 3.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N
EPSS Score 0.0010 1th percentile
Risk Priority 20 floored blend · peak EPSS

Summary

CVE-2025-46370 is a low-severity Process Control (CWE-114) vulnerability in Dell Alienware Command Center. Its CVSS base score is 3.3 (Low).

Operationally, ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-6 (Least Privilege) and SC-39 (Process Isolation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Dell Alienware Command Center 6.x (AWCC), versions prior to 6.10.15.0, contain a Process Control vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Information Disclosure.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-46368Same product: Dell Alienware Command Center
CVE-2026-24510Same product: Dell Alienware Command Center
CVE-2026-32655Same product: Dell Alienware Command Center
CVE-2025-46369Same product: Dell Alienware Command Center
CVE-2025-46367Same product: Dell Alienware Command Center
CVE-2023-28070Same product: Dell Alienware Command Center
CVE-2024-38301Same product: Dell Alienware Command Center
CVE-2023-24569Same product: Dell Alienware Command Center
CVE-2026-25908Same product: Dell Alienware Command Center
CVE-2025-30100Same product: Dell Alienware Command Center

Affected Assets

dell
alienware command center
6.0 — 6.10.15.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-39 Process Isolation
  • AC-6 Least Privilege
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 8 hardening rules · 6 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly counters CWE-114 Process Control by enforcing isolation between processes so a low-privileged local process cannot manipulate or inspect another process to cause information disclosure.

prevent

Limits the privileges granted to the AWCC process and its users, reducing the attack surface available to a low-privileged local attacker attempting to exploit process control.

prevent

Enforces access-control decisions on process resources and objects, blocking unauthorized local access that leads to the observed information disclosure.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-05 mostly match
prevents

Explicitly prevents execution of unauthorized software, directly blocking untrusted commands or libraries.

ID.RA-09 partial match
prevents

Assessing authenticity/integrity before acquisition reduces use of untrusted sources for commands/libraries.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce trusted paths and execution policies.

PR.PS-06 partial match
prevents

Secure SDLC practices can embed checks against dynamic loading from untrusted sources.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect unsafe process or library loading but does not prevent it by itself.

prevents

Restricting software installation prevents loading untrusted libraries or executing commands from unknown sources.

mitigates

Secure development lifecycle practices include controls on external code and command execution paths.

prevents

Application security requirements can mandate validation of external inputs and libraries.

prevents

Secure architecture principles discourage reliance on untrusted external processes or libraries.

prevents

Secure coding standards explicitly forbid executing or loading code from untrusted sources.

References