CVE-2022-29862: Security Update for the OPC UA .NET Standard Stack
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.82043%
CWE
Published
6/17/2022
Updated
1/30/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
OPCFoundation.NetStandard.Opc.Ua.Core | nuget | <= 1.4.368.53 | 1.4.368.58 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability (CWE-835) involves an infinite loop during secure channel message processing. The BinaryDecoder.ReadMessage
method is a core message parsing component in OPC UA .NET Standard Stack, responsible for decoding incoming messages. A crafted message could exploit improper loop termination checks in this method, causing indefinite processing. The patched version (1.4.368.58) likely added validation
to break the loop. While exact code isn't available, the function's
role in message decoding aligns with the described attack vector.