CVE-2024-13684 HIGH

CVE-2024-13684: Reset <= 1.6 - Cross-Site Request Forgery to Database Reset

Vendor Shubhamgrover7256
Product Reset
Weakness CWE-352 · CSRF
Published February 18, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Reset plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.6. This is due to missing or incorrect nonce validation on the reset_db_page() function. This makes it possible for unauthenticated attackers to reset several tables in the database like comments, themes, plugins, and more 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

The Reset product versions 1.6 and earlier are vulnerable to cross-site request forgery (CSRF) attacks. An attacker can craft a malicious webpage that, when visited by a logged-in user, performs unwanted actions on their behalf without their knowledge. The vulnerability requires user interaction—the victim must visit the attacker's page while authenticated. Integrity and availability of the affected system can be compromised.

What an attacker can do

03Attacker Capabilities

Perform unwanted actions on a user's account without their consent by tricking them into visiting a malicious webpage.

Potential impact on your site

04Site Impact

Users' accounts can be manipulated to perform unintended actions if they visit malicious sites while logged in.

Conditions required to exploit

05Prerequisites

User must be logged in and visit an attacker-controlled webpage. No special privileges required.

Key dates

06Disclosure timeline

February 18, 2025 CVE published
April 8, 2026 Record updated