CVE-2026-63126
Last modified
CVE-2026-63126 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.5 and 7.0.0-alpha04, Wire protobuf readers do not consistently validate attacker-controlled lengths against the current logical message boundary before advancing cursors, pointers, limits, slices, or allocations.
Description
Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.5 and 7.0.0-alpha04, Wire protobuf readers do not consistently validate attacker-controlled lengths against the current logical message boundary before advancing cursors, pointers, limits, slices, or allocations. In Kotlin, ProtoAdapter.decode(ByteArray) and ProtoAdapter.decode(ByteString) use ByteArrayProtoReader32.internalNextLengthDelimited(), where a positive oversized length can wrap pos + length to a negative limit and escape the existing negative-length check. Related ProtoReader, ReadBuffer.readVarint(), ReadBuffer.verifyAdditional(count:), packed-repeated, nested-message, and ProtoDecoder.decodeSizeDelimited(_:from:) paths can cross logical boundaries, perform pointer arithmetic, reserve capacity, or convert an unrepresentable size before proving the requested bytes exist. An attacker who supplies malformed protobuf bytes can cause unchecked exceptions, traps, out-of-bounds behavior, or excessive allocation, resulting in denial of service without known confidentiality, integrity, or code-execution impact. This issue is fixed in versions 6.4.5 and 7.0.0-alpha04.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| square | wire | < 6.4.5; >= 7.0.0-alpha01, < 7.0.0-alpha04 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-63126?
How severe is CVE-2026-63126?
How do I fix CVE-2026-63126?
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-63117FreeRDP is a free implementation of the Remote Desktop Proto…6.5
- CVE-2026-63118MCP Ruby SDK is the official Ruby SDK for Model Context Prot…6.9
- CVE-2026-63119MCP Ruby SDK is the official Ruby SDK for Model Context Prot…6.2
- CVE-2026-6312Insufficient policy enforcement in Passwords in Google Chrom…3.1
- CVE-2026-63123Tina is a headless content management system. Prior to 2.5.2…6.5
- CVE-2026-63125Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-63127RMCP is an official Rust SDK for the Model Context Protocol.…8.2
- CVE-2026-63128RMCP is an official Rust SDK for the Model Context Protocol.…7.5
- CVE-2026-6313Insufficient policy enforcement in CORS in Google Chrome pri…3.1
- CVE-2026-63131OpenBao is an open source identity-based secrets management …6
- CVE-2026-63132OpenBao is an open source identity-based secrets management …9.2
- CVE-2026-63133Malcolm is a network traffic analysis tool suite. Prior to v…6.5
Are you affected by CVE-2026-63126?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
