Cyber Resilience

CVE-2025-53055

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 6.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0023 14th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

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

Operationally, ranked at the 14th 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 SI-10 (Information Input Validation) and AC-3 (Access Enforcement) — 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 unauthenticated attacker with network access via HTTP to compromise PeopleSoft Enterprise PeopleTools.…

more

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 6.1 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/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-53063Same 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.62

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-7 Boundary Protection
  • AC-3 Access Enforcement
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 mitigates the CWE-125 out-of-bounds read by validating all HTTP request inputs before processing in PIA Core Technology.

prevent

Boundary protection at the network perimeter can restrict or inspect unauthenticated HTTP traffic targeting the vulnerable PeopleSoft endpoints.

prevent

Enforces access control decisions on PeopleSoft data objects, limiting unauthorized insert/update/delete or read actions even if the PIA vulnerability is triggered.

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