A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-12322

CVE-2024-12322: WordPress ThePerfectWedding.nl CSRF Flaw

CVE-2024-12322 is a Cross-Site Request Forgery vulnerability in ThePerfectWedding.nl Widget plugin for WordPress that enables unauthenticated attackers to update options. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-12322 Overview

CVE-2024-12322 is a Cross-Site Request Forgery [CWE-352] vulnerability in the ThePerfectWedding.nl Widget plugin for WordPress, affecting all versions up to and including 2.8. The flaw stems from missing or incorrect nonce validation on the update_option function within the plugin's admin panel template. Unauthenticated attackers can craft forged requests that update the tpwKey option with attacker-controlled content, enabling stored Cross-Site Scripting (XSS) on the WordPress site. Exploitation requires a site administrator to click a malicious link or visit an attacker-controlled page while authenticated.

Critical Impact

Successful exploitation allows unauthenticated attackers to inject persistent JavaScript into the WordPress admin interface, potentially leading to administrator session hijacking and full site compromise.

Affected Products

  • ThePerfectWedding.nl Widget plugin for WordPress
  • All versions up to and including 2.8
  • WordPress sites with the plugin installed and an authenticated administrator

Discovery Timeline

  • 2025-01-07 - CVE-2024-12322 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-12322

Vulnerability Analysis

The ThePerfectWedding.nl Widget plugin exposes an admin panel template (tpwAdminPanelTemplate.php) that processes option updates without verifying a WordPress nonce token. WordPress nonces are the standard mechanism for confirming that a state-changing request originated from the legitimate administrative interface rather than an external site. Because the plugin omits this check, the server cannot distinguish between a legitimate administrator submission and a forged cross-origin request. An attacker who lures an authenticated administrator to a malicious page can have the browser issue the update on the administrator's behalf, persisting the payload in the tpwKey option. The stored value is later rendered without adequate output encoding, producing stored XSS in the admin context.

Root Cause

The root cause is missing CSRF protection on a privileged state-changing handler. The plugin calls update_option to persist the tpwKey value without invoking check_admin_referer or wp_verify_nonce against a nonce generated by wp_nonce_field. This violates the WordPress security model for administrative actions and is classified under CWE-352. The absence of contextual output escaping when the stored value is later rendered compounds the issue into a chained CSRF-to-stored-XSS condition.

Attack Vector

The attack is network-based and requires user interaction from a privileged administrator. An attacker hosts a page containing an auto-submitting HTML form or JavaScript that targets the plugin's admin update endpoint on the victim's WordPress site. When the administrator visits the attacker page while authenticated, the browser includes the WordPress session cookies and the forged request updates tpwKey with a malicious JavaScript payload. The payload executes in the administrator's browser context on every subsequent visit to pages rendering that option.

No verified exploit code is published. Technical details are available in the Wordfence Vulnerability Analysis and the affected source can be reviewed in the WordPress Plugin Trac source.

Detection Methods for CVE-2024-12322

Indicators of Compromise

  • Unexpected values in the tpwKey WordPress option, particularly content containing <script>, onerror, onload, or encoded JavaScript payloads.
  • Web server access logs showing POST requests to the plugin's admin template URL with an HTTP Referer header from an external domain.
  • Administrator browser sessions executing unfamiliar outbound requests to attacker-controlled domains.
  • New or modified administrator accounts created shortly after a suspicious admin login.

Detection Strategies

  • Audit the wp_options table for the tpwKey value and compare against expected plugin configuration.
  • Inspect HTTP request logs for state-changing POST requests to the plugin endpoint that lack a valid nonce parameter (_wpnonce).
  • Hunt for anomalous JavaScript execution originating from WordPress admin pages by reviewing browser-side telemetry and Content Security Policy (CSP) violation reports.

Monitoring Recommendations

  • Enable WordPress audit logging to capture option changes, plugin updates, and administrator activity.
  • Forward web server and WordPress logs to a centralized SIEM for correlation of cross-origin POST requests with subsequent option modifications.
  • Alert on creation of new administrator accounts or modifications to user roles following suspicious option changes.

How to Mitigate CVE-2024-12322

Immediate Actions Required

  • Deactivate the ThePerfectWedding.nl Widget plugin until a patched release is confirmed installed.
  • Inspect and sanitize the tpwKey option value, removing any HTML or JavaScript content.
  • Rotate WordPress administrator passwords and invalidate active sessions if compromise is suspected.
  • Review recent administrator activity and plugin installations for signs of follow-on actions.

Patch Information

A fix is reflected in the plugin source repository. Review the WordPress Changeset 3215206 for the corrective code and update the plugin to a version that incorporates this changeset. Confirm the installed version is later than 2.8 before re-enabling.

Workarounds

  • Restrict administrator access to the WordPress dashboard by IP allowlist at the web server or WAF layer.
  • Deploy a Web Application Firewall rule that blocks cross-origin POST requests to the plugin's admin template endpoint when no valid _wpnonce parameter is present.
  • Enforce a strict Content Security Policy on the WordPress admin interface to limit inline script execution.
  • Train administrators to avoid clicking unsolicited links while authenticated to WordPress.
bash
# Example: query the tpwKey option value via WP-CLI to inspect for injected content
wp option get tpwKey

# Remove the option if a malicious value is found, then reconfigure via the plugin UI
wp option delete tpwKey

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • WordPress Widget Code Review

  • WordPress Widget Code Review

  • WordPress Widget Code Review

  • WordPress Widget Code Review

  • WordPress Changeset Update

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-9618: PeachPay WooCommerce Plugin CSRF Vulnerability

  • CVE-2026-6455: WP Contact Form 7 DB Handler CSRF Vulnerability

  • CVE-2026-8906: WP Promoter Plugin CSRF Vulnerability

  • CVE-2026-8939: WordPress Search Simple Fields CSRF Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English