CVE-2026-7701 — Telegram Desktop Null Pointer Dereference
CVE-2026-7701 — A security vulnerability has been detected in Telegram Desktop up to 6.7.5. This vulnerability affects the function RequestButton of the file Telegram/SourceFiles/boxes/url_auth_box.cpp of the component Bot API. The manipulation of the argument login_url leads to null pointer derefer
What This Means For You
- If your environment is affected by CWE-404, CWE-476, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7701 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-7701 - Telegram Desktop Null Pointer Dereference via URL Auth Box
title: CVE-2026-7701 - Telegram Desktop Null Pointer Dereference via URL Auth Box
id: scw-2026-05-03-ai-1
status: experimental
level: medium
description: |
This rule detects the execution of Telegram Desktop with command line arguments that indicate the exploitation of CVE-2026-7701. The vulnerability lies in the RequestButton function within url_auth_box.cpp, where manipulation of the 'login_url' argument leads to a null pointer dereference. This detection focuses on the specific file path and a string indicative of the vulnerable function call within the command line, aiming to catch initial exploitation attempts.
author: SCW Feed Engine (AI-generated)
date: 2026-05-03
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7701/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Users\*\AppData\Roaming\Telegram Desktop\Telegram.exe'
CommandLine|contains:
- 'url_auth_box.cpp'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7701 | vulnerability | CVE-2026-7701 |
| CWE-404 | weakness | CWE-404 |
| CWE-476 | weakness | CWE-476 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 03, 2026 at 19:15 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.