๐Ÿ” CVE Alert

CVE-2026-52767

HIGH 8.2

YesWiki: Unauthenticated ActivityPub Signature-Verification Bypass via `!openssl_verify(...)` accepting `int(-1)`

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

YesWiki is a wiki system written in PHP. From version 4.6.2 to before version 4.6.6, HttpSignatureService::verifySignature() checks the result of PHP's openssl_verify() with a loose boolean negation - if (!openssl_verify(...)) { throw ... }. PHP's openssl_verify has four possible return values: 1, 0, -1, and "false". The -1 row is the bypass: PHP's truthiness rules make -1 a truthy value, so !(-1) === false, the throw is skipped, and the controller proceeds to processActivity(). Any condition that makes OpenSSL's EVP_VerifyFinal() return -1 triggers the bypass. The reachable consequence is the controller silently treats a failed verification as success and processes the attacker's payload. This issue has been patched in version 4.6.6.

CWE CWE-347
Vendor yeswiki
Product yeswiki
Published Sep 4, 2026
Last Updated Sep 8, 2026
Stay Ahead of the Next One

Get instant alerts for yeswiki yeswiki

Be the first to know when new high vulnerabilities affecting yeswiki yeswiki are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

YesWiki / yeswiki
>= 4.6.2, < 4.6.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/YesWiki/yeswiki/security/advisories/GHSA-mv28-wj57-f57g github.com: https://github.com/YesWiki/yeswiki/commit/d1795e0301e1a1078f17b4b98f56fff70de2029e github.com: https://github.com/YesWiki/yeswiki/releases/tag/v4.6.6