vBulletin
CVE-2025-46171
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Requires authenticated session (PR:L); impact is solely availability loss from forum crash (A:H); no confidentiality or integrity impact described.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
vBulletin 3.8.7 is vulnerable to a denial-of-service condition via the misc.php?do=buddylist endpoint. If an authenticated user has a sufficiently large buddy list, processing the list can consume excessive memory, exhausting system resources and crashing the forum.
AnalysisAI
Uncontrolled resource consumption in vBulletin 3.8.7 allows an authenticated forum user to crash the forum by requesting the misc.php?do=buddylist endpoint when their buddy list is sufficiently large, exhausting server memory and causing a denial-of-service condition. The affected version (3.8.7) is a legacy release of the vBulletin PHP forum software, limiting the real-world attack surface to older, unmaintained deployments. No public exploit identified at time of analysis via CISA KEV, but a publicly available proof-of-concept exists on GitHub; EPSS sits at 0.25% (16th percentile), indicating low exploitation probability in the current threat landscape.
Technical ContextAI
vBulletin is a PHP-based commercial forum platform. Version 3.8.7 (CPE: cpe:2.3:a:vbulletin:vbulletin:3.8.7:*:*:*:*:*:*:*) is a legacy release from the 3.x branch, far superseded by the 5.x and 6.x series. The vulnerable code path resides in misc.php with the action parameter set to 'buddylist', which processes a forum user's contact/friend list. The root cause is CWE-400 (Uncontrolled Resource Consumption): when a user has accumulated an excessively large buddy list, the server-side PHP process iterates over or loads that list without enforcing a size or memory ceiling, consuming memory in proportion to list size until the host process is exhausted or killed. This is a classic resource exhaustion pattern in legacy PHP applications where pagination, lazy loading, or input bounds were not enforced at the data retrieval layer.
RemediationAI
No vendor-released patch is identified at the time of analysis for vBulletin 3.8.7; the 3.x branch has been end-of-life for years and is unlikely to receive security updates. The primary remediation is to upgrade to a supported vBulletin release (5.x or 6.x) or migrate to an actively maintained forum platform. As a compensating control, administrators can impose a hard limit on the maximum number of contacts a user may add (via admin panel settings if available in 3.8.7, or via direct database enforcement with a trigger or scheduled cleanup), which directly eliminates the unbounded growth condition that triggers the vulnerability. Additionally, applying PHP memory limits (memory_limit in php.ini) and per-request timeout settings (max_execution_time) will constrain the blast radius - the forum process will terminate with an error rather than consuming all available host memory, though the request will still fail. Rate-limiting or WAF rules on GET requests to misc.php?do=buddylist can reduce automated abuse. Each compensating control trades some legitimate functionality (large buddy lists, long PHP execution windows) for availability protection.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today