Cyber Resilience

CVE-2026-47015

Open Redirect in Oracle Peoplesoft Enterprise Peopletools 8.62

Published
21 July 2026
Modified
27 July 2026
Patch / advisory
CVSS Score v3.1 7.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:L
EPSS Score 0.0018 7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-47015 is a high-severity Open Redirect (CWE-601) vulnerability in Oracle Peoplesoft Enterprise Peopletools. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Spearphishing Link (T1566.002); ranked at the 7th 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 SI-15 (Information Output Filtering) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Vulnerability in the PeopleSoft Enterprise PeopleTools product of Oracle PeopleSoft (component: PIA Core Technology). The supported version that is affected is 8.62. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise PeopleSoft Enterprise PeopleTools. Successful attacks…

more

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 and unauthorized ability to cause a partial denial of service (partial DOS) of PeopleSoft Enterprise PeopleTools. CVSS 3.1 Base Score 7.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L).

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

CWE-601 open redirect in a web app directly facilitates crafting trusted-looking malicious links for spearphishing (T1566.002) and user execution via links (T1204.001).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-47048Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-47051Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-47026Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2024-21065Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-61750Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-21938Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-53048Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-30748Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-53061Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-30747Same product: Oracle Peoplesoft Enterprise Peopletools

Affected Assets

oracle
peoplesoft enterprise peopletools
8.62

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-15 Information Output Filtering
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CWE-601 by validating redirect URLs in HTTP requests to ensure they point only to trusted destinations within PeopleSoft PIA.

prevent

Filters outbound redirect responses to block untrusted or attacker-supplied URLs that could lead to scope-changing impacts.

prevent

Enforces information flow rules on HTTP redirects, limiting unauthorized redirection paths that unauthenticated attackers exploit via crafted links.

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 input validation and untrusted-redirect controls that prevent CWE-601.

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.

mitigates

Preventing access to attacker-controlled or malicious sites stops users from being redirected to untrusted locations via open-redirect or phishing links.

References