CVE-2026-54638

gotd/td is a T Telegram MTProto API client in Go. Prior to 0.145.1, proto.UnencryptedMessage.Decode in proto/unencrypted_message.go read attacker controlled dataLen from an unauthenticated MTProto unencrypted packet and allocated make([]byte, dataLen) before checking the remaining buffer, allowing remote unauthenticated denial of service through excessive memory allocation and CPU or garbage collection pressure. This issue is fixed in version 0.145.1.
Configurations

No configuration.

History

28 Jul 2026, 23:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-28 23:17

Updated : 2026-07-29 15:16


NVD link : CVE-2026-54638

Mitre link : CVE-2026-54638

CVE.ORG link : CVE-2026-54638


JSON object : View

Products Affected

No product.

CWE
CWE-770

Allocation of Resources Without Limits or Throttling

CWE-789

Memory Allocation with Excessive Size Value