CVE-2025-12901 MEDIUM

CVE-2025-12901: Asgaros Forum <= 3.2.1 - Cross-Site Request Forgery to Subscription Settings Update

Vendor Asgaros
Product Asgaros Forum
Weakness CWE-352 · CSRF
Published November 12, 2025
Last update April 8, 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 Asgaros Forum plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.2.1. This is due to missing nonce validation on the set_subscription_level() function. This makes it possible for unauthenticated attackers to modify the subscription settings of authenticated users via a forged request granted they can trick a logged-in user into performing an action such as clicking on a link.

Explanation of Vulnerability in Simple Terms

02Summary

Asgaros Forum versions up to 3.2.1 contain a cross-site request forgery (CSRF) vulnerability that allows attackers to perform unauthorized actions on behalf of forum users. An attacker can craft a malicious link or page that, when visited by a logged-in forum user, executes unwanted changes to the forum. The vulnerability requires user interaction but does not require authentication to set up the attack.

What an attacker can do

03Attacker Capabilities

Perform unauthorized forum actions on behalf of a logged-in user who visits a malicious link.

Potential impact on your site

04Site Impact

Forum users' accounts can be manipulated to perform unintended actions without their knowledge or consent.

Conditions required to exploit

05Prerequisites

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

Key dates

06Disclosure timeline

November 12, 2025 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE