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.
CVE-2026-52767
This high-severity CVE scores 8.2 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 87% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.2
- EG Score
- 8.2(medium)
- EG Risk
- 68(Attend)EG Risk 68/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity82% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 13%
- KEV
- Not listed
Published
July 9, 2026
Last Modified
September 8, 2026
Advisory Details (3)
Auto-updated Sep 4, 2026v4.6.6
Patch available: YesWiki/yeswiki v4.6.6
https://github.com/YesWiki/yeswiki/releases/tag/v4.6.6commit d1795e0301e1 (YesWiki/yeswiki)
Patch available: YesWiki/yeswiki v4.6.6 (contains commit d1795e0301e1)
https://github.com/YesWiki/yeswiki/commit/d1795e0301e1a1078f17b4b98f56fff70de2029eUnauthenticated ActivityPub Signature-Verification Bypass via `!openssl_verify(...)` accepting `int(-1)` · Advisory · YesWiki/yeswiki · GitHub
https://github.com/YesWiki/yeswiki/security/advisories/GHSA-mv28-wj57-f57gVendor Advisories for CVE-2026-52767(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Packagist(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| yeswiki/yeswiki | v4.6.2, v4.6.3, v4.6.4, v4.6.5 | 4.6.6 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 6× in last 7d / 17× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 05:35 UTCEG score recompute
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-13 23:45 UTCEG score recompute
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-12 15:06 UTCEG score recompute
- 2026-09-12 03:21 UTCEG score recompute
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-08 22:54 UTCEG score recompute
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 13:59 UTCEG score recompute
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-05 22:30 UTCEG score recompute
- 2026-09-05 00:19 UTCEG score recompute
- 2026-07-30 11:22 UTCEG score recompute
- 2026-07-26 12:17 UTCEG score recompute
- 2026-07-23 03:19 UTCEG score recompute
- 2026-07-09 21:46 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-52767?
When was CVE-2026-52767 disclosed?
Is CVE-2026-52767 actively exploited?
What is the CVSS score of CVE-2026-52767?
How do I remediate CVE-2026-52767?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-52767
Is Your Infrastructure Affected by CVE-2026-52767?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.