CVE-2026-7701
Null Pointer Dereference in Telegram Desktop Bot API
Publication date: 2026-05-03
Last updated on: 2026-05-19
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| telegram | desktop | to 6.7.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-404 | The product does not release or incorrectly releases a resource before it is made available for re-use. |
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Telegram Desktop up to version 6.7.5, specifically in the Bot API component's RequestButton function located in the file Telegram/SourceFiles/boxes/url_auth_box.cpp. The issue arises from the manipulation of the argument login_url, which leads to a null pointer dereference. This means that an attacker can remotely trigger the application to access a null pointer, potentially causing the program to crash or behave unexpectedly.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily a denial of service condition, as the null pointer dereference can cause Telegram Desktop to crash or become unstable. Since the attack can be initiated remotely without any privileges, it could disrupt the normal use of the application for users. However, there is no indication that this vulnerability leads to data compromise or unauthorized access.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided information does not specify how the vulnerability in Telegram Desktop affects compliance with common standards and regulations such as GDPR or HIPAA.