ConicPlex

Start Your Project

A photo printer mid-print with a partially printed photograph emerging from it in a home office

On this Page

WordPress 7.0.4 Patches a Real Remote Code Execution Vulnerability

Husen Memon

August 15, 2026

WordPress released version 7.0.4 on August 12, patching a real remote code execution vulnerability. If your site runs Imagick and Ghostscript for image processing and has any user accounts at Author level or above, this one is worth actually reading, not skimming past.

What the vulnerability actually is

According to the official WordPress 7.0.4 release announcement, the fix addresses an authenticated remote code execution flaw triggered through a malicious file upload on sites using Imagick alongside Ghostscript. It’s tracked as CVE-2026-65640 (GHSA-8vr3-7mxf-gx8w), reported by the pwn.ai team.

The “authenticated” part matters for scoping the risk correctly. This isn’t an anonymous, drive-by attack path. An attacker needs an account with Author-level permissions or higher on the site already, whether that’s a legitimate compromised login or an intentionally malicious contributor. Once they have that, uploading a crafted file through Imagick’s processing pipeline is enough to get code execution, which is about as bad as a vulnerability gets.

Who this actually affects

Two conditions both need to be true for this to matter to your site:

  • Imagick is your active image processing library (not every host or configuration uses it, some fall back to GD instead)
  • Ghostscript is installed and available to Imagick on the server

If either of those isn’t the case, this specific CVE doesn’t apply to you directly, though updating core promptly is still the right move regardless. If you’re not sure which image library your site is using, that’s worth checking rather than guessing, since it changes whether this is an urgent fix or a routine one.

What to do about it

Update to 7.0.4. WordPress.org notes three ways to do it: download the update directly, use the Dashboard’s Updates screen, or let it happen automatically if your site has background updates enabled for minor releases. Most managed WordPress hosts push this kind of security release automatically within a day or two, but “probably already updated” isn’t the same as confirming it, especially on a site where an Author-level account might belong to someone outside your immediate team.

Worth a second check while you’re in there: review who actually holds Author-or-above roles on the site. A vulnerability that requires that level of access is only as risky as the accounts that have it, and it’s common for old contributor or guest-author accounts to sit around long after anyone’s using them.

This kind of release, quick core patch, narrow but real attack path, is exactly the sort of thing that’s easy to miss if nobody’s specifically watching for it. Ongoing WordPress development and maintenance work catches this category of update as a matter of course rather than something that gets noticed a month later during an audit.

Husen Memon is a co-founder of ConicPlex, a web development agency specializing in WordPress, Webflow, and custom software builds. Over more than 9 years and 200+ client projects, he has worked across everything from plugin development to full platform migrations, with a focus on building sites and tools that hold up under real day-to-day use, not just in a demo. He writes here about the technical decisions and tradeoffs that come up in that work.

Keep reading

News & Updates

A laptop and an antique analog monitoring gauge glowing blue on a dark desk at night, symbolizing a quietly exploited server monitoring vulnerability

Zimbra Collaboration Suite RCE Flaw Faces Active Exploitation (CVE-2026-73570)

CISA added Zimbra Collaboration Suite flaw CVE-2026-73570 to its Known Exploited Vulnerabilities catalog on August 21, 2026, confirming active attacks…

Sameer Malek

August 22, 2026

Design

A laptop displaying a dark navy financial dashboard with charts, next to a leather portfolio and fountain pen on an office desk

What Actually Makes a Finance Website Look Trustworthy

A finance website earns trust through specific, checkable signals: named credentials, transparent pricing or process language, fast load times, and…

Hasnain Memon

August 22, 2026

Software

A phone glowing with a notification next to a laptop showing a CRM dashboard on a dealership office desk at dusk, with a car visible through the window

Speed to Lead: Why Your Website’s Tools Need to Feed Your CRM in Real Time

A real WordPress plugin build shows why on-site interactive tools should feed your CRM in real time, not an inbox,…

Sajil Memon

August 22, 2026