Cyber Resilience

CVE-2023-38570

Memory Safety in Intel Unison Software ≤ 20.14.5683.0

Published
14 November 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.3
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:L
EPSS Score 0.0023 14th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2023-38570 is a medium-severity Access of Memory Location After End of Buffer (CWE-788) vulnerability in Intel Unison Software. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 14th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

Access of memory location after end of buffer for some Intel Unison software may allow an authenticated user to potentially enable escalation of privilege via local access.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-36860Same product: Apple Iphone Os
CVE-2023-22337Same product: Apple Iphone Os
CVE-2023-39411Same product: Apple Iphone Os
CVE-2023-38131Same product: Apple Iphone Os
CVE-2023-39412Same product: Apple Iphone Os
CVE-2023-22292Same product: Apple Iphone Os
CVE-2023-22285Same product: Apple Iphone Os
CVE-2023-22448Same product: Apple Iphone Os
CVE-2023-39228Same product: Apple Iphone Os
CVE-2023-39221Same product: Apple Iphone Os

Affected Assets

intel
unison software
≤ 20.14.5683.0 · ≤ 20.14.4244 · ≤ 20.14.2.3053

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.4.1

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 bounds checking and input validation that prevent out-of-bounds buffer accesses.

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.

finds

Security testing in development can detect buffer-overrun defects before release.

prevents

Secure development life cycle includes buffer-handling practices that reduce out-of-bounds accesses.

prevents

Application security requirements can mandate bounds checking and safe memory APIs.

prevents

Secure architecture principles discourage unsafe pointer arithmetic and unbounded buffers.

prevents

Secure coding standards directly forbid writing or reading past buffer ends.

References