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
    • 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-2025-8198

CVE-2025-8198: MinimogWP WordPress Theme Price Manipulation

CVE-2025-8198 is a price manipulation vulnerability in MinimogWP WordPress theme allowing unauthenticated attackers to alter cart prices via fractional quantities. This article covers technical details, affected versions, and mitigations.

Published: April 29, 2026

CVE-2025-8198 Overview

CVE-2025-8198 is a price manipulation vulnerability affecting the MinimogWP – The High Converting eCommerce WordPress Theme for WordPress. The vulnerability exists in all versions up to, and including, 3.9.0 due to insufficient validation of quantity values when modifying cart quantities. This business logic flaw allows unauthenticated attackers to manipulate product prices by adding items to the cart and adjusting quantities to fractional amounts, which causes the price calculation to behave unexpectedly.

Critical Impact

Unauthenticated attackers can exploit this vulnerability to purchase items at manipulated prices by submitting fractional quantity values, potentially causing significant financial losses for e-commerce businesses using the affected theme.

Affected Products

  • MinimogWP WordPress Theme versions up to and including 3.9.0
  • WordPress installations using MinimogWP with WooCommerce versions prior to 9.8.2
  • E-commerce sites running vulnerable configurations of MinimogWP theme

Discovery Timeline

  • 2025-07-26 - CVE-2025-8198 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-8198

Vulnerability Analysis

This vulnerability is classified under CWE-472 (External Control of Assumed-Immutable Web Parameter). The MinimogWP theme fails to properly validate and sanitize quantity input values when users modify cart quantities through the e-commerce interface. The application assumes that quantity values will be whole integers, but does not enforce this assumption on the server side.

When a fractional quantity value is submitted (e.g., 0.01 instead of 1), the price calculation logic processes this value without proper validation, resulting in incorrect price computations. This allows attackers to effectively reduce the total cost of items in their shopping cart to a fraction of the intended price.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit, making it particularly dangerous for public-facing e-commerce websites.

Root Cause

The root cause of this vulnerability lies in the inadequate input validation within the cart quantity handling mechanism of the MinimogWP theme. The application fails to enforce integer constraints on quantity parameters, allowing floating-point values to be processed by the price calculation engine. This represents a classic business logic flaw where the application trusts user-supplied input without proper server-side validation.

Attack Vector

The attack is executed over the network without requiring any authentication or special privileges. An attacker can exploit this vulnerability by:

  1. Adding products to the shopping cart on a vulnerable WordPress site using MinimogWP theme
  2. Intercepting or modifying the cart update request
  3. Changing the quantity parameter to a fractional value (e.g., 0.001)
  4. Submitting the modified request to the server
  5. Completing the checkout process with the manipulated price

The vulnerability mechanism involves intercepting cart quantity update requests and substituting integer values with fractional amounts. When the server processes these fractional quantities, the price calculation multiplies the unit price by the fractional quantity, resulting in significantly reduced totals. For detailed technical analysis, refer to the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2025-8198

Indicators of Compromise

  • Cart update requests containing non-integer or fractional quantity values in HTTP POST/GET parameters
  • Orders with unusual pricing that doesn't match expected product costs
  • Transaction logs showing items purchased at prices inconsistent with catalog pricing
  • Unusual patterns of small-value transactions or orders with fractional quantities

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing fractional values in quantity parameters
  • Monitor WooCommerce transaction logs for orders with pricing anomalies or unexpected total calculations
  • Review server access logs for suspicious cart manipulation patterns, particularly repeated cart updates with varying quantity formats
  • Deploy application-level logging to capture and alert on non-integer quantity submissions

Monitoring Recommendations

  • Enable detailed logging for all cart update and checkout operations in WooCommerce
  • Set up alerts for orders where the calculated total deviates from expected pricing based on product catalog
  • Monitor for high volumes of cart modifications from single IP addresses or user sessions
  • Implement real-time transaction monitoring to flag orders with suspiciously low totals

How to Mitigate CVE-2025-8198

Immediate Actions Required

  • Update MinimogWP theme to a version newer than 3.9.0 that includes the security fix
  • Upgrade WooCommerce to version 9.8.2 or later, which mitigates this vulnerability regardless of theme version
  • Audit recent orders for potential exploitation by reviewing orders with unusual pricing patterns
  • Implement server-side input validation to enforce integer-only quantity values as an additional safeguard

Patch Information

The vulnerability has been addressed by the theme developer. Users should update to the latest version of MinimogWP available through the Theme Move Changelog. Additionally, WooCommerce version 9.8.2 and later include protections that prevent exploitation of this vulnerability, providing an alternative mitigation path.

Workarounds

  • Upgrade WooCommerce to version 9.8.2 or later as an immediate mitigation if theme updates cannot be applied quickly
  • Implement custom server-side validation in functions.php to sanitize and validate cart quantity inputs as integers
  • Deploy WAF rules to block requests containing fractional values in cart quantity parameters
  • Consider temporarily disabling the cart functionality until patches can be applied for high-risk deployments
bash
# WordPress/WooCommerce update commands via WP-CLI
wp theme update minimogwp
wp plugin update woocommerce --version=9.8.2
wp cache flush

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-472
  • Technical References
  • Theme Move Changelog

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6214: Forminator Forms Auth Bypass Vulnerability

  • CVE-2026-4807: WordPress Appointment Booking Auth Bypass

  • CVE-2026-5753: WordPress Migration Plugin Auth Bypass Flaw

  • CVE-2026-32834: WordPress PayPal Plugin Auth Bypass Flaw
Default Legacy - Prefooter | 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