Friday, August 28, 2026

Active Exploits Detected Targeting Critical vBulletin Vulnerability

Two critical vulnerabilities—CVE-2025-48827 and CVE-2025-48828—have been assigned to vBulletin, the widely used PHP/MySQL forum software, following public disclosure and observed exploitation in the wild.

The flaws, affecting vBulletin versions 5.0.0 through 6.0.3, enable unauthenticated attackers to achieve Remote Code Execution (RCE), putting thousands of online communities at risk.

Reflection API Abuse and Template Engine Bypass

The vulnerabilities stem from a combination of architectural oversights and changes in PHP 8.1’s handling of method visibility.

vBulletin’s API controller logic misuses PHP’s Reflection API, specifically allowing the invocation of protected and even private methods via ReflectionMethod::invoke().

When running on PHP 8.1 or later, this flaw allows attackers to directly call internal methods that were never meant to be externally accessible.

The first vulnerability (CVE-2025-48827) involves the ability for unauthenticated users to invoke protected API controller methods, using crafted requests to endpoints such as /ajax/api/ad/replaceAdTemplate.

The second (CVE-2025-48828) leverages template engine weaknesses, where attackers inject malicious PHP code into templates using crafted <vb:if> conditionals.

This code can then be executed by triggering a render request, bypassing built-in security checks and filters.

Example Exploit Payload:

php<vb:if condition='"passthru"($_POST["cmd"])'></vb:if>

This payload, submitted via an HTTP POST request, enables attackers to execute arbitrary system commands on the server as the web server user (commonly www-data on Linux).

Exploitation Timeline and Detection

The vulnerabilities were first publicly disclosed on May 23, 2025, by researcher Egidio Romano (EgiX), with proof-of-concept (PoC) code released the same day.

Within days, security researchers observed active exploitation attempts, including attacks traced to an IP address in Poland targeting the vulnerable endpoint.

The attacks used the original PoC rather than automated scanning templates, indicating targeted exploitation.

The SANS Internet Storm Center and multiple honeypots reported probes and exploit attempts beginning May 25, 2025.

The flaws were officially assigned CVEs on May 27, 2025, and added to the Known Exploited Vulnerabilities (KEV) list.

Sample Attack Log Table

Date & Time (UTC)Endpoint AccessedSource IPUser Agent
2025-05-26 08:23:28.193ajax/api/ad/replaceAdTemplate195.3.221.137Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/131.0.6778.140
2025-05-26 08:23:28.242ajax/api/ad/replaceAdTemplate195.3.221.137Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/131.0.6778.140
2025-05-26 08:24:33.429ajax/api/ad/replaceAdTemplate195.3.221.137Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/131.0.6778.140

Impact, Affected Versions, and Mitigation

The vulnerabilities are rated critical, with CVSS v3.1 scores of 10.0 and 9.0, respectively. They impact vBulletin versions 5.0.0 through 5.7.5 and 6.0.0 through 6.0.3, specifically when running on PHP 8.1 or later.

Successful exploitation grants attackers full control over the server, potentially leading to data theft, defacement, or further compromise of connected systems.

Mitigation Steps:

  • Upgrade immediately to vBulletin 6.0.4 or later, or apply Patch Level 1 for affected 6.x versions and Patch Level 3 for 5.7.5.
  • Scan for vulnerable installations using tools such as Qualys QID 732555.
  • Monitor logs for suspicious access to ajax/api/ad/replaceAdTemplate.

Summary Table: Affected and Patched Versions

vBulletin VersionPatch Level RequiredStatus
5.0.0 – 5.7.5Patch Level 3Patched
6.0.0 – 6.0.3Patch Level 1Patched
6.0.4+N/ANot Vulnerable
6.1.1N/ANot Vulnerable

The assignment of CVE-2025-48827 and CVE-2025-48828 marks these vBulletin flaws as critical, with active exploitation confirmed.

Administrators are urged to patch immediately and audit their systems, as attackers are leveraging these vulnerabilities to gain full control over vulnerable forum installations.

Find this News Interesting! Follow us on Google NewsLinkedIn, & X to Get Instant Updates!

Anupriya
Anupriya
Any Priya is a cybersecurity reporter at GBHackers On Security, specializing in cyber attacks, dark web monitoring, data breaches, vulnerabilities, and malware. She delivers in-depth analysis on emerging threats and digital security trends.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Hackers Use Ethereum Smart Contracts to Keep New GoCaracal Malware Connected

Dark Caracal-linked operators are using Ethereum smart contracts as...

OpenAI Warns AI-Enabled Cyberattacks Will Surge, Calls for Global Cyber Defense

OpenAI has issued a warning that AI-enabled cyberattacks could...

PaperCut Warns of Actively Exploited Vulnerability Affecting NG and MF Servers

PaperCut has issued an urgent security advisory after confirming...

Critical cPanel Vulnerability Allows Attackers to Gain Full Root Control of Servers

A critical vulnerability in cPanel/WHM could allow authenticated attackers...

AWS Security Teams Can Correlate CloudTrail, VPC and Route 53 Logs to Detect Attacks

AWS security teams can improve detection of multi-stage intrusions...

Hackers Exploit CVE-2023-49105 to Steal Nuclear Records From Philippine Research Agency

Suspected Chinese-speaking operators exploited the critical ownCloud flaw CVE-2023-49105...

CISA Warns of Actively Exploited Citrix NetScaler ADC and Gateway Vulnerability

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has...

Related Articles

Recent News