CVE-2026-52778

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, an unsafe execution vulnerability exists in the Bazar form field calculator (CalcField.php) of YesWiki. The application attempts to sanitize user-defined mathematical formulas using a complex recursive regular expression before passing them to the PHP eval() function. This implementation is inherently flawed: it is vulnerable to Regular Expression Denial of Service (ReDoS / Stack Overflow) which can crash the server, and it creates a high-risk architecture where any logic bypass directly results in arbitrary PHP code execution. Version 4.6.6 patches the issue.
Configurations

No configuration.

History

09 Jun 2026, 17:17

Type Values Removed Values Added
References () https://github.com/YesWiki/yeswiki/security/advisories/GHSA-px5m-h76g-p7p8 - () https://github.com/YesWiki/yeswiki/security/advisories/GHSA-px5m-h76g-p7p8 -

08 Jun 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-08 19:16

Updated : 2026-06-17 10:57


NVD link : CVE-2026-52778

Mitre link : CVE-2026-52778

CVE.ORG link : CVE-2026-52778


JSON object : View

Products Affected

No product.

CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')

CWE-1333

Inefficient Regular Expression Complexity