Cyber Resilience

CVE-2023-2570

Schneider-Electric Ecostruxure Foxboro Dcs Control Core Services

Published
14 June 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 7.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0016 6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2023-2570 is a high-severity Improper Validation of Array Index (CWE-129) vulnerability in Schneider-Electric Ecostruxure Foxboro Dcs Control Core Services. Its CVSS base score is 7.0 (High).

Operationally, ranked at the 6th 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

A CWE-129: Improper Validation of Array Index vulnerability exists that could cause local denial-of-service, and potentially kernel execution when a malicious actor with local user access crafts a script/program using an unpredictable index to an IOCTL call in the Foxboro.sys…

more

driver.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-5680Same product: Schneider-Electric Ecostruxure Foxboro Dcs Control Core Services
CVE-2024-5679Same product: Schneider-Electric Ecostruxure Foxboro Dcs Control Core Services
CVE-2023-2569Same product: Schneider-Electric Ecostruxure Foxboro Dcs Control Core Services
CVE-2024-5681Same product: Schneider-Electric Ecostruxure Foxboro Dcs Control Core Services
CVE-2023-28004Same vendor: Schneider-Electric
CVE-2023-27980Same vendor: Schneider-Electric
CVE-2021-22707Same vendor: Schneider-Electric
CVE-2026-9716Same vendor: Schneider-Electric
CVE-2023-5630Same vendor: Schneider-Electric
CVE-2023-27979Same vendor: Schneider-Electric

Affected Assets

schneider-electric
ecostruxure foxboro dcs control core services
all versions

Mitigating Controls

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 require input validation and bounds checking that prevent improper array indexing.

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 in development can detect out-of-bounds array access but does not prevent the weakness by itself.

prevents

Secure development lifecycle mandates input validation and bounds checking that directly prevents improper array indexing.

prevents

Application security requirements include validation of untrusted input used for indexing or addressing memory structures.

prevents

Secure architecture principles encourage defensive coding patterns that reduce index-related vulnerabilities.

prevents

Secure coding standards explicitly require bounds checking and validation of array indices derived from untrusted data.

References