CVE-2026-6932 MEDIUM

CVE-2026-6932: Woo Commerce Minimum Weight <= 3.0.1 - Cross-Site Request Forgery via Settings Update Form

Vendor Hemant29
Product Woo Commerce Minimum Weight
Weakness CWE-352 · CSRF
Published May 12, 2026
Last update May 12, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

The Woo Commerce Minimum Weight plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 3.0.1. This is due to missing nonce verification on the settings update handler in edit-weight.php. This makes it possible for unauthenticated attackers to modify the minimum order weight setting by tricking a site administrator into clicking a link or visiting an attacker-controlled page containing a forged POST request.

Explanation of Vulnerability in Simple Terms

02Summary

Woo Commerce Minimum Weight versions 3.0.1 and earlier are vulnerable to cross-site request forgery (CSRF). An attacker can craft a malicious webpage that, when visited by a logged-in site administrator, performs unwanted actions on the store without the admin's knowledge or consent. The vulnerability requires the admin to visit the attacker's page while authenticated.

What an attacker can do

03Attacker Capabilities

Perform unwanted actions on the store by tricking an authenticated admin into visiting a malicious webpage.

Potential impact on your site

04Site Impact

Store admins could unknowingly authorize changes to product settings, store configuration, or other store data via a malicious link.

Conditions required to exploit

05Prerequisites

Admin must be logged in and visit an attacker-controlled page; no special privileges or complex setup required.

Key dates

06Disclosure timeline

May 12, 2026 CVE published
May 12, 2026 Record updated