๐Ÿ” CVE Alert

CVE-2026-63126

HIGH 7.5

Wire: Unauthenticated decoder crash via 32-bit length integer overflow in ByteArrayProtoReader32 (incomplete fix of CVE-2026-45799)

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-190
Vendor square
Product wire
Published Sep 16, 2026
Last Updated Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for square wire

Be the first to know when new high vulnerabilities affecting square wire are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

square / wire
< 6.4.5 >= 7.0.0-alpha01, < 7.0.0-alpha04

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/square/wire/security/advisories/GHSA-9rm7-3qhh-h2mc github.com: https://github.com/square/wire/pull/3635 github.com: https://github.com/square/wire/commit/082d5d83cec57ef68f1dd7d3e3d1d641c1fb670f github.com: https://github.com/square/wire/commit/25ebcabb9ab7f12d1d77af75ecbc51726fddc015 github.com: https://github.com/square/wire/releases/tag/6.4.5 github.com: https://github.com/square/wire/releases/tag/7.0.0-alpha04