CVE-2026-54635
Last modified
CVE-2026-54635 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. pytonapi is a Python SDK for TONAPI that provides REST API, streaming, and webhook access to the TON blockchain. From 2.0.0 to 2.2.0, TonapiWebhookDispatcher fails to validate the Authorization header when a webhook handler is registered with the documented path argument, because setup() stores bearer tokens only under the default suffix paths and never adds the custom path to the token map, so self._tokens.get(path) returns None and the authentication guard is skipped. EPSS estimates a 0.42% chance of exploitation in the next 30 days.
Description
pytonapi is a Python SDK for TONAPI that provides REST API, streaming, and webhook access to the TON blockchain. From 2.0.0 to 2.2.0, TonapiWebhookDispatcher fails to validate the Authorization header when a webhook handler is registered with the documented path argument, because setup() stores bearer tokens only under the default suffix paths and never adds the custom path to the token map, so self._tokens.get(path) returns None and the authentication guard is skipped. An unauthenticated remote attacker can POST forged payloads to the custom webhook endpoint and trigger victim-defined handlers. This issue is fixed in version 2.2.1.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nessshon | tonapi | >= 2.0.0, < 2.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-54635?
How severe is CVE-2026-54635?
How do I fix CVE-2026-54635?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-54609QTI Neon is a minimal, game-agnostic, relay-based UDP multip…8.6
- CVE-2026-54619sqlite3 provides Ruby bindings for the SQLite3 embedded data…2
- CVE-2026-5462A vulnerability was identified in Wahoo Fitness SYSTM App up…3.3
- CVE-2026-54620sqlite3 provides Ruby bindings for the SQLite3 embedded data…2
- CVE-2026-54621datamodel-code-generator generates Python data models from s…7.8
- CVE-2026-5463Command injection vulnerability in console.run_module_with_o…9.8
- CVE-2026-54636Dokku is a docker-powered PaaS. Prior to 0.38.7, the cron pl…9.9
- CVE-2026-54638gotd/td is a T Telegram MTProto API client in Go. Prior to 0…7.5
- CVE-2026-54639Style Dictionary, a build system for creating cross-platform…8.8
- CVE-2026-5464The ExactMetrics – Google Analytics Dashboard for WordPress …7.2
- CVE-2026-5465The Booking for Appointments and Events Calendar – Amelia pl…8.8
- CVE-2026-54650openhole exposes localhost to the internet in one command. I…8.6
Are you affected by CVE-2026-54635?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
