The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2025-68024

CVE-2025-68024: Addonify WooCommerce Wishlist Auth Bypass

CVE-2025-68024 is an authorization bypass vulnerability in Addonify WooCommerce Wishlist plugin that allows attackers to exploit misconfigured access controls. This article covers technical details, affected versions, and mitigations.

Published: February 27, 2026

CVE-2025-68024 Overview

CVE-2025-68024 is a Missing Authorization vulnerability affecting the Addonify – WooCommerce Wishlist plugin for WordPress. The vulnerability allows attackers to exploit incorrectly configured access control security levels, potentially enabling unauthorized modification of plugin settings. This security flaw stems from CWE-862 (Missing Authorization), where critical functions lack proper capability checks before execution.

Critical Impact

Unauthenticated attackers can modify plugin settings due to missing authorization checks, potentially affecting the integrity and availability of WooCommerce wishlist functionality on affected WordPress sites.

Affected Products

  • Addonify – WooCommerce Wishlist plugin versions through 2.0.15
  • WordPress installations using the vulnerable plugin versions
  • WooCommerce stores with Addonify Wishlist integration

Discovery Timeline

  • 2026-02-20 - CVE CVE-2025-68024 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-68024

Vulnerability Analysis

This vulnerability represents a classic Missing Authorization flaw where the Addonify WooCommerce Wishlist plugin fails to implement proper capability or permission checks before allowing settings modifications. The vulnerability is exploitable over the network without requiring authentication, making it accessible to any remote attacker.

The attack can be conducted with low complexity, requiring no user interaction. While the vulnerability does not expose confidential data, it allows attackers to make unauthorized changes to plugin settings (impacting integrity) and potentially disrupt wishlist functionality (impacting availability).

Root Cause

The root cause is improper access control implementation in the plugin's settings management functionality. The plugin fails to verify that users have the appropriate WordPress capabilities (such as manage_options or similar administrative permissions) before processing settings change requests. This allows any user, including unauthenticated visitors, to invoke settings modification functions that should be restricted to administrators only.

Attack Vector

The vulnerability is exploitable via the network attack vector. Attackers can send crafted HTTP requests to the WordPress installation targeting the vulnerable plugin's AJAX handlers or REST API endpoints responsible for settings management. Since no authentication or authorization checks are performed, these requests are processed regardless of the requester's identity or privilege level.

An attacker could manipulate wishlist display settings, disable features, or modify behavior in ways that disrupt the user experience for legitimate customers. The lack of proper nonce verification and capability checks compounds the issue, making exploitation straightforward for anyone with knowledge of the vulnerable endpoints.

Detection Methods for CVE-2025-68024

Indicators of Compromise

  • Unexpected changes to Addonify Wishlist plugin settings in the WordPress admin panel
  • Anomalous HTTP requests targeting plugin-specific AJAX actions or REST endpoints
  • Unauthorized modification timestamps in the WordPress options table for addonify_wishlist prefixed options
  • Unusual POST requests to admin-ajax.php with Addonify Wishlist-related action parameters from unauthenticated sessions

Detection Strategies

  • Monitor WordPress options table for unauthorized changes to Addonify Wishlist configuration entries
  • Implement web application firewall (WAF) rules to detect and block suspicious requests to admin-ajax.php targeting wishlist-related actions
  • Enable comprehensive logging of all AJAX requests in WordPress and review for patterns of settings modification attempts
  • Deploy file integrity monitoring to detect any unexpected plugin file changes

Monitoring Recommendations

  • Configure WordPress audit logging plugins to track all options changes with user attribution
  • Set up alerts for settings modifications occurring outside of administrative sessions
  • Review server access logs for unusual POST request patterns targeting plugin endpoints
  • Implement rate limiting on AJAX endpoints to slow potential automated exploitation attempts

How to Mitigate CVE-2025-68024

Immediate Actions Required

  • Update the Addonify – WooCommerce Wishlist plugin to a version newer than 2.0.15 when a patched version becomes available
  • Temporarily disable the Addonify Wishlist plugin if it is not critical to store operations until a patch is applied
  • Implement a web application firewall (WAF) with rules to block unauthorized settings modification requests
  • Review and document current plugin settings to detect any unauthorized changes

Patch Information

A vulnerability has been identified in Addonify – WooCommerce Wishlist versions through 2.0.15. Site administrators should monitor the WordPress plugin repository and the Patchstack vulnerability database for security updates. Apply the vendor-provided patch immediately upon release.

Workarounds

  • Disable the Addonify Wishlist plugin temporarily if wishlist functionality is not essential for business operations
  • Implement server-side access restrictions using .htaccess or nginx configuration to limit access to admin-ajax.php from trusted IP addresses only
  • Use a WordPress security plugin to add additional authorization layers to AJAX handlers
  • Consider temporarily replacing the plugin with an alternative WooCommerce wishlist solution until a patch is available
bash
# Example: Restrict admin-ajax.php access in Apache .htaccess
# Place in WordPress root directory
<Files admin-ajax.php>
    <RequireAll>
        Require all granted
        # Add additional IP restrictions as needed for admin functions
    </RequireAll>
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAddonify

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • Patchstack WordPress Plugin Vulnerability
  • Related CVEs
  • CVE-2025-68023: Addonify Compare Products Auth Bypass
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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