Cyber Resilience

CVE-2026-47026

Open Redirect in Oracle Peoplesoft Enterprise Peopletools 8.61 … 8.62

Published
21 July 2026
Modified
27 July 2026
Patch / advisory
CVSS Score v3.1 7.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
EPSS Score 0.0027 19th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19th 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-4 (Information Flow Enforcement) — 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: OpenSearch Dashboards). Supported versions that are affected are 8.61 and 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 access to critical data or complete access to all PeopleSoft Enterprise PeopleTools accessible data. CVSS 3.1 Base Score 7.4 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N).

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
Why these techniques?

CWE-601 open redirect in public-facing PeopleSoft web app enables network-based exploitation with user interaction to access sensitive data.

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

CVEs Like This One

CVE-2026-47051Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-47015Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2025-61750Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-21938Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-60152Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-34307Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-47048Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-35273Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-47049Same product: Oracle Peoplesoft Enterprise Peopletools
CVE-2026-21934Same product: Oracle Peoplesoft Enterprise Peopletools

Affected Assets

oracle
peoplesoft enterprise peopletools
8.61, 8.62

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
  • SC-7 Boundary Protection
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 all redirect URLs supplied via HTTP parameters to ensure they point only to trusted domains within PeopleSoft.

prevent

Enforces information flow rules that restrict HTTP redirects to approved destinations, blocking the open-redirect path that leads to scope-changed data exposure.

prevent

Boundary protection at the web tier can drop or rewrite unauthorized redirect responses before they reach the unauthenticated attacker-supplied link.

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