Missing AuthorizationWeakness · CWE-862

CVE-2025-5394

CRITICAL · 9.8 CVSS v3.1 Published 2025-07-15
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
The Alone – Charity Multipurpose Non-profit WordPress Theme theme for WordPress is vulnerable to arbitrary file uploads due to a missing capability check on the alone_import_pack_install_plugin() function in all versions up to, and including, 7.8.3. This makes it possible for unauthenticated attackers to upload zip files containing webshells disguised as plugins from remote locations to achieve remote code execution. CVE-2025-54019 is likely a duplicate of this.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The Alone WordPress theme (versions up to 7.8.3) contains an arbitrary file upload vulnerability in the alone_import_pack_install_plugin() function. This function lacks proper capability/authorization checks, allowing unauthenticated attackers to remotely upload and install malicious plugin packages (ZIP files containing webshells) directly to the WordPress site, achieving remote code execution.

MitigationUpdate the Alone theme to version 7.8.4 or later immediately. If no patch is available, remove the theme entirely and audit the site for existing compromise. Consider deploying a WAF rule to block suspicious plugin upload requests as an interim measure.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify if Alone theme is installed
    Check the wp-content/themes/ directory for a folder named 'alone' or check the WordPress themes admin panel at Appearance > Themes
    Affected if The Alone theme folder exists in wp-content/themes/ or appears in the WordPress themes list
  2. Determine the installed Alone theme version
    Open the style.css file inside the alone theme folder (wp-content/themes/alone/style.css) and locate the 'Version:' header in the file header comments, or check theme.json for a version field
    Affected if The reported version is 7.8.3 or any version lower than 7.8.4
  3. Check for the vulnerable function file
    Search the alone theme folder for the file containing 'alone_import_pack_install_plugin' - typically in includes/ or similar subdirectories - using grep or file search
    Affected if The function alone_import_pack_install_plugin() exists in theme files, indicating the vulnerable code path is present
  4. Inspect access logs for suspicious plugin installation requests
    Review web server access logs (Apache, Nginx) for POST requests to endpoints that may invoke the vulnerable function, such as admin-ajax.php with action parameters related to import_pack or install_plugin, especially from unauthenticated IPs
    Affected if Unauthenticated POST requests to plugin import/install endpoints are found in logs, particularly those containing .zip file uploads
  5. Audit uploaded plugins for malicious files
    List all files in wp-content/plugins/ and check for recently added or unfamiliar plugins, especially those containing suspicious PHP files (webshells, base64-encoded content, or eval() calls)
    Affected if Unexpected plugin directories or suspicious PHP files with obfuscated code exist in the plugins folder

A defender is affected if the Alone theme is installed at version 7.8.3 or lower, or if evidence of unauthorized plugin uploads appears in the filesystem or server logs.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Update the Alone theme to version 7.8.4 or later immediately. If no patch is available, remove the theme entirely and audit the site for existing compromise. Consider deploying a WAF rule to block suspicious plugin upload requests as an interim measure.

Recommended fix Moderate confidence

Alone Theme version 7.8.4 or latest available version

  1. 1. Update the Alone – Charity Multipurpose Non-profit WordPress Theme to version 7.8.4 or later via the WordPress admin dashboard under Appearance > Themes, or download the latest version from the theme vendor.
  2. 2. After updating, verify the theme version reflects 7.8.4 or higher in the WordPress admin under Appearance > Themes > Theme Details.
  3. 3. Confirm that the alone_import_pack_install_plugin() function is no longer accessible to unauthenticated users by reviewing server access logs for any exploitation attempts prior to the update.
  4. 4. If exploitation is suspected, perform a full security audit of the WordPress installation, including reviewing uploaded files in the /wp-content/uploads/ and /wp-content/plugins/ directories for suspicious PHP files.

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing3.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,390
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-5394 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-5394 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data