Cyber Resilience

CVE-2024-25952

Dell Powerscale Onefs 8.2.2.0 – 9.3.0

Published
28 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 6.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0019 9th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2024-25952 is a medium-severity UNIX Symbolic Link (Symlink) Following (CWE-61) vulnerability in Dell Powerscale Onefs. Its CVSS base score is 6.0 (Medium).

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

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Dell PowerScale OneFS versions 8.2.2.x through 9.7.0.x contains an UNIX symbolic link (symlink) following vulnerability. A local high privileged attacker could potentially exploit this vulnerability, leading to denial of service, information tampering.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-25953Same product: Dell Powerscale Onefs
CVE-2024-39578Same product: Dell Powerscale Onefs
CVE-2026-25907Same product: Dell Powerscale Onefs
CVE-2024-25961Same product: Dell Powerscale Onefs
CVE-2026-22281Same product: Dell Powerscale Onefs
CVE-2023-32494Same product: Dell Powerscale Onefs
CVE-2025-27690Same product: Dell Powerscale Onefs
CVE-2023-32495Same product: Dell Powerscale Onefs
CVE-2026-49501Same product: Dell Powerscale Onefs
CVE-2024-25954Same product: Dell Powerscale Onefs

Affected Assets

dell
powerscale onefs
8.2.2.0 — 9.3.0 · 9.4.0 — 9.4.0.16 · 9.5.0.0 — 9.5.0.8

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V15.4.2
  • V5.2.5

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-06 mostly match
prevents

Secure SDLC practices directly prevent introduction of symlink-following flaws in file-handling code.

ID.RA-01 partial match
prevents

Vulnerability identification can discover existing symlink issues but does not prevent or remediate them in code.

PR.AA-05 partial match
prevents

Least-privilege access policies can limit damage from symlink attacks but do not address the coding flaw itself.

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 symlink-following vulnerabilities before deployment, covering most of the weakness.

prevents

Secure SDLC practices can mandate link-resolution checks and canonicalization before file access.

prevents

Application security requirements can explicitly require safe handling of symbolic links and path traversal.

prevents

Secure-architecture principles require safe file-handling and canonicalization, directly addressing symlink attacks.

prevents

Secure-coding standards mandate explicit symlink checks and safe open patterns, fully mitigating CWE-61.

mitigates

Access-control rules can restrict which files a process may open, reducing symlink-following risk but not eliminating the underlying path-resolution flaw.

References