CVE-2026-61511
Received
Received - Intake
eval injection in vBulletin 5.x through 6.2.1
Vulnerability report for CVE-2026-61511, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-27
Last updated on: 2026-07-27
Assigner: VulnCheck
Description
Description
vBulletin 5.x through 5.7.5 and 6.x through 6.2.1 contains an eval injection vulnerability in the vB5_Template_Runtime::runMaths() method within the template runtime that allows unauthenticated remote attackers to execute arbitrary PHP code by supplying crafted input through the pagenav[pagenumber] parameter. Attackers can exploit the insufficiently restrictive regex filter by using phpfuck-style encoding with permitted characters to inject and execute arbitrary PHP code via the unauthenticated ajax/render template route without any authentication.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vbulletin | vbulletin | to 6.2.2 (exc) |
| vbulletin | vbulletin | to 6.2.1 (inc) |
| vbulletin | vbulletin | 5.x |
| vbulletin | vbulletin | 6.x |
| vbulletin | vbulletin | From 5.0 (inc) to 5.7.5 (inc) |
| vbulletin | vbulletin | From 6.0 (inc) to 6.2.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-95 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval"). |