What the vulnerability does
01Description
The Asgaros Forum plugin for WordPress is vulnerable to SQL Injection via the '$_COOKIE['asgarosforum_unread_exclude']' cookie in all versions up to, and including, 3.1.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Explanation of Vulnerability in Simple Terms
02Summary
Asgaros Forum versions 3.1.0 and earlier contain a SQL injection vulnerability in database query handling. An attacker can craft malicious input to extract sensitive data from the forum database without authentication. The vulnerability requires only network access and no user interaction, making it remotely exploitable by unauthenticated attackers.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the forum database, including user credentials and private messages.
Potential impact on your site
04Site Impact
Forum user data, credentials, and private messages can be stolen by remote attackers without any warning.
Conditions required to exploit
05Prerequisites
Network access to the forum; no authentication or user interaction required.
Key dates
06Disclosure timeline
November 8, 2025
CVE published
April 8, 2026
Record updated