CVE-2026-72861
Last modified
CVE-2026-72861 is a medium-severity vulnerability rated 5.8/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| appwrite | templates | <= 1.1.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-72861?
How severe is CVE-2026-72861?
How do I fix CVE-2026-72861?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72855Budibase before 3.40.0 contains server-side request forgery …8.5
- CVE-2026-72856Budibase versions before 3.40.0 contain an authorization/aut…8.1
- CVE-2026-72857Budibase before 3.40.0 fails to redact datasource credential…7.7
- CVE-2026-72858Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-72859Budibase versions 3.39.4 before 3.40.0 contain an authorizat…7.7
- CVE-2026-72860The POST /api/provider-nodes/validate route in 9router takes…8.5
- CVE-2026-72862Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72863Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72864Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72865Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72866Dokploy is a free, self-hostable Platform as a Service (PaaS…8.8
- CVE-2026-72867Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
Are you affected by CVE-2026-72861?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
