Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45799 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-129Improper Validation of Array Index[email protected]

Affected Products

ProductVersions
squareup wire
< 6.3.0
7.0.0 alpha01
7.0.0 alpha02

CPE

  • cpe:2.3:a:squareup:wire:*:*:*:*:*:*:*:*
  • cpe:2.3:a:squareup:wire:7.0.0:alpha01:*:*:*:*:*:*
  • cpe:2.3:a:squareup:wire:7.0.0:alpha02:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45799
NVD Published Date:
Jul 17, 2026
NVD Last Modified:
Aug 12, 2026
Source:
[email protected]
CVE-2026-45799 Details - Not Deferred