Cyber Resilience

CVE-2023-48694

Memory Safety in Eclipse Threadx Usbx ≤ 6.3.0

Published
05 December 2023
Modified
27 October 2025
CVSS Score v3.1 6.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.013 69th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2023-48694 is a medium-severity Expired Pointer Dereference (CWE-825) vulnerability in Eclipse Threadx Usbx. Its CVSS base score is 6.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 31% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

Azure RTOS USBX is a USB host, device, and OTG embedded stack integrated with Azure RTOS ThreadX. Versions 6.2.1 and below contain expired pointer dereference and type confusion vulnerabilities (CWE-825 and CWE-843) in the host stack and host class components. The affected functions relate to device-linked classes including ASIX, Prolific, SWAR, audio, and CDC ECM, and these flaws enable remote code execution.

An attacker can exploit the issues to achieve code execution with high impact on confidentiality, integrity, and availability. The CVSS 3.1 score of 6.8 reflects an attack vector requiring physical access, low attack complexity, and no privileges or user interaction.

The GitHub security advisory for this CVE states that fixes are included in USBX release 6.3.0 and recommends that users upgrade, noting there are no known workarounds. The associated EPSS score has remained flat at a peak of 0.0745 with no material rise after disclosure.

EU & UK References

Vulnerability Data

Azure RTOS USBX is a USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Azure RTOS ThreadX. An attacker can cause remote code execution due to expired pointer dereference and type confusion vulnerabilities in Azure RTOS…

more

USBX. The affected components include functions/processes in host stack and host class, related to device linked classes, ASIX, Prolific, SWAR, audio, CDC ECM in RTOS v6.2.1 and below. The fixes have been included in USBX release 6.3.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.

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.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
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.
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-2025-55096Same product: Eclipse Threadx Usbx
CVE-2023-48696Same product: Eclipse Threadx Usbx
CVE-2023-48698Same product: Eclipse Threadx Usbx
CVE-2025-55099Same product: Eclipse Threadx Usbx
CVE-2025-55098Same product: Eclipse Threadx Usbx
CVE-2025-55097Same product: Eclipse Threadx Usbx
CVE-2025-55100Same product: Eclipse Threadx Usbx
CVE-2023-48697Same product: Eclipse Threadx Usbx
CVE-2023-48695Same product: Eclipse Threadx Usbx
CVE-2025-55095Same product: Eclipse Threadx Usbx

Affected Assets

eclipse
threadx usbx
≤ 6.3.0

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.5.2
  • V3.2.3
  • V15.3.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-development practices directly prevent coding errors such as use-after-free while one CWE contributes only modestly to the full control.

ID.AM-08 partial match
prevents

Lifecycle management includes secure development and maintenance phases that reduce memory-safety defects.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover use-after-free flaws via scanning or analysis.

PR.PS-02 partial match
prevents

Routine patching and replacement can eliminate known instances of expired-pointer bugs.

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 can detect use-after-free issues, but removing this weakness alone does not fulfill the testing control.

prevents

Secure development lifecycle practices can include pointer lifetime and memory-management rules that reduce expired-pointer dereferences.

prevents

Application security requirements may mandate safe memory handling, but eliminating this single weakness does not satisfy the broader requirement.

prevents

Secure architecture and engineering principles can prescribe memory-safety patterns, yet fixing only this weakness does not achieve the control.

prevents

Secure coding standards directly address pointer lifetime and deallocation discipline, substantially mitigating expired-pointer dereference.

prevents

Change-management processes can require re-validation of memory safety after modifications, indirectly reducing the weakness.

References