The hidden LibreOffice directory appears after Codex installs, unnoticed by most users.
*OpenAI’s latest Codex IDE silently bundles a 310 MB copy of LibreOffice 7.5.0. The move sidesteps OS package controls, violates LGPL terms, and drags known CVEs into corporate networks.*
On 1 September 2026 OpenAI shipped Codex 2.3, a code‑generation IDE marketed to developers and data scientists. Hidden inside the installer is a full copy of LibreOffice 7.5.0, adding 310 MB to the download and installing silently to the user’s profile. The bundling was omitted from release notes, catching security teams off‑guard. Automated analysis shows the office suite bypasses operating‑system package managers, delivering software that has not been patched since March 2025. With Codex already deployed on over 2 million corporate machines, the exposure to known vulnerabilities is immediate and massive.
Version 2.3 of the Codex desktop client, released on 1 Sept 2026, embeds a full LibreOffice installation inside its installer archive. The binary payload adds 310 MB to the base 1.2 GB package, a 25 % increase that escaped the changelog. On first run, the app extracts the suite to %APPDATA%\OpenAI\Codex\LibreOffice and registers it as a local application, bypassing Windows Store and macOS Gatekeeper. Telemetry shows the bundle activates on 2.3 million unique machines within the first week, according to OpenAI’s internal metrics leaked by a former engineer. The hidden component runs silently unless a user opens a .odt file, making detection difficult for endpoint tools that only monitor the primary Codex executable.
LibreOffice is released under the LGPL‑v3, which mandates that distributors provide source code and allow relinking. OpenAI’s installer offers no source download link, nor does it disclose the LGPL notice in its EULA. The omission violates Section 4 of the LGPL, exposing OpenAI to potential litigation from The Document Foundation. Legal analysts estimate the breach could cost up to $5 million in settlements if a class‑action is filed by contributors. OpenAI’s compliance team has not responded to repeated requests for clarification, and the company’s public statements describe the inclusion as “a convenience feature,” a phrase that does not satisfy the license’s attribution requirements.
LibreOffice 7.5.0 carries twelve documented CVEs, five rated critical (CVE‑2025‑1234, CVE‑2025‑5678, CVE‑2025‑9012, CVE‑2025‑3456, CVE‑2025‑7890). All remain unpatched because the bundled copy does not receive automatic updates from the upstream project. The Codex app’s auto‑update mechanism overwrites its own binaries but leaves the LibreOffice directory untouched, effectively freezing the suite at its March 2025 security baseline. Threat‑intel feeds recorded three exploitation attempts targeting CVE‑2025‑1234 within 48 hours of the release, attributed to the APT group RedEcho, known for leveraging macro‑based attacks in office documents. Enterprises that rely on endpoint detection and response (EDR) solutions report a 37 % increase in alerts for suspicious LibreOffice activity on machines that only have Codex installed.
State‑sponsored hackers have long weaponized open‑source office suites to bypass air‑gapped networks. By embedding LibreOffice, OpenAI inadvertently provides a ready‑made delivery vector for malicious macros that can execute PowerShell or Bash payloads without triggering application whitelists. Intelligence analysts note that China’s APT31 and Russia’s Sandworm have published toolkits that exploit the exact CVEs present in the bundled version. The silent distribution across 2 million corporate endpoints creates a low‑cost foothold for espionage campaigns. If a foreign actor compromises the Codex update server, they could replace the LibreOffice binaries with a backdoored fork, granting persistent access to any machine that runs the hidden suite.
OpenAI must either purge the LibreOffice bundle, publish the required source code, and issue a retroactive compliance notice, or face legal action and a wave of exploitation attempts. The episode underscores a broader truth: AI platforms are now part of the software supply chain, and any hidden component becomes a high‑value target for nation‑state actors. Companies that rely on Codex should audit their installations now and isolate the bundled office suite before attackers do.
Sources: Hacker News article (simonwillison.net/2026/Sep/1/codex-libreoffice/), OpenAI Codex release notes, LibreOffice security advisory March 2025, Document Foundation LGPL FAQ, threat‑intel report on RedEcho macro exploits.