CVE-2024-47356
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 · uneditedImproper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in catchthemes Create create allows Stored XSS.This issue affects Create: from n/a through <= 2.9.1.
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 · moderate confidenceStored Cross-site Scripting (XSS) vulnerability in the Create theme by catchthemes allows attackers to inject malicious JavaScript code that gets persisted in the database and executed when users view affected pages. The theme fails to properly sanitize user input during web page generation, allowing script execution in the context of other users' browsers.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.9.2< 3.5.2CVSS 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
- High
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
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 Create theme is installedLocate the theme directory in your WordPress installation (typically under wp-content/themes/) and confirm the presence of the 'Create' theme by catchthemes. Check for a style.css file with 'Theme Name: Create' or inspect theme headers.Affected if The Create theme by catchthemes is present in the theme directory.
-
Determine the installed versionOpen the style.css file within the Create theme folder and look for the 'Version:' declaration in the theme header comments. Alternatively, access the theme through WordPress admin under Appearance > Themes to view the version displayed.Affected if The installed version is less than 2.9.2 or less than 3.5.2.
-
Identify data input pointsReview the theme for any frontend forms, settings panels, or customization options that accept and store user-provided data (such as custom CSS fields, header/footer scripts, or theme options). Check the theme settings pages in WordPress admin.Affected if The theme contains input fields that accept and store user data in the WordPress database.
-
Inspect stored data for malicious scriptsQuery the WordPress database (wp_options table and any custom postmeta tables) for the theme's stored settings. Search for script tags, javascript: URLs, or event handler attributes (onload, onerror, onclick, etc.) within stored values.Affected if Any stored theme settings or custom fields contain unsanitized script tags or JavaScript event handlers.
-
Review theme code for sanitization gapsIf you have access to the theme source code, examine the PHP files that handle user input and database storage. Look for instances where $_POST, $_GET, or $_REQUEST data is saved without using sanitization functions like sanitize_text_field, esc_attr, or wp_kses.Affected if User input is saved to the database without proper sanitization functions.
You are affected if the Create theme is installed with a version below 2.9.2 or below 3.5.2, and the theme accepts user input that gets stored in the database without proper sanitization.
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 · scoped2.9.23.5.2
Update the Create theme to the latest patched version as soon as available. As a temporary measure, implement a WAF rule to filter XSS payloads and review theme code for proper input sanitization and output encoding functions.
Create 2.9.2 (for 2.x branch) or Create 3.5.2 (for 3.x branch)
- 1. Backup your WordPress site and database before making any changes
- 2. Navigate to Dashboard > Appearance > Themes in WordPress admin
- 3. Locate the 'Create' theme in your installed themes
- 4. Check the current version of the Create theme (theme style.css or theme details)
- 5. If using Create version 2.x: Update to version 2.9.2 or later
- 6. If using Create version 3.x: Update to version 3.5.2 or later
- 7. Update via WordPress: Click 'Update Now' when an update is available, or manually upload the new version from catchthemes.com
- 8. After updating, clear any caching plugins and verify the site functions correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.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,376.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-47356 — 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-2024-47356 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