๐Ÿ” CVE Alert

CVE-2026-72861

MEDIUM 5.8

Appwrite Templates github-issue-bot Skips Webhook Signature Verification When the X-Hub-Signature-256 Header Is Absent

CVSS Score
5.8
EPSS Score
0.0%
EPSS Percentile
0th

The github-issue-bot templates in appwrite/templates verify the GitHub webhook signature with an inverted condition. verifyWebhook in node/github-issue-bot/src/github.js and in node-typescript/github-issue-bot/src/github.ts returns "typeof signature !== 'string' || (await verify(...))", so when the X-Hub-Signature-256 header is absent the first operand is true, the logical OR short-circuits, and the function reports success without performing any HMAC verification. main.js rejects a request only when verifyWebhook returns false, so an unauthenticated request carrying no signature passes the check. Processing then continues to postComment, which takes the repository and issue objects directly from the request body, letting the caller direct the deployed function to post a comment on a repository and issue of their choosing using the configured GITHUB_TOKEN, with the issue author login from the body interpolated into the comment text.

CWE CWE-347
Vendor appwrite
Product templates
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for appwrite templates

Be the first to know when new medium vulnerabilities affecting appwrite templates 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:C/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

appwrite / templates
0 โ‰ค 1.1.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/appwrite/templates/issues/350 github.com: https://github.com/appwrite/templates/blob/1.1.2/node/github-issue-bot/src/github.js github.com: https://github.com/appwrite/templates/blob/1.1.2/node-typescript/github-issue-bot/src/github.ts github.com: https://github.com/appwrite/templates/blob/1.1.2/node/github-issue-bot/src/main.js github.com: https://github.com/appwrite/templates vulncheck.com: https://www.vulncheck.com/advisories/appwrite-templates-github-issue-bot-skips-webhook-signature-verification-when-the-x-hub-signature-256-header-is-absent

Credits

๐Ÿ” potdf-bl4ck-570rm