Skip to main content

vBulletin CVE-2025-46171

MEDIUM
Uncontrolled Resource Consumption (CWE-400)
2025-07-23 cve@mitre.org
5.4
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
vuln.today AI
6.5 MEDIUM

Requires authenticated session (PR:L); impact is solely availability loss from forum crash (A:H); no confidentiality or integrity impact described.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

1
Analysis Generated
Jul 05, 2026 - 02:28 vuln.today

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2025-46171 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy