// 2 CRITICAL · 7 ZERO-DAY · 16 CVE · 14 EXPLOIT · 2 ADVISORY IN THE LAST 24H
ZDI-26-638 documents a remote code execution vulnerability in the WPS parser of Oracle Outside In Technology 8.5.8. The CVSS score is 7.8 and a coordinated patch was released on September 9, 2026.

On September 9, 2026, Trend Micro publicly disclosed ZDI-26-638, an advisory documenting a remote code execution vulnerability in the Oracle Outside In Technology component. The flaw, cataloged as CVE-2026-60414, resides in the parsing of WPS files — the WordPerfect format — and affects version 8.5.8 of the middleware. Oracle released a coordinated update the same day. The severity is high: the CVSS 3.1 score is 7.8 on the HIGH scale, with complete impact on confidentiality, integrity, and availability.

Key Takeaways
  • The vulnerability ZDI-26-638 (CVE-2026-60414) enables remote code execution via a malformed WPS file in the Oracle Outside In Technology 8.5.8 parser.
  • The attack vector requires user interaction: the user must open a malicious attachment or visit a web page serving the file.
  • The CVSS 3.1 score is 7.8 (HIGH) with vector AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H per the official CVE.org record.
  • The coordinated disclosure occurs 154 days after the initial report (April 8, 2026), on the same day as three other RCE advisories for GEM, PostScript, and PDF formats in the same product.

The Mechanism: Memory Corruption in WPS Parsing

The specific flaw is a memory corruption. According to the ZDI advisory, the issue stems from a lack of proper validation of user-supplied data in the WPS file parser. An attacker who crafts a malformed WordPerfect document can trigger memory corruption and achieve arbitrary code execution in the context of the process performing the parsing.

The WPS format — historically associated with WordPerfect and still present in legacy enterprise environments — does not require a complex exploit chain. The file is self-sufficient. The absence of additional barriers within the vulnerable process scope means the malicious code inherits the privileges of the service processing the document.

"The specific flaw exists within the parsing of WPS files. The issue results from the lack of proper validation of user-supplied data, which can result in a memory corruption condition." — Advisory ZDI-26-638

The Risk Profile: Local but High Impact

The CVSS vector indicates AV:L (Attack Vector: Local), not network. This means the attacker must somehow achieve execution of the file on the target system — typically via an email attachment or a web page that induces the download. The UI:R parameter confirms that user interaction is required: a person must open the file or visit the malicious page.

Despite the local component, the risk profile remains severe. The C:H, I:H, A:H parameters signal high impact across all three pillars of information security. The PR:N (Privileges Required: None) requirement indicates the attacker needs no pre-existing credentials. The combination of AC:L (Attack Complexity: Low) with PR:N and UI:R describes a scenario where technical difficulty is low and social engineering becomes the pivot of the offensive.

The ZDI advisory explicitly states the vulnerability "allows remote attackers to execute arbitrary code on affected installations." The term "remote" refers to the attacker's origin, not the technical network vector: the payload travels via document, execution occurs locally.

The Coordinated Timeline and Advisory Cluster

The initial report to ZDI dates to April 8, 2026. The 154 days between report and public disclosure fall within the typical coordination window for vulnerabilities of this complexity, especially when the vendor must integrate the fix into a planned release cycle.

The publication date — September 9, 2026 — is not coincidental. The same list of ZDI advisories published that day includes three other RCE vulnerabilities in the same Oracle Outside In Technology product, respectively affecting GEM, PostScript, and PDF formats. All four share the same CVSS 7.8 score and identical impact structure. The convergence suggests a systematic security audit or a coordinated research campaign on the middleware's multi-format parser.

This is relevant for security exposure management: it is not an isolated defect in the WPS format, but a broader pattern in the Oracle Outside In Technology parsing surface. Organizations using this component — often embedded in third-party products for document conversion and viewing — must evaluate the full range of managed formats, not just WordPerfect.

Immediate Actions

  • Apply the Oracle patch released September 9, 2026 for Oracle Outside In Technology 8.5.8, as indicated in advisory ZDI-26-638.
  • Identify which internal products and services incorporate the Outside In Core component, as the middleware is often distributed as an integrated library in third-party solutions.
  • Implement WPS-format attachment filtering at email gateways and web proxies, limiting exposure to the vector requiring user interaction.
  • Monitor execution logs of processes performing document parsing for memory anomalies or recurring crashes on WPS files, which may indicate exploit attempts.

Why the WPS Format Is Not a Marginal Detail

The WordPerfect format survives in enterprise niches where compatibility with historical archives is a business requirement. Its presence in middleware parsers like Oracle Outside In Technology highlights a common fracture in the software ecosystem: the need to support legacy formats exposes attack surfaces that the modern market has progressively abandoned, but that conversion systems must still handle.

The cluster of four RCE advisories published simultaneously by ZDI indicates this surface has been subject to methodical exploration. For organizations, the risk is not only the single CVE-2026-60414, but the awareness that legacy format parsers — often less scrutinized than mainstream ones — may harbor systematic vulnerability classes. Oracle's coordinated patching is a first step; complete mapping of products incorporating Outside In Technology remains an activity for end users.

Sources

Information verified against cited sources and current as of publication.

Sources


Sources and references
  1. zerodayinitiative.com
  2. cve.org
  3. trendmicro.com