CVE-2025-15445
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 · uneditedThe Restaurant Cafeteria WordPress theme through 0.4.6 exposes insecure admin-ajax actions without nonce or capability checks, allowing any logged-in user, like subscriber, to perform privileged operations. An attacker can install and activate a from a user-supplied URL, leading to arbitrary PHP code execution, and also import demo content that rewrites site configuration, including Restaurant Cafeteria WordPress theme through 0.4.6_mods, pages, menus, and front page settings.
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 confidenceThe Restaurant Cafeteria WordPress theme through version 0.4.6 exposes AJAX handlers via admin-ajax.php without nonce verification or capability checks. Any authenticated user (including low-privilege subscribers) can trigger these endpoints to install/activate plugins from arbitrary URLs leading to arbitrary PHP code execution, and to import demo content that overwrites theme settings, pages, menus, and front page configuration.
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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
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 checksWork through these to decide whether this CVE applies to you.
-
Identify if Restaurant Cafeteria theme is installedCheck wp-content/themes/ directory for a folder named 'restaurant-cafeteria' or similar theme directory. List all installed themes via WordPress admin under Appearance > Themes or inspect the filesystem.Affected if The theme folder exists in the WordPress themes directory.
-
Determine the installed theme versionOpen the theme's style.css file (typically at wp-content/themes/restaurant-cafeteria/style.css) and locate the 'Version:' header in the theme comments at the top of the file.Affected if The version number is 0.4.6 or lower (including any 0.x.x version through 0.4.6).
-
Verify WordPress admin-ajax.php is accessibleConfirm that the WordPress site has admin-ajax.php at /wp-admin/admin-ajax.php or /wp-admin/admin-ajax.php (accessible via the web). This is the entry point for the vulnerable AJAX handlers.Affected if admin-ajax.php is present and responds to requests.
-
Check for registered AJAX action handlers in the themeInspect the theme's functions.php file (and any included files) for calls to add_action('wp_ajax_', ...) or add_action('wp_ajax_nopriv_', ...) that register AJAX handlers. Look for actions related to plugin installation, plugin activation, or demo content import.Affected if The theme registers AJAX handlers for plugin installation, plugin activation, or demo import without capability checks.
-
Test if low-privilege users can trigger the endpointsLog in as a subscriber-level user and make a POST request to /wp-admin/admin-ajax.php with an action parameter matching one of the theme's AJAX handlers (e.g., action=theme_install_plugin, action=theme_activate_plugin, or action=theme_import_demo). Check if the request is processed without a 403 error or nonce validation failure.Affected if The AJAX endpoint accepts requests from authenticated users with subscriber-level privileges without returning an error.
If the Restaurant Cafeteria theme version 0.4.6 or lower is installed and the site has authenticated users (any role including subscriber), the environment is affected by this vulnerability.
Generated from the published advisory. Verify against your own configuration.
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.
From vendor dataAdd nonce verification and current_user_can() capability checks to all admin-ajax action handlers in the theme, or update to a patched version if available from the vendor.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-15445 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-15445 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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