// 1 CRITICAL · 7 ZERO-DAY · 8 CVE · 8 EXPLOIT IN THE LAST 24H
The ZDI-26-419 vulnerability (CVE-2026-48272) in Adobe Creative Cloud Desktop enables local privilege escalation to SYSTEM via CWE-427. A patch is available in version 6.10.0.252.3.

On July 15, 2026, the Trend Micro Zero Day Initiative publicly disclosed ZDI-26-419, a flaw in the AdobeUpdateService of Adobe Creative Cloud Desktop that turns the update mechanism into a privilege escalation vector. A user with limited local access can achieve code execution with SYSTEM privileges, the highest local level on Windows. The coordinated disclosure follows 122 days of private reporting, with a patch available.

Key Takeaways
  • The CVE-2026-48272 flaw is classified as CWE-427 (Uncontrolled Search Path Element) with a CVSS 3.1 score of 7.8, HIGH severity.
  • The AdobeUpdateService loads a library from an unsecured location, allowing escalation to SYSTEM.
  • Adobe released the fix in Creative Cloud Desktop Application version 6.10.0.252.3.
  • Adobe is not aware of active in-the-wild exploits at the time of the advisory.

How the Update Service Became the Attack Surface

The AdobeUpdateService is designed to keep Creative Cloud suite products updated. This task requires elevated privileges: it must write program files and modify system configurations. The service starts automatically at boot, regardless of which user is logged in.

This architecture places it among Windows services running with SYSTEM identity. When a process with these privileges loads code from a user-controllable location, the risk of escalation is inherent.

According to the ZDI-26-419 advisory, the service "loads a library from an unsecured location." The source does not specify the library name or the exact path. This is documented CWE-427: a missing control over where the privileged binary searches for its executable code.

"The specific flaw exists within the AdobeUpdateService. The product loads a library from an unsecured location. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of SYSTEM." — ZDI Advisory ZDI-26-419

The Exploit Chain: From Limited User to SYSTEM

The attack architecture is linear for anyone who already has a foothold on the machine. The vector is not remote: it requires low-privilege code execution on the target system. The official CVE record specifies that no additional user interaction is required (UI:N in the CVSS vector).

This profile makes the vulnerability suitable for the second stage of compromises. An attacker who has already gained limited access — via phishing, initial payload execution, or compromise of non-administrative accounts — can elevate to SYSTEM without further victim interaction.

The official CVE record assigns the flaw a score of 7.8 with vector CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H. The changed scope (S:C) indicates the impact extends beyond the vulnerable process, propagating to the underlying operating system. The three primary sources — ZDI, CVE.org, and Adobe — converge on this description.

The exact path of the vulnerable library and the name of the unsafely loaded library are not specified in the available sources. This omission limits the ability to verify whether specific execution policies could mitigate the risk.

The Responsibility Timeline

Brandon Evans of the Trend Micro Zero Day Initiative reported the vulnerability to Adobe on March 13, 2026. Coordinated disclosure occurred on July 15, 2026, after 122 days of responsible management. This interval allowed the vendor to develop and test the fix.

Adobe published security bulletin APSB26-77 with the fix for CVE-2026-48272. The patched version is 6.10.0.252.3 of Creative Cloud Desktop Application for Windows. Versions 6.9.1.1 and earlier are affected by the vulnerability.

The same Adobe advisory also addresses CVE-2026-48344, a TOCTOU race condition discovered by the same researcher with an identical CVSS score. This second case does not alter the nature of the primary flaw documented in ZDI-26-419.

The primary vendor source states: "Adobe is not aware of any exploits in the wild for any of the issues addressed in these updates." The absence of active exploits does not eliminate the risk: the technique is documented and the advisory publication provides sufficient context for developing implementations.

What to Do Now

The priority is to verify the installed version of Adobe Creative Cloud Desktop Application. Users must ensure they have version 6.10.0.252.3 or later. The update occurs via download from the Creative Cloud Desktop Center: it is not automatic in all configurations.

Environments with centralized deployments must plan patch distribution through their management tools. Organizations should prioritize critical assets: workstations with access to sensitive data, multi-user systems with non-administrative profiles, endpoints where Creative Cloud is installed but rarely updated.

Version verification can be performed from the Creative Cloud Desktop application, Help > About. On Windows systems, it is also possible to check the Creative Cloud.exe file version in file properties.

The Limit of the Brief

This article is based on three converging primary sources: the ZDI-26-419 advisory, the CVE-2026-48272 record, and the Adobe APSB26-77 security bulletin. The technical information reported is limited to what is documented by these sources.

The exact path of the vulnerable library, the name of the involved library, and the effectiveness of specific execution policies are not known. It is not documented whether the flaw is exploitable in environments with AppLocker or other restrictive execution policies.

The vulnerability remains an example of how maintenance services, by nature privileged, can become vectors when control over code loading is insufficient. The patch exists: the measure remains timely verification of the installed version.

Sources: Trend Micro Zero Day Initiative (ZDI-26-419); CVE.org (CVE-2026-48272); Adobe Security Bulletin APSB26-77. Information has been verified against cited sources. Known limits: library path and name not specified; execution policy effectiveness not documented.

Sources

Information has been verified against cited sources and updated at time of publication.

Sources


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