Oracle August 2026 CSPU: Nine Vulnerabilities in Agile Engineering Data Management 6.2.1, Including Unauthenticated Web Services Security Flaws (CVE-2026-71052, CVE-2026-71053)
Oracle August 2026 CSPU (TL-2026-2064) is a critical-severity software vulnerability scored CVSS 8.8, first published 2026-08-18. It has no confirmed attribution, affects Oracle Corporation Oracle Agile Engineering Data Management, references 9 CVEs (CVE-2026-71052, CVE-2026-71053, CVE-2026-70691), maps to 8 MITRE ATT&CK techniques (T1190, T1204, T1213), and is covered by 9 detection rules and 9 indicators of compromise.
Key facts for TL-2026-2064
- Threat ID
- TL-2026-2064
- Severity
- CRITICAL
- CVSS
- 8.8 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
- Status
- ACTIVE
- Category
- VULNERABILITY
- First published
- 2026-08-18
- Last reviewed
- 2026-08-18
- Attribution confidence
- LOW
- Motivation
- UNKNOWN
- Target sectors
- manufacturing, aerospace-defense, automotive, industrial-equipment, high-technology, life-sciences, consumer-goods
- Target regions
- Global, australia
- Detection rules
- 9
- Indicators of compromise
- 9
Oracle's August 18, 2026 Critical Security Patch Update (CSPU) for Oracle Supply Chain patches nine newly disclosed vulnerabilities in Oracle Agile Engineering Data Management 6.2.1. The most severe, CVE-2026-71052 (CVSS 8.8), is a low-privileged, network-exploitable Web Services Security flaw enabling full system takeover; CVE-2026-71053 (CVSS 8.1) is an unauthenticated variant of the same component flaw. No public PoC exploit code or CISA KEV listing exists as of publication.
How Oracle August 2026 CSPU works
Oracle Agile Engineering Data Management (Agile EDM) is the engineering/PLM data-management module of Oracle's legacy on-premises Agile PLM suite, used by product-centric organizations in manufacturing, aerospace and defense, automotive, industrial equipment, high-technology, life-sciences, and consumer-goods sectors to manage bills of materials, engineering change orders, and product records. Per Oracle's own Agile EDM Security Guide (edmsc.pdf), the product runs as a WebLogic/J2EE application, exposes its Engineering Communication Interface (ECI) as a web-service endpoint, and authenticates users via LDAP, Kerberos-based Java-client SSO, or WebLogic SAML SSO, typically fronted by an Apache HTTPD SSL reverse proxy — the 'Web Services Security' component patched in this CSPU is the layer responsible for enforcing those authentication/authorization boundaries on ECI's HTTP/SOAP surface. On 2026-08-18 Oracle's August Critical Security Patch Update (CSPU, cspuaug2026.html) for the Oracle Supply Chain product family patched nine new CVEs against Agile EDM version 6.2.1, all published to NVD the same day and all referencing the CSPU advisory; NVD has not yet published CWE assignments for any of the nine as of this research pass (re-verified directly against each of the nine individual NVD JSON API 2.0 records this pass — a typical lag for freshly disclosed vendor-sourced CVEs, and consistent with the vendor advisory page itself, plus its verbose risk-matrix variant, both still returning HTTP 403 to unauthenticated automated fetch).
The two highest-severity flaws are both in the Web Services Security component: CVE-2026-71052 (CVSS 3.1 8.8, AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) lets a low-privileged, network-based attacker reach full compromise via an 'easily exploitable' HTTP-reachable flaw, and CVE-2026-71053 (CVSS 3.1 8.1, AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H) is a 'difficult to exploit' unauthenticated variant of the same weakness — together matching the AusCERT/hunt-stage description of 'an unauthenticated attacker... via HTTP' plus 'a separate... flaw allowing a low-privileged network attacker to potentially take over the product.' A second cluster of five CVEs affects the Engineering Communication Interface component with materially different attack profiles confirmed against NVD: CVE-2026-70703 (CVSS 8.2, AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N — scope-changed, network-exploitable, unauthorized create/delete/modify of critical data); CVE-2026-70709 (CVSS 4.8, AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N — unauthenticated network attacker gets unauthorized read access to a subset of data plus unauthorized update/insert/delete on accessible data — Oracle's own NVD-sourced description explicitly names both the read and the write/delete access, the strongest textual evidence in this batch for a data-manipulation impact); CVE-2026-70697 (CVSS 7.0, AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H — local low-privileged attacker, difficult to exploit, full takeover); CVE-2026-70693 (CVSS 6.3, AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H — local high-privileged attacker AND user interaction from a separate party required); and CVE-2026-70691 (CVSS 7.5, AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H — unauthenticated attacker with physical/adjacent-network access to the communication segment, full takeover). Two remaining CVEs affect the Install component and require existing high-privilege local logon to the infrastructure: CVE-2026-70698 (CVSS 6.7, AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H, easily exploitable) and CVE-2026-70712 (CVSS 6.4, AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H, difficult to exploit) — both describe an already-privileged local user abusing a flaw in the Install component's execution path to escalate beyond their granted scope to complete product takeover, rather than gaining privilege from an unprivileged baseline.
Agile EDM 6.2.1 has a recurring pattern of critical, unauthenticated, network-reachable flaws in this same Web Services Security component, and this research pass confirmed a third sibling in the pattern beyond what was previously documented. Oracle's prior CPU one month earlier (cpujul2026.html, 2026-07-21) disclosed two CVEs against the identical product/version: CVE-2026-61186 (CVSS 3.1 9.4, AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H), unauthenticated-network-HTTP, explicitly granting 'unauthorized creation, deletion or modification access to critical data' and causing denial-of-service, classified under CWE-284 (Improper Access Control), CWE-306 (Missing Authentication for Critical Function), CWE-400 (Uncontrolled Resource Consumption), and CWE-732 (Incorrect Permission Assignment); and CVE-2026-61187 (CVSS 3.1 2.8, AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L, CWE-404 Improper Resource Shutdown or Release), a lower-severity flaw requiring local low-privilege access AND user interaction from a third party to trigger a partial denial of service — a distinct resource-handling weakness class from CVE-2026-61186's uncontrolled-consumption DoS. These July CWEs are confirmed only for the two July sibling flaws, not (yet) assigned to the nine August CVEs, but describe the same weakness classes recurring in the same component/product. A sibling Oracle Agile product, Agile Product Lifecycle Management for Process (Supplier Portal component, v6.2.4), separately received a CVSS 9.8 unauthenticated RCE-class fix (CVE-2026-21969, AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H, 'easily exploitable... can result in takeover') via the January 2026 CPU. As of this research (2026-08-18), none of the eleven Agile EDM/Agile PLM CVEs identified across the three most recent Oracle patch cycles (the nine August CVEs, CVE-2026-61186, CVE-2026-61187, and CVE-2026-21969) appear in the CISA KEV catalog (re-checked this pass: catalog version 2026.08.18, 1,670 entries, no matches), and no public proof-of-concept exploit code, Metasploit module, or exploit-database entry was located for any of them via direct search. The originating AusCERT bulletin (ASB-2026.0196) is member-gated — confirmed unreachable (login wall) on direct fetch — consistent with the HUNT-stage finding that Oracle's own advisory page (cspuaug2026.html and its verbose risk-matrix variant, both re-checked this pass) returns HTTP 403 to unauthenticated automated fetches.
The broader Oracle Agile PLM product family has a documented history of active exploitation that is directly relevant context for exploitability assessment, even though it involves a different, now-discontinued product version. On 2024-11-20 Oracle patched CVE-2024-21287 (CVSS 7.5), an unauthenticated information-disclosure flaw in Oracle Agile Product Lifecycle Management (Agile PLM) version 9.3.6 — discovered and reported by CrowdStrike researchers Joel Snape and Lutz Wolf — that was under active in-the-wild exploitation prior to patching: per Oracle VP of security assurance Eric Maurice, 'an unauthenticated perpetrator could download, from the targeted system, files accessible under the privileges used by the PLM application,' granting 'complete access to all Agile PLM Framework accessible data' with no authentication. Agile PLM 9.3.6 was discontinued by Oracle in April 2024 (premier support ends 2027-12-31) and is a materially different codebase/version from the currently-supported Agile EDM 6.2.1 branch this threat concerns — this precedent is NOT evidence that any of the August 2026 or July 2026 CVEs are being exploited, but it establishes that unauthenticated, HTTP-reachable data-access flaws in the Oracle Agile product line have previously been targeted by real-world attackers, reinforcing the priority of patching the current CSPU promptly despite the absence of KEV/PoC evidence for these specific CVEs.
MITRE ATT&CK techniques used in TL-2026-2064
Initial Access
T1190 Exploit Public-Facing Application
Execution
Collection
T1213 Data from Information Repositories
Impact
T1485 Data Destruction; T1499.004 Application or System Exploitation; T1565.001 Stored Data Manipulation
Privilege Escalation
T1548 Abuse Elevation Control Mechanism
Reconnaissance
Affected products and versions in Oracle August 2026 CSPU
- Oracle Corporation — Oracle Agile Engineering Data Management
Vulnerable versions: 6.2.1; 6.2.1.0
Fixed in: Patched via Oracle August 2026 CSPU (cspuaug2026.html); no fixed version number published outside the patch set
Remediation for Oracle August 2026 CSPU
Patches
- Oracle August 2026 Critical Security Patch Update — https://www.oracle.com/security-alerts/cspuaug2026.html
Immediate actions
- Apply Oracle's August 2026 Critical Security Patch Update (cspuaug2026.html) to all Oracle Agile Engineering Data Management 6.2.1 instances without delay; Oracle rates multiple flaws in this update as remotely exploitable without authentication
- Restrict network/HTTP access to the Agile Engineering Data Management Web Services Security and Engineering Communication Interface endpoints to trusted management networks only, pending patch deployment
- Inventory and audit any Agile EDM instances that are directly internet-accessible (including via Shodan/Censys-style exposure scans); place them behind VPN/firewall segmentation immediately if currently exposed
- Review LDAP/Kerberos/WebLogic-SAML SSO and Apache HTTPD reverse-proxy configuration against Oracle's Agile EDM Security Guide to confirm the Web Services Security authentication boundary is enforced ahead of patching
- Confirm the July 2026 CPU (CVE-2026-61186, CVE-2026-61187) was already applied — the August CSPU does not supersede it, and both months target the same Web Services Security / resource-handling weakness classes on the same product version
Workarounds
- No vendor-published workaround exists beyond applying the CSPU; Oracle's standard guidance is that the patch is strongly recommended, with network access restriction only as an interim compensating control
Longer-term hardening
- Evaluate migration of legacy on-premises Agile PLM/Agile EDM deployments toward a currently-supported, actively patched PLM platform — Oracle positions Agile PLM as a legacy product line, and the 2024 in-the-wild exploitation of the now-discontinued Agile PLM 9.3.6 (CVE-2024-21287) illustrates the real-world exploitation risk of running end-of-life Agile family products
- Deploy WAF/IPS signatures for anomalous SOAP/HTTP requests against Agile EDM Web Services Security and Engineering Communication Interface endpoints
- Implement network segmentation isolating engineering/PLM systems from general corporate and internet-facing networks to blunt both the network-based and adjacent-network (AV:A) flaws in this CSPU
- Restrict local/infrastructure logon rights on Agile EDM hosts to reduce the population of users who could chain the Install-component high-privilege escalation flaws (CVE-2026-70698, CVE-2026-70712)
CVEs associated with Oracle August 2026 CSPU
CVE-2026-71052, CVE-2026-71053, CVE-2026-70691, CVE-2026-70693, CVE-2026-70697, CVE-2026-70698, CVE-2026-70703, CVE-2026-70709, CVE-2026-70712
Timeline of Oracle August 2026 CSPU
- Oracle patches CVE-2024-21287 (CVSS 7.5), an unauthenticated information-disclosure flaw in the discontinued Oracle Agile PLM 9.3.6 that was under active in-the-wild exploitation prior to patching, discovered and reported by CrowdStrike researchers Joel Snape and Lutz Wolf; per Oracle's VP of security assurance, an unauthenticated attacker could download files with the privileges of the PLM application. A different, now-discontinued product version from the current Agile EDM 6.2.1, but real-world precedent for unauthenticated HTTP data-access exploitation in the Oracle Agile product family.
- Oracle's January 2026 CPU discloses CVE-2026-21969 (CVSS 9.8), an unauthenticated RCE-class flaw in the Supplier Portal component of the sibling product Oracle Agile Product Lifecycle Management for Process v6.2.4 — establishing a pattern of critical unauthenticated flaws across the Oracle Agile PLM product family.
- The same July 2026 CPU also discloses CVE-2026-61187 (CVSS 2.8, CWE-404 Improper Resource Shutdown or Release) against Agile Engineering Data Management 6.2.1 — a lower-severity partial-DoS flaw requiring local low-privilege logon plus third-party user interaction, distinct in weakness class from CVE-2026-61186's uncontrolled-resource-consumption DoS; identified during a deeper research pass via OpenCVE and confirmed directly against NVD.
- Oracle's July 2026 CPU (cpujul2026.html) discloses CVE-2026-61186 (CVSS 9.4, CWE-284/306/400/732), a prior unauthenticated, network-exploitable Web Services Security flaw in the same product and version — Oracle Agile Engineering Data Management 6.2.1 — one month before this CSPU, granting unauthorized data create/delete/modify and causing denial-of-service.
- As of this research pass, none of the nine August 2026 CVEs (nor CVE-2026-61186, CVE-2026-61187, or CVE-2026-21969) appear in the CISA Known Exploited Vulnerabilities catalog (re-checked this pass: catalog version 2026.08.18, 1,670 entries), and no public proof-of-concept exploit code, Metasploit module, or exploit-database entry was located for any of them via direct targeted search.
- Oracle's public advisory page (cspuaug2026.html) and its verbose risk-matrix variant both return HTTP 403 to unauthenticated automated fetch attempts, restricting direct access to the vendor's own per-CVE risk-matrix detail at publication time; re-confirmed unreachable on both pages during this deeper research pass.
- NVD publishes all nine associated CVEs (CVE-2026-71052, -71053, -70691, -70693, -70697, -70698, -70703, -70709, -70712) spanning the Web Services Security, Engineering Communication Interface, and Install components of Agile Engineering Data Management 6.2.1, with CWE assignment still pending analysis for all nine — reconfirmed individually against each NVD JSON API 2.0 record during this research pass, with no new CWE data published since the prior pass.
- Oracle publishes the August 2026 Critical Security Patch Update (cspuaug2026.html) for Oracle Supply Chain products, including nine new fixes for Oracle Agile Engineering Data Management 6.2.1.
- AusCERT publishes bulletin ASB-2026.0196 tracking the Oracle CSPU for its membership; CVE identifiers, CVSS scores, and resolution guidance are redacted behind AusCERT's member-only portal for non-member access, confirmed unreachable on direct fetch.
Sources cited for Oracle August 2026 CSPU
- Oracle Critical Security Patch Update Advisory - August 2026
- NVD - CVE-2026-71052
- NVD - CVE-2026-71053
- NVD - CVE-2026-70703
- NVD - CVE-2026-70709
- CVE Dictionary Entry - CVE-2026-70709
- NVD - CVE-2026-70698
- NVD - CVE-2026-70697
- NVD - CVE-2026-70693
- NVD - CVE-2026-70691
- NVD - CVE-2026-70712
- Oracle Critical Patch Update Advisory - July 2026
- NVD - CVE-2026-61186 (prior Agile EDM 6.2.1 Web Services Security flaw, July 2026 CPU)
- NVD - CVE-2026-61187 (prior Agile EDM 6.2.1 resource-shutdown DoS flaw, CWE-404, July 2026 CPU)
- Oracle Critical Patch Update Advisory - January 2026
Threats related to Oracle August 2026 CSPU
- Critical GitLab GraphQL Flaw (CVE-2026-19478, CVSS 9.4) Could Let Unauthenticated Attackers Delete Public Projects
- SAP Patches Critical Code Injection, Memory Corruption Vulnerabilities (CVE-2026-58231, CVSS 10.0)
- Multiple Zscaler Client Connector Flaws Enable Remote Code Execution (CVE-2026-59568)
- 91 Spring Framework CVEs Disclosed by Broadcom, Including Critical Deserialization Flaw CVE-2026-59285
- AI-Assisted "HTTP Terminator" Uncovers Novel HTTP Desync Techniques and Apache Traffic Server Zero-Day (CVE-2026-63078)
- AnyDesk "Send Support Information" Link-Following Denial-of-Service (CVE-2026-15682)
Detection coverage for TL-2026-2064
As of 2026-08-18, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2064 across Splunk SPL, Microsoft KQL and Sigma, covering 9 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.