A maximum-severity, no-authentication-required remote code execution vulnerability in Oracle PeopleSoft PeopleTools 8.61 and 8.62 is being actively exploited, giving attackers full control over ERP systems holding sensitive HR, financial, and operational data.

Attackers are actively exploiting a near-perfect 9.8-out-of-10 severity vulnerability in Oracle PeopleSoft PeopleTools — one of the most widely deployed enterprise resource planning (ERP) platforms in the world — that requires absolutely no credentials, no user interaction, and nothing more than a network connection to completely take over a vulnerable system. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has confirmed the vulnerability's active exploitation status by adding CVE-2026-35273 to its Known Exploited Vulnerabilities (KEV) catalog, and Oracle released an emergency patch just two days ago, on June 10, 2026. If your organization runs PeopleSoft PeopleTools 8.61 or 8.62 and has not yet applied that patch, treat this as a five-alarm fire.
On June 10, 2026, Oracle published an out-of-band security alert for CVE-2026-35273, a critical remote code execution (RCE) vulnerability residing in the Updates Environment Management component of Oracle PeopleSoft Enterprise PeopleTools. The advisory describes the flaw in unambiguous terms: an unauthenticated attacker with network access via HTTP can fully compromise PeopleSoft Enterprise PeopleTools — Oracle's own language for a complete system takeover.
The CVE was reserved on April 1, 2026, suggesting Oracle was aware of the issue for over two months before public disclosure. The vulnerability was formally published to the CVE database on June 11, 2026, and within 24 hours, CISA's Vulnrichment team had enriched the record with a damning SSVC (Stakeholder-Specific Vulnerability Categorization) assessment: Exploitation: Active, Automatable: Yes, Technical Impact: Total. That three-word combination — active, automatable, total — is about as bad as it gets in vulnerability triage.
CISA's addition of CVE-2026-35273 to the KEV catalog means federal civilian executive branch agencies are under a binding directive to remediate the vulnerability on an expedited timeline. But the catalog's reach extends far beyond the federal government — it serves as the de facto prioritization signal for security teams across critical infrastructure, healthcare, finance, and higher education, all of which are among the heaviest users of PeopleSoft.
CISA's ADP enrichment identifies the root cause as CWE-306: Missing Authentication for Critical Function. This is not a subtle, hard-to-find logic error buried deep in cryptographic code. CWE-306 means that a function capable of causing severe harm — in this case, executing arbitrary code on a server — is simply not protected by any authentication gate. There is no username, no password, no session token, no API key standing between an anonymous internet user and full code execution on the affected server.
The vulnerable component is the Updates Environment Management subsystem within PeopleTools. PeopleTools is the underlying technical framework — think of it as the engine — upon which all Oracle PeopleSoft Enterprise Applications (HR, Financials, Supply Chain, Campus Solutions, etc.) are built. Compromising PeopleTools means compromising everything running on top of it.
Oracle's official CVE description states:
The CVSS 3.1 vector string tells the complete story in compact form:
1CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2 ^^^ ^^^ ^^^ ^^^ ^^^ ^^^ ^^^ ^^^3 | | | | | | | |4 Network | Low None None Unchanged| | Availability: HIGH5 Access Complexity Privileges Interaction Confidentiality: HIGH6 Integrity: HIGHBreaking down each component:
The resulting Base Score of 9.8 out of 10.0 places this firmly in the "Critical" severity tier, just two-tenths of a point away from the theoretical maximum.
The Updates Environment Management component in PeopleTools is responsible for managing the application of patches, updates, and change packages across PeopleSoft environments. It is, by design, a highly privileged subsystem — it needs the ability to modify application code, update database schemas, deploy new functionality, and restart services. An unauthenticated attacker who can send arbitrary commands to this component effectively inherits those same sweeping administrative privileges without ever presenting a single credential.
The attack surface is exposed via HTTP, meaning standard web application firewalls and TLS termination proxies do not mitigate the issue. As both the Oracle advisory and the CISA enrichment note, if the underlying HTTP protocol is affected, HTTPS variants are equally vulnerable — encryption protects data in transit, but it does nothing to stop a malicious payload from reaching and being processed by the vulnerable endpoint.
Based on the vulnerability profile and CVSS characteristics, here is how an exploitation sequence unfolds:
Step 1 — Reconnaissance An attacker performs internet-wide scanning (tools like Shodan, Censys, or custom scanners) looking for exposed Oracle PeopleSoft HTTP interfaces. PeopleSoft login portals and related web services have distinctive HTTP response headers, page titles, and URL patterns that make them trivially identifiable at scale. Given that CISA has rated this as Automatable: Yes, this reconnaissance and exploitation can be fully scripted and run against thousands of targets simultaneously.
Step 2 — Target Confirmation The attacker confirms the target is running PeopleTools 8.61 or 8.62 by examining version disclosure artifacts in HTTP responses, JavaScript files, or publicly accessible configuration endpoints — a common characteristic of enterprise Java-based ERP platforms.
Step 3 — Crafting the Malicious Request The attacker constructs an HTTP request targeting the Updates Environment Management component. Because the authentication check is missing (CWE-306), the request does not need to include any session cookie, Authorization header, or authentication token. The payload is delivered directly.
1# Conceptual illustration of the unauthenticated request pattern2# (Specific exploit details are not publicly available as of June 12, 2026)34POST /psc/[target_component]/[vuln_endpoint] HTTP/1.15Host: vulnerable-peoplesoft-instance.target.org6Content-Type: application/x-www-form-urlencoded7Content-Length: [payload_length]89[malicious_payload_targeting_updates_environment_management]Step 4 — Code Execution The vulnerable Updates Environment Management component processes the unauthenticated request and executes the attacker-controlled code in the security context of the PeopleSoft application server process — which, in most enterprise deployments, runs with substantial operating system privileges.
Step 5 — Post-Exploitation With arbitrary code execution established, the attacker can:
Vendor | Product | Affected Versions | Fixed Versions | Confidence |
|---|---|---|---|---|
Oracle Corporation | PeopleSoft Enterprise PeopleTools | 8.61 | Apply Oracle patch per June 10, 2026 advisory | High |
Oracle Corporation | PeopleSoft Enterprise PeopleTools | 8.62 | Apply Oracle patch per June 10, 2026 advisory | High |
Oracle Corporation | PeopleSoft Enterprise Applications (all modules: HCM, FSCM, CS, etc.) | Any version running on affected PeopleTools 8.61 or 8.62 | Patch underlying PeopleTools | Medium |
Oracle Corporation |
Oracle PeopleSoft is not a niche product. It is a cornerstone enterprise platform deployed by thousands of organizations globally across sectors where data sensitivity is highest:
Oracle's patch availability policy creates a critical secondary risk: organizations running PeopleTools versions older than 8.61 — which means any version outside the current Premier Support or Extended Support windows — will not receive a patch for CVE-2026-35273. Those organizations face the same vulnerability with zero vendor remediation path available. Their only option is to urgently upgrade to a supported version before they can even apply the security fix. In the meantime, they remain fully exposed.
CISA's SSVC assessment, timestamped June 12, 2026 at 17:47 UTC — just two days after Oracle's patch release — carries an Exploitation status of "active." This is not a theoretical or anticipated threat. Attackers are already scanning for and compromising vulnerable PeopleSoft instances right now.
The Automatable: Yes designation from CISA is equally alarming. It means that exploitation does not require human-in-the-loop targeting, bespoke tooling, or manual reconnaissance of each individual victim. An attacker can build a scanner that identifies vulnerable PeopleSoft instances and delivers a working exploit payload in a fully automated, high-volume campaign — the same operational model used in mass-exploitation events like the MOVEit, GoAnywhere, and Citrix Bleed incidents in recent years.
While specific threat actor groups and named campaigns have not yet been publicly attributed as of this writing, the combination of factors — unauthenticated network exploitation, automatable attack, total technical impact, and deployment in high-value enterprise environments — makes PeopleSoft a highly attractive target for:
Consider the full blast radius of a successful exploitation in a large university environment: an attacker gains unauthenticated code execution on the PeopleTools application server, extracts database credentials from the application configuration, connects to the backend Oracle Database, and exfiltrates records for hundreds of thousands of current and former students — including Social Security numbers, financial aid records, bank account information for direct deposit of refunds, and health insurance enrollment data. All of this happens silently, in minutes, with no alert fired if the organization lacks proper egress monitoring.
In a government deployment, the same attack chain could expose federal employee personnel records — a category of data that has historically been among the most sought-after targets for state-sponsored actors, as demonstrated by the 2015 OPM breach.
In a healthcare context, the exposed data may include not just HR records but also the clinical staffing schedules and workforce management data that, if encrypted by ransomware, could directly impact patient care delivery.
https://www.oracle.com/security-alerts/alert-cve-2026-35273.html and download the Patch Availability Document for your specific PeopleTools version (8.61 or 8.62).These controls reduce, but do not eliminate, risk. They should be treated as temporary bridges to full patching, not permanent mitigations:
Given that active exploitation is confirmed, assume that some organizations reading this have already been compromised. Here is what to look for:
Web and Application Server Log Analysis:
200 OK responses to requests that should normally require authentication and would otherwise return 302 Redirect to Login or 401 Unauthorized.\xac\xed\x00\x05) in POST body parameters.Operating System and Process Monitoring:
psadmin, psappsrv, or related JVM processes spawning shells like sh, bash, python, perl, or curl/wget). On Windows, watch for PsAdminSvc.exe or java.exe spawning cmd.exe or powershell.exe..jsp, .jspx, .war, .sh, .ps1, or other executable extensions that were not deployed through normal change management processes.Database Monitoring:
SIEM/EDR Correlation:
CVE-2026-35273 is not an isolated incident. It is the latest chapter in a troubling pattern: unauthenticated remote code execution vulnerabilities in enterprise ERP and middleware platforms are being weaponized faster than ever. The gap between Oracle's patch release on June 10 and CISA's confirmation of active exploitation by June 12 — just 48 hours — illustrates a grim operational reality facing defenders. Attackers are operationalizing patches as reverse-engineering roadmaps, identifying the vulnerability from the patch diff and deploying working exploits faster than most enterprise patch cycles can respond.
The specific root cause — CWE-306, Missing Authentication for Critical Function — in a component as sensitive as the Updates Environment Management subsystem raises important questions about Oracle's secure development lifecycle practices. A function capable of deploying application updates and modifying system configurations should be among the most heavily fortified entry points in any enterprise platform, surrounded by multiple layers of authentication and authorization controls. Finding a complete absence of authentication on such a component in a product as mature as PeopleSoft is deeply concerning.
Organizations should also treat this vulnerability as a forcing function for a broader architectural conversation. PeopleSoft instances — even those that are fully patched — should not be directly internet-facing without significant additional defensive architecture: reverse proxies, WAFs, network segmentation, privileged access management (PAM) controls for administrative functions, and continuous behavioral monitoring. Many organizations inherited their PeopleSoft deployment architectures from an era when "enterprise software" implied a private corporate network. That era is over.
Finally, watch the threat intelligence space over the coming days and weeks carefully. As security researchers begin reverse-engineering Oracle's patch to understand the precise vulnerability mechanics, the likelihood of a public proof-of-concept exploit increases significantly. The window for quiet, low-profile patching is closing rapidly. Organizations that have not acted by the time a reliable, public PoC circulates will face an exponentially higher threat volume.
Oracle's strong recommendation — treat this as a high-priority risk reduction measure and apply patches immediately — should be treated as the floor, not the ceiling, of your response. The active exploitation status confirmed by CISA means the appropriate response posture is emergency incident response readiness, not standard patch cycle scheduling.
Earlier, unsupported PeopleTools versions |
Likely affected (no patch will be provided) |
Must upgrade to supported version first |
Medium |