Cyber Resilience

CVE-2025-53063

Memory Safety in Oracle Peoplesoft Enterprise Peopletools 8.60 … 8.62

Published
21 October 2025
Modified
23 October 2025
Patch / advisory
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0021 11th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-53063 is a medium-severity Out-of-bounds Read (CWE-125) vulnerability in Oracle Peoplesoft Enterprise Peopletools. Its CVSS base score is 5.4 (Medium).

Operationally, ranked at the 11th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Vulnerability in the PeopleSoft Enterprise PeopleTools product of Oracle PeopleSoft (component: PIA Core Technology). Supported versions that are affected are 8.60, 8.61 and 8.62. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise PeopleSoft Enterprise…

more

PeopleTools. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in PeopleSoft Enterprise PeopleTools, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of PeopleSoft Enterprise PeopleTools accessible data as well as unauthorized read access to a subset of PeopleSoft Enterprise PeopleTools accessible data. CVSS 3.1 Base Score 5.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N).

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-53048Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-53055Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-21530Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-53065Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2023-21845Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2023-21844Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2023-21916Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2023-22014Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2023-21981Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2024-20949Same vendor: Oracle

Affected Assets

oracle
peoplesoft enterprise peopletools
8.60, 8.61, 8.62

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access rules to block the unauthorized data updates, inserts, deletes, and reads achieved by the low-privileged HTTP attacker.

prevent

Requires validation of all HTTP inputs to stop the malformed data that triggers the CWE-125 out-of-bounds read.

prevent

Applies memory-access protections that limit the ability of an out-of-bounds read to disclose or alter PeopleSoft data.

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 such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

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 and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References