A AegiFlow
HIGHCVSS 7.5EPSS 0.5%

CVE-2026-45799

CVE-2026-45799 updated by NVD

Published
2026-05-19
Modified
2026-08-14
EPSS percentile
39%
Sources
github-advisory, nvd

Summary

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.

Affected packages

EcosystemPackageAffected versionsFixed versions
Mavencom.squareup.wire:wire-runtime6.3.0, 7.0.0-alpha03
Mavencom.squareup.wire:wire-runtime-jvm6.3.0, 7.0.0-alpha03

Remediation: Upgrade to 6.3.0 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

Includes data from the National Vulnerability Database (NIST). NVD data is in the public domain; this page is not endorsed by NIST.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.