cve-2026-61695
HIGH CVSS 7.5 opencveWire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.1 and 7.0.0-alpha04, Wire's Swift runtime ProtoReader.skipGroup(expectedEndTag:unknownFieldsWriter:) accepts a negative length for a LENGTH_DELIMITED field inside an unknown START_GROUP field. ProtoReader.readData() forwards the negative count to ReadBuffer.readData(count:), whose upper-bound-only check permits the value to reach Foundation Data(bytes:count:) and trigger an unrecoverable process trap instead of a catchable ProtoDecoder.Error. Any Swift process decoding untrusted protobuf bytes can be crashed without authentication, user interaction, or knowledge of the target schema. This issue is fixed in versions 6.4.1 and 7.0.0-alpha04.
- Published
- 2026-09-23 19:17 UTC
- Last Modified
- 2026-09-23
CVSS details not available.
No product information available.
| Version | Base | Severity | Vector | Exploitability | Impact | Source |
|---|---|---|---|---|---|---|
| 3.1 | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
mitre | ||
| 3.1 | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
nvd | ||
| 3.1 | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
opencve |
No references available.
No linked vulnerabilities found.
{
"advisories": [
{
"id": "GHSA-86wm-r4c5-2rc9",
"source": "ghsa",
"title": "Wire Swift runtime: negative LENGTH_DELIMITED length in skipGroup() crashes any protobuf-decoding service",
"url": "https://github.com/advisories/GHSA-86wm-r4c5-2rc9"
}
],
"cve": "CVE-2026-61695",
"mitre": {
"cpes": [],
"created": "2026-09-23T18:44:11.336000+00:00",
"description": "Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.1 and 7.0.0-alpha04, Wire's Swift runtime ProtoReader.skipGroup(expectedEndTag:unknownFieldsWriter:) accepts a negative length for a LENGTH_DELIMITED field inside an unknown START_GROUP field. ProtoReader.readData() forwards the negative count to ReadBuffer.readData(count:), whose upper-bound-only check permits the value to reach Foundation Data(bytes:count:) and trigger an unrecoverable process trap instead of a catchable ProtoDecoder.Error. Any Swift process decoding untrusted protobuf bytes can be crashed without authentication, user interaction, or knowledge of the target schema. This issue is fixed in versions 6.4.1 and 7.0.0-alpha04.",
"metrics": {
"cvssV2_0": {},
"cvssV3_0": {},
"cvssV3_1": {
"score": 7.5,
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"cvssV4_0": {}
},
"mitre_repo_path": "cves/2026/61xxx/CVE-2026-61695.json",
"references": [
"https://github.com/square/wire/commit/24043b6b3a5e5974a978f2745b76d50b31407c1c",
"https://github.com/square/wire/commit/81ff7f24a6795d9a8be2e03f272b2d979a5d2c7e",
"https://github.com/square/wire/pull/3616",
"https://github.com/square/wire/releases/tag/6.4.1",
"https://github.com/square/wire/releases/tag/7.0.0-alpha04",
"https://github.com/square/wire/security/advisories/GHSA-86wm-r4c5-2rc9"
],
"title": "Wire Swift runtime: negative LENGTH_DELIMITED length in skipGroup() crashes any protobuf-decoding service",
"updated": "2026-09-23T18:44:11.336000+00:00",
"vendors": [],
"weaknesses": [
"CWE-129"
]
},
"nvd": {
"cpes": [],
"created": "2026-09-23T19:17:32.810000+00:00",
"description": "Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.1 and 7.0.0-alpha04, Wire's Swift runtime ProtoReader.skipGroup(expectedEndTag:unknownFieldsWriter:) accepts a negative length for a LENGTH_DELIMITED field inside an unknown START_GROUP field. ProtoReader.readData() forwards the negative count to ReadBuffer.readData(count:), whose upper-bound-only check permits the value to reach Foundation Data(bytes:count:) and trigger an unrecoverable process trap instead of a catchable ProtoDecoder.Error. Any Swift process decoding untrusted protobuf bytes can be crashed without authentication, user interaction, or knowledge of the target schema. This issue is fixed in versions 6.4.1 and 7.0.0-alpha04.",
"metrics": {
"cvssV2_0": {},
"cvssV3_0": {},
"cvssV3_1": {
"score": 7.5,
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"cvssV4_0": {}
},
"nvd_repo_path": "2026/CVE-2026-61695.json",
"references": [
"https://github.com/square/wire/commit/24043b6b3a5e5974a978f2745b76d50b31407c1c",
"https://github.com/square/wire/commit/81ff7f24a6795d9a8be2e03f272b2d979a5d2c7e",
"https://github.com/square/wire/pull/3616",
"https://github.com/square/wire/releases/tag/6.4.1",
"https://github.com/square/wire/releases/tag/7.0.0-alpha04",
"https://github.com/square/wire/security/advisories/GHSA-86wm-r4c5-2rc9"
],
"title": null,
"updated": "2026-09-23T19:17:32.810000+00:00",
"vendors": [],
"weaknesses": [
"CWE-129"
]
},
"opencve": {
"changes": [
{
"created": "2026-09-23T19:00:00+00:00",
"data": [
{
"details": {
"new": "Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.1 and 7.0.0-alpha04, Wire's Swift runtime ProtoReader.skipGroup(expectedEndTag:unknownFieldsWriter:) accepts a negative length for a LENGTH_DELIMITED field inside an unknown START_GROUP field. ProtoReader.readData() forwards the negative count to ReadBuffer.readData(count:), whose upper-bound-only check permits the value to reach Foundation Data(bytes:count:) and trigger an unrecoverable process trap instead of a catchable ProtoDecoder.Error. Any Swift process decoding untrusted protobuf bytes can be crashed without authentication, user interaction, or knowledge of the target schema. This issue is fixed in versions 6.4.1 and 7.0.0-alpha04.",
"old": null
},
"type": "description"
},
{
"details": {
"new": "Wire Swift runtime: negative LENGTH_DELIMITED length in skipGroup() crashes any protobuf-decoding service",
"old": null
},
"type": "title"
},
{
"details": {
"added": [
"CWE-129"
],
"removed": []
},
"type": "weaknesses"
},
{
"details": {
"added": [
"https://github.com/square/wire/commit/24043b6b3a5e5974a978f2745b76d50b31407c1c",
"https://github.com/square/wire/commit/81ff7f24a6795d9a8be2e03f272b2d979a5d2c7e",
"https://github.com/square/wire/pull/3616",
"https://github.com/square/wire/releases/tag/6.4.1",
"https://github.com/square/wire/releases/tag/7.0.0-alpha04",
"https://github.com/square/wire/security/advisories/GHSA-86wm-r4c5-2rc9"
],
"removed": []
},
"type": "references"
},
{
"details": {
"added": {
"cvssV3_1": {
"score": 7.5,
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
},
"removed": {},
"updated": {}
},
"type": "metrics"
}
],
"id": "63738000-00af-4e68-b860-d6d6fc7eba0d"
}
],
"cpes": {
"data": [],
"providers": []
},
"created": {
"data": "2026-09-23T18:44:11.336000+00:00",
"provider": "mitre"
},
"description": {
"data": "Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.4.1 and 7.0.0-alpha04, Wire's Swift runtime ProtoReader.skipGroup(expectedEndTag:unknownFieldsWriter:) accepts a negative length for a LENGTH_DELIMITED field inside an unknown START_GROUP field. ProtoReader.readData() forwards the negative count to ReadBuffer.readData(count:), whose upper-bound-only check permits the value to reach Foundation Data(bytes:count:) and trigger an unrecoverable process trap instead of a catchable ProtoDecoder.Error. Any Swift process decoding untrusted protobuf bytes can be crashed without authentication, user interaction, or knowledge of the target schema. This issue is fixed in versions 6.4.1 and 7.0.0-alpha04.",
"provider": "mitre"
},
"metrics": {
"cvssV2_0": {
"data": {},
"provider": null
},
"cvssV3_0": {
"data": {},
"provider": null
},
"cvssV3_1": {
"data": {
"score": 7.5,
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"provider": "mitre"
},
"cvssV4_0": {
"data": {},
"provider": null
},
"epss": {
"data": {},
"provider": null
},
"kev": {
"data": {},
"provider": null
},
"ssvc": {
"data": {},
"provider": null
},
"threat_severity": {
"data": null,
"provider": null
}
},
"references": {
"data": [
"https://github.com/square/wire/commit/24043b6b3a5e5974a978f2745b76d50b31407c1c",
"https://github.com/square/wire/commit/81ff7f24a6795d9a8be2e03f272b2d979a5d2c7e",
"https://github.com/square/wire/pull/3616",
"https://github.com/square/wire/releases/tag/6.4.1",
"https://github.com/square/wire/releases/tag/7.0.0-alpha04",
"https://github.com/square/wire/security/advisories/GHSA-86wm-r4c5-2rc9"
],
"providers": [
"mitre",
"nvd"
]
},
"title": {
"data": "Wire Swift runtime: negative LENGTH_DELIMITED length in skipGroup() crashes any protobuf-decoding service",
"provider": "mitre"
},
"updated": {
"data": "2026-09-23T18:44:11.336000+00:00",
"provider": "mitre"
},
"vendors": {
"data": [],
"providers": []
},
"weaknesses": {
"data": [
"CWE-129"
],
"providers": [
"mitre",
"nvd"
]
}
}
}