← Vulnerability feed

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.

9.8 CVSS 3.0 Critical EPSS 68% · top 0.7% CWE-89 · SQL injection
9.8CVSS 3.0 base score, v2 7.5
68%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References
17 Jun 2026Last modified by NVD

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

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

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

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.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2020-17496vBulletin ajax render endpoint allows unauthenticated remote command executionvBulletin 5.5.4 through 5.6.2 permits remote command execution through crafted subWidgets data sent to an ajax/render/widget_tabbedcontainer_tab_pane…KEVEPSS 88%analysed9.8CVE-2019-16759vBulletin 5.x widgetConfig code parameter remote code executionvBulletin 5.x through 5.5.4 passes the widgetConfig[code] parameter from an ajax/render/widget_php routestring request into PHP code execution, allow…KEVEPSS 100%analysed9.8CVE-2025-48827vBulletin unauthenticated protected API method invocation on PHP 8.1+vBulletin 5.0.0 through 5.7.5 and 6.0.0 through 6.0.3 on PHP 8.1 or later lets unauthenticated users invoke protected API controller methods, as show…EPSS 76%analysed9.8CVE-2023-25135Vbulletin deserialization of untrusted data vulnerabilityvBulletin before 5.6.9 PL1 allows an unauthenticated remote attacker to execute arbitrary code via a crafted HTTP request that triggers deserializati…EPSS 24%9.8CVE-2020-7373vBulletin ajax/render widget subWidgets remote code executionvBulletin 5.5.4 through 5.6.2 allows remote command execution through crafted subWidgets data in an ajax/render/widget_tabbedcontainer_tab_panel requ…EPSS 45%analysed9.8CVE-2020-12720vBulletin access control flaw enables unauthenticated SQL injectionvBulletin before 5.5.6pl1, 5.6.0 before 5.6.0pl1, and 5.6.1 before 5.6.1pl1 contains incorrect access control that is classified as SQL injection and…EPSS 89%analysed9.8CVE-2019-17132Vbulletin improper input validation vulnerabilityvBulletin through 5.5.4 mishandles custom avatars.EPSS 12%9.8CVE-2017-17671Vbulletin path traversal vulnerabilityvBulletin through 5.3.x on Windows allows remote PHP code execution because a require_once call is reachable with an unauthenticated request that can…EPSS 3.1%

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.