Cyber Resilience

CVE-2019-10173

RCE in Oracle Utilities Framework 4.3.0.1.0 – 4.3.0.6.0

Published
23 July 2019
Modified
14 May 2025
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.95 99.9th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2019-10173 is a critical-severity Code Injection (CWE-94) vulnerability in Oracle Utilities Framework. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

It was found that xstream API version 1.4.10 before 1.4.11 introduced a regression for a previous deserialization flaw. If the security framework has not been initialized, it may allow a remote attacker to run arbitrary shell commands when unmarshalling XML…

more

or any supported format. e.g. JSON. (regression of CVE-2013-7285)

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1203 Exploitation for Client Execution Executionconfidence: HIGH
Untrusted XML/JSON input triggers arbitrary command execution via deserialization without security framework initialization.
T1059.004 Unix Shell Executionconfidence: HIGH
Successful exploitation results in execution of arbitrary shell commands on the target system.
T1190 Exploit Public-Facing Application Initial Accessconfidence: MEDIUM
Remote attacker can exploit the flaw in a publicly exposed application that uses XStream unmarshalling.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2021-29505Same product: Oracle Business Activity Monitoring
CVE-2021-39144Same product: Oracle Business Activity Monitoring
CVE-2021-21345Same product: Oracle Banking Platform
CVE-2020-2555Same product: Oracle Communications Diameter Signaling Router
CVE-2021-21346Same product: Oracle Banking Platform
CVE-2021-21351Same product: Oracle Banking Platform
CVE-2021-21344Same product: Oracle Banking Platform
CVE-2026-35300Same vendor: Oracle
CVE-2018-3245Same vendor: Oracle
CVE-2015-4852Same vendor: Oracle

Affected Assets

xstream
xstream
1.4.10
oracle
banking platform
2.4.0, 2.7.1, 2.9.0 · 2.4.0 — 2.10.0
oracle
business activity monitoring
11.1.1.9.0, 12.2.1.3.0, 12.2.1.4.0
oracle
communications billing and revenue management elastic charging engine
11.3.0.9.0, 12.0.0.3.0
oracle
communications diameter signaling router
8.0.0 — 8.2.2
oracle
communications unified inventory management
7.3.0, 7.4.0
oracle
endeca information discovery studio
3.2.0, 3.2.0.0
oracle
retail xstore point of service
17.0
oracle
utilities framework
2.2.0.0.0, 4.2.0.2.0, 4.2.0.3.0, 4.4.0.0.0 · 4.3.0.1.0 — 4.3.0.6.0
oracle
webcenter portal
11.1.1.9.0, 12.2.1.3.0, 12.2.1.4.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.3.1

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-502 CWE-94

Untrusted serialized data can be deserialized and observed inside the chamber, blocking gadget-chain exploitation outside the sandbox.

addresses: CWE-94 CWE-502

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-502

Penetration testing supplies malicious serialized objects, detecting unsafe deserialization and supporting corrective actions.

addresses: CWE-502

Evaluation of untrusted data handling (deserialization testing) reveals unsafe processing, which the required remediation process addresses.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

addresses: CWE-502

Identifies and blocks malicious code introduced through deserialization of untrusted data at system boundaries.

addresses: CWE-502

Integrity verification of serialized information can detect tampering before deserialization occurs.

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

PR.PS-06's SDLC practices directly target injection flaws via secure coding and testing (mostly), yet as a single broad outcome it leaves many code-generation specifics unaddressed (partial).

PR.DS-10 none match
prevents

PR.DS-10 protects runtime data confidentiality/integrity but has no bearing on neutralizing externally influenced input during code generation, so neither direction shows any preventive effect.

PR.PS-02 none match
prevents

PR.PS-02 addresses only post-deployment updates/patching and cannot prevent introduction of unsafe deserialization code, yet it can remediate some instances when the flaw exists in outdated libraries or components.

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 includes validation of deserialization routines and the use of untrusted data, reducing the likelihood that unsafe object reconstruction will be deployed.

prevents

Banning unapproved code samples and unauthenticated web services, combined with secure-coding standards and SAST, prevents the dynamic generation or inclusion of attacker-supplied code.

detects

Regular scanning of third-party libraries and timely patching reduce the likelihood that unsafe deserialization vulnerabilities remain active.

none

Controls that restrict unauthorized or malicious code from being introduced via external networks or removable media limit opportunities for an attacker to inject and execute arbitrary code.

References