Cyber Resilience

CVE-2026-22275

Info Disclosure in Dell Elastic Cloud Storage 3.8.1.0 – 4.2.0.0

Published
23 January 2026
Modified
18 February 2026
Patch / advisory
CVSS Score v3.1 4.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0013 3th percentile
Risk Priority 34 floored blend · peak EPSS

Summary

CVE-2026-22275 is a medium-severity Inclusion of Sensitive Information in Source Code (CWE-540) vulnerability in Dell Elastic Cloud Storage. Its CVSS base score is 4.4 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Code Repositories (T1213.003); ranked at the 3th 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 SA-11 (Developer Testing and Evaluation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Dell ECS, versions 3.8.1.0 through 3.8.1.7, and Dell ObjectScale versions prior to 4.2.0.0, contains an Inclusion of Sensitive Information in Source Code vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Information exposure.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1213.003 Code Repositories Collection
Adversaries may leverage code repositories to collect valuable information.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-28261Same product: Dell Elastic Cloud Storage
CVE-2025-30483Same product: Dell Elastic Cloud Storage
CVE-2025-26476Same product: Dell Elastic Cloud Storage
CVE-2026-40636Same product: Dell Elastic Cloud Storage
CVE-2025-26478Same product: Dell Elastic Cloud Storage
CVE-2026-22273Same product: Dell Elastic Cloud Storage
CVE-2026-35157Same product: Dell Elastic Cloud Storage
CVE-2026-22274Same product: Dell Elastic Cloud Storage
CVE-2025-43992Same product: Dell Elastic Cloud Storage
CVE-2026-22271Same product: Dell Elastic Cloud Storage

Affected Assets

dell
elastic cloud storage
3.8.1.0 — 4.2.0.0
dell
objectscale
≤ 4.2.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static analysis locate hard-coded sensitive values before code is deployed.

Enforces access so that source containing embedded secrets cannot be reached by unauthorized parties.

Engineering principles require secrets to be externalized rather than embedded in source.

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 prohibit embedding secrets or sensitive data in source code.

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.

degrades

Directly restricts access to source code, preventing exposure of embedded sensitive information.

prevents

Secure coding standards explicitly prohibit hard-coding credentials or sensitive data.

prevents

Classification helps identify source code containing sensitive data so it can be protected.

prevents

Access control limits who can view or retrieve source code that may contain secrets.

prevents

Secure SDLC practices include removing secrets from code before commit or deployment.

mitigates

Environment separation reduces risk of accidental exposure but does not address secrets already in code.

References