CVE-2025-12095 HIGH

CVE-2025-12095: Simple Registration for WooCommerce <= 1.5.8 - Cross-Site Request Forgery to Privilege Escalation via Role Request Approval

Vendor Astoundify
Product Simple Registration for WooCommerce
Weakness CWE-352 · CSRF
Published October 25, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Simple Registration for WooCommerce plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.5.8. This is due to missing nonce validation on the role requests admin page handler in the includes/display-role-admin.php file. This makes it possible for unauthenticated attackers to approve pending role requests and escalate user privileges via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

Explanation of Vulnerability in Simple Terms

02Summary

Simple Registration for WooCommerce versions up to 1.5.8 contain a cross-site request forgery (CSRF) vulnerability. An attacker can craft a malicious link or page that, when visited by a logged-in site administrator, performs unwanted actions on the site without their knowledge. This could allow registration settings to be modified or user accounts to be created or altered.

What an attacker can do

03Attacker Capabilities

Perform unwanted actions (create accounts, modify settings) on behalf of a logged-in admin who visits a malicious link.

Potential impact on your site

04Site Impact

Attackers can modify registration settings or create unauthorized user accounts if an admin is tricked into visiting a malicious page.

Conditions required to exploit

05Prerequisites

Admin must be logged in and visit an attacker-controlled page or click a malicious link.

Key dates

06Disclosure timeline

October 25, 2025 CVE published
April 8, 2026 Record updated