CVE-2026-45799

Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.3.0 and 7.0.0-alpha03, ByteArrayProtoReader32.skipGroup() and ProtoReader.skipGroup() in wire-runtime do not validate that a LENGTH_DELIMITED field length is non-negative before skip(), allowing a crafted protobuf varint encoding -128 as a signed Int to make skip(-128) move the internal position negative and make the next readByte() throw ArrayIndexOutOfBoundsException instead of the documented IOException or ProtocolException, which can crash services using ProtoAdapter.decode(byte[]) on untrusted payloads. This issue is fixed in versions 6.3.0 and 7.0.0-alpha03.
Configurations

No configuration.

History

20 Jul 2026, 15:16

Type Values Removed Values Added
References () https://github.com/square/wire/security/advisories/GHSA-7xpr-hc2w-34m9 - () https://github.com/square/wire/security/advisories/GHSA-7xpr-hc2w-34m9 -

17 Jul 2026, 20:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-17 20:17

Updated : 2026-07-23 16:15


NVD link : CVE-2026-45799

Mitre link : CVE-2026-45799

CVE.ORG link : CVE-2026-45799


JSON object : View

Products Affected

No product.

CWE
CWE-129

Improper Validation of Array Index