Vulnerability record · CVE-2016-6195 · published 30 August 2016
CVE-2016-6195: vBulletin forumrunner SQL injection via postids parameter
VVbulletin · Vbulletin
vBulletin before 4.2.2 Patch Level 5 and 4.2.3 before Patch Level 1 contains a SQL injection flaw in forumrunner/includes/moderation.php, reachable through the postids parameter to forumrunner/request.php. The record states it was exploited in the wild in July 2016, so unpatched forums face active abuse.
Description
SQL injection vulnerability in forumrunner/includes/moderation.php in vBulletin before 4.2.2 Patch Level 5 and 4.2.3 before Patch Level 1 allows remote attackers to execute arbitrary SQL commands via the postids parameter to forumrunner/request.php, as exploited in the wild in July 2016.
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Automated analysis
critical priorityCVSS 9.8 with no authentication or interaction required, documented in-the-wild exploitation, and very high EPSS make this an urgent patch.
What it is
vBulletin before 4.2.2 Patch Level 5 and 4.2.3 before Patch Level 1 contains a SQL injection flaw in forumrunner/includes/moderation.php, reachable through the postids parameter to forumrunner/request.php. The record states it was exploited in the wild in July 2016, so unpatched forums face active abuse.
Impact
A remote attacker can execute arbitrary SQL commands against the forum database, potentially reading or altering any stored data, including user credentials and private messages.
Attack surface
Reachable over the network through forumrunner/request.php with no authentication and no user interaction required, per the CVSS vector AV:N/AC:L/PR:N/UI:N. The postids parameter is the injection point.
Exploitation
Not listed in CISA KEV, but the description states exploitation in the wild in July 2016 and EPSS is 0.68493 (99.3rd percentile), indicating high predicted activity. Reference tags include a technical description and a public GitHub tool, so exploit code is likely available.
What to do
- Upgrade to vBulletin 4.2.2 Patch Level 5 or 4.2.3 Patch Level 1 or later; apply the vendor patch referenced in the vBulletin advisory.
- If immediate patching is not possible, restrict or block access to forumrunner/request.php at the web server or WAF.
- Validate and parameterize the postids parameter in forumrunner/includes/moderation.php; do not concatenate it into SQL.
- Review database and web logs for prior exploitation attempts against forumrunner/request.php.
- Rotate forum database credentials and administrator passwords if compromise is suspected.
Detection
- Search web logs for requests to forumrunner/request.php with postids values containing SQL syntax such as quotes, UNION, or comment markers.
- Monitor database error logs for SQL syntax errors originating from forumrunner requests.
- Alert on unexpected outbound connections or new administrative accounts on the forum host.
- Use the public vbully tool signatures to test and detect vulnerable endpoints in a controlled manner.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| http://www.securityfocus.com/bid/92687 | |
| http://www.vbulletin.org/forum/showthread.php?t=322848 | Vendor Advisory |
| https://enumerated.wordpress.com/2016/07/11/1/ | Technical DescriptionThird Party Advisory |
| https://github.com/drewlong/vbully | |
| http://www.securityfocus.com/bid/92687 | |
| http://www.vbulletin.org/forum/showthread.php?t=322848 | Vendor Advisory |
| https://enumerated.wordpress.com/2016/07/11/1/ | Technical DescriptionThird Party Advisory |
| https://github.com/drewlong/vbully |
Track CVE-2016-6195 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2016-6195), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.