Vulnerability Description
YesWiki is a wiki system written in PHP. From version 4.6.2 to before version 4.6.6, the POST /api/forms/{formId}/actor/inbox route - exposed publicly with acl:"public" - accepts an HTTP Signature header whose keyId parameter is a URL. HttpSignatureService::verifySignature() parses the header and immediately makes a server-side HTTP GET to that URL, before any cryptographic verification or URL validation. An unauthenticated remote attacker can therefore make YesWiki issue arbitrary outbound HTTP requests to any host the server can reach - internal services, cloud-metadata endpoints (169.254.169.254), intranet-only admin panels, etc. - and read enough back via timing and error-message oracles to scan ports, enumerate services, and (on a real cloud instance) reach IAM metadata. The only deployment-side precondition is that ActivityPub be enabled on at least one Bazar form. This issue has been patched in version 4.6.6.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- http://github.com/YesWiki/yeswiki/commit/87e627f33e79879827a3669fee2aa1244612c48
- https://github.com/YesWiki/yeswiki/releases/tag/v4.6.6
- https://github.com/YesWiki/yeswiki/security/advisories/GHSA-vw42-752g-5mrp
- https://github.com/YesWiki/yeswiki/security/advisories/GHSA-vw42-752g-5mrp
FAQ
What is CVE-2026-52769?
CVE-2026-52769 is a vulnerability with a CVSS score of 8.3 (HIGH). YesWiki is a wiki system written in PHP. From version 4.6.2 to before version 4.6.6, the POST /api/forms/{formId}/actor/inbox route - exposed publicly with acl:"public" - accepts an HTTP Signature hea...
How severe is CVE-2026-52769?
CVE-2026-52769 has been rated HIGH with a CVSS base score of 8.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52769?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.