WordPress 7.0.3 fixes security issues – update your site now

WordPress 7.0.3 is now available, and this is not one of those updates you leave for a quiet Friday afternoon. The WordPress team describes it as a security release with several fixes and recommends updating sites immediately.

If you run a WordPress site, WooCommerce store, company website, editorial site, or multisite network, this affects you. The update touches core security issues around login, content editing, comments, URL validation, and user permissions.

Key Takeaways

  • WordPress 7.0.3 is a security release and should be installed immediately.
  • The release fixes a login-screen XSS issue tracked as CVE-2026-64638 / GHSA-52p2-r8wf-jcrf.
  • Other fixes cover stored XSS, SSRF, multisite privilege escalation, and information disclosure.
  • Sites with automatic background updates will begin updating shortly if supported.
  • Security backports are planned where necessary through WordPress 4.7, but only the latest WordPress version is actively supported.

What WordPress 7.0.3 fixes

The release includes fixes for several vulnerability types: reflected XSS, stored XSS, privilege escalation on multisite, information disclosure, post slug enumeration, CSS injection, email confirmation bypass, and SSRF in URL validation.

That is a fairly broad set of problems. In practical terms, it means the risks are not limited to one obscure admin screen. They can involve login pages, contributors, authors, comments, protected content, and multisite registration behavior.

The login screen issue is the one to notice

The headline vulnerability is a pre-auth reflected cross-site scripting issue on the login screen with potential to lead to PHP code execution. WordPress references it as CVE-2026-64638 / GHSA-52p2-r8wf-jcrf.

Pre-auth means the issue can matter before a user is logged in. That is exactly the kind of phrase site owners should not casually ignore, especially on public websites where the login screen is reachable from the internet.

Who should treat this as urgent

For a simple brochure site, this is still a core security update and should be applied quickly. For WooCommerce stores, membership sites, publisher sites, and client sites with multiple users, the priority is higher because more roles, forms, sessions, and editorial workflows are involved.

Multisite networks with user registration enabled should pay particular attention to the privilege escalation fix that could allow a user to create a new site. That is not the kind of surprise anyone wants in a network dashboard.

What to do now

Update to WordPress 7.0.3 from Dashboard – Updates – Update Now, or download the release from WordPress.org. Sites that support automatic background updates will begin updating shortly, according to the release notice.

Practical checklist: confirm you have a recent backup, update staging first if your site is complex, then check login, admin access, forms, checkout, comments, and key front-end pages after the update. If automatic updates are enabled, verify that they actually completed.

Older branches and WordPress 7.1 RC2

The WordPress team says fixes are being backported where necessary to branches eligible for security fixes, currently through WordPress 4.7. However, the notice also repeats an important point: only the most recent WordPress version is actively supported.

WordPress 7.1 RC2 has also been released and contains all applicable fixes. For the full technical list and official details, check the original WordPress News post: WordPress 7.0.3 release.

Frequently Asked Questions

Why should site owners install WordPress 7.0.3 quickly?

WordPress describes 7.0.3 as a security release with several fixes and recommends updating sites immediately. The issues affect areas such as login, content editing, comments, URL validation, and user permissions.

Which login vulnerability is fixed in WordPress 7.0.3?

The release fixes a pre-auth reflected XSS issue on the login screen with potential to lead to PHP code execution. It is referenced as CVE-2026-64638 / GHSA-52p2-r8wf-jcrf.

Are WooCommerce stores and multisite networks affected?

The update is relevant to WooCommerce stores, membership sites, publisher sites, client sites with multiple users, and multisite networks. Multisite networks with user registration enabled should pay attention to the privilege escalation fix.

Can WordPress 7.0.3 update automatically?

According to the release notice, sites that support automatic background updates will begin updating shortly. Site owners should still verify that the update actually completed.

Do older WordPress branches receive these security fixes?

WordPress says fixes are being backported where necessary to security-eligible branches currently through WordPress 4.7. The notice also states that only the most recent WordPress version is actively supported.