Two critical vulnerabilities affecting the open-source forum software vBulletin have been discovered, with one confirmed to be actively exploited in the wild. The flaws, tracked under CVE-2025-48827 and CVE-2025-48828, and rated critical (CVSS v3 score: 10.0 and 9.0 respectively), are an API method invocation and a remote code execution (RCE) via template engine abuse flaws. They impact vBulletin versions 5.0.0 through 5.7.5 and 6.0.0 through 6.0.3 when the platform runs on PHP 8.1 or later. The vulnerabilities were likely patched quietly last year with the release of Patch Level 1 for all versions of the 6.* release branch, and version 5.7.5 Patch Level 3, but many sites remained exposed due to not upgrading. The two issues were discovered on May 23, 2025, by security researcher Egidio Romano (EgiX), who explained how to exploit it via a detailed technical post on his blog. The researcher showed that the flaw lies in vBulletin's misuse of PHP's Reflection API, which, due to behavioral changes introduced in PHP 8.1, allows protected methods to be invoked without explicit accessibility adjustments. The vulnerability chain lies in the ability to invoke protected methods via crafted URLs and the misuse of template conditionals inside vBulletin's template engine. By injecting crafted template code using the vulnerable 'replaceAdTemplate' method, attackers bypass "unsafe function" filters using tricks like PHP variable function calls. This results in fully remote, unauthenticated...
Hackers are exploiting critical flaw in vBulletin forum software
BleepingComputer
·Bill Toulas
·Published May 30, 2025
·Updated
Affected Software
4 affected components
vBulletin=5.0.0
vBulletin=5.7.5
vBulletin=6.0.0
vBulletin=6.0.3
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses critical vulnerabilities in vBulletin forum software that are being actively exploited by hackers.
2
What specific vulnerabilities are identified in the article?
The vulnerabilities are tracked as CVE-2025-48827 and CVE-2025-48828, both assessed as critical.
3
What is the severity rating of the vulnerabilities?
CVE-2025-48827 has a CVSS v3 score of 10.0, and CVE-2025-48828 has a score of 9.0.
4
How many vulnerabilities are reported as being exploited?
Two critical vulnerabilities have been reported, with at least one confirmed to be actively exploited.
5
Which software is impacted by these vulnerabilities?
The vulnerabilities affect the open-source forum software vBulletin.