CVE-2025-12895
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 Kalium 3 | Creative WordPress & WooCommerce Theme theme for WordPress is vulnerable to unauthorized email sending due to a missing capability check on the kalium_vc_contact_form_request() function in all versions up to, and including, 3.29. This makes it possible for unauthenticated attackers to use the theme an an open mail relay and send email to arbitrary email addresses on the server's behalf.
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 Kalium theme for WordPress contains a contact form processing function (kalium_vc_contact_form_request) that lacks proper capability checks, allowing unauthenticated users to submit emails through the server. This turns the site into an open mail relay, enabling spam distribution and potential reputation damage.
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
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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.
-
Verify Kalium theme is installedInspect the wp-content/themes directory or check via WordPress admin under Appearance > Themes to confirm the Kalium theme is active or installed.Affected if Kalium theme is present on the WordPress site
-
Check installed Kalium theme versionLocate the style.css file in the Kalium theme directory and read the Version header, or check via WordPress admin theme details panel.Affected if Version is earlier than 3.30 (versions prior to 3.30 lack the capability check)
-
Confirm contact form functionality is presentSearch for the function kalium_vc_contact_form_request in the theme files (typically in includes/ or lib/ directories), or check if any contact form pages or elements using this function exist on the site.Affected if The kalium_vc_contact_form_request function exists in the theme code
-
Verify contact form is publicly accessibleAttempt to access a page containing the Kalium contact form element, or inspect the theme for Visual Composer/WPBakery contact form shortcodes that invoke this function. No authentication should be required to submit.Affected if The contact form is exposed to unauthenticated users without capability verification in the code
You are affected if the Kalium theme is installed with a version earlier than 3.30 and the contact form functionality using kalium_vc_contact_form_request is present and accessible to unauthenticated users.
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.
dbcve · scopedUpdate the Kalium theme to version 3.30 or later which includes the missing capability check. Until patched, consider disabling the contact form functionality or implementing a web application firewall rule to block unauthorized contact form submissions.
Kalium 3.30 or later
- 1. Navigate to your WordPress dashboard and go to Appearance > Themes
- 2. Locate the Kalium theme in your installed themes
- 3. Check the current version number of the Kalium theme
- 4. If the version is 3.29 or lower, update the theme to version 3.30 or later
- 5. Alternatively, download the latest version of Kalium from the theme vendor (ThemeForest or Laborator's official site) and upload it via WordPress theme uploader
- 6. After updating, verify the kalium_vc_contact_form_request() function now includes proper capability checks (nonce verification or authorization validation)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-12895 — 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-12895 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