CVE-2022-39823
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn issue was discovered in Softing OPC UA C++ SDK 5.66 through 6.x before 6.10. An OPC/UA browse request exceeding the server limit on continuation points may cause a use-after-free error
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA use-after-free vulnerability exists in Softing OPC UA C++ SDK versions 5.66 through 6.x before 6.10. When an OPC/UA browse request exceeds the server's configured limit on continuation points, the server may attempt to access memory that has already been freed, leading to potential code execution or denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 5.20, <= 5.22>= 5.70, <= 6.00CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Softing OPC UA installationLocate Softing Opc or Softing OPC UA C++ SDK components on the system, typically installed in program directories or as part of OPC UA server deploymentsAffected if Softing OPC UA software is present on the system
-
Determine installed versionCheck version information for the installed Softing Opc (versions 5.20-5.22) or Softing OPC UA C++ SDK (versions 5.70-6.00) using product-specific commands, file properties, or configuration toolsAffected if Installed version falls within >= 5.20 to <= 5.22 for Softing Opc, or >= 5.70 to <= 6.00 for the C++ SDK
-
Verify OPC UA server is runningConfirm that an OPC UA server built on the affected Softing SDK is currently active and accepting client connectionsAffected if An OPC UA server instance is running using the vulnerable SDK version
-
Check continuation point configurationInspect server configuration files or settings related to browse continuation point limits if accessibleAffected if Continuation point limits are configured and browse requests can exceed those limits
The environment is affected if Softing Opc (5.20-5.22) or Softing OPC UA C++ SDK (5.70-6.00) is installed and an OPC UA server using the SDK is running with configurable continuation point limits that client requests can exceed.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Softing OPC UA C++ SDK version 6.10 or later. If immediate upgrading is not feasible, implement request rate limiting on OPC/UA browse operations to prevent clients from sending requests that exceed the continuation point limit.
Softing OPC UA C++ SDK 6.10 or later
- 1. Identify the currently installed version of Softing OPC UA C++ SDK by checking project dependencies or build configuration
- 2. Confirm the version falls within the affected range: 5.66 through 6.x before 6.10 (or the listed Opc 5.20-5.22 and Opc Ua C++ SDK 5.70-6.00 ranges)
- 3. Obtain the fixed release (version 6.10 or later) from the official Softing download channels at industrial.softing.com or www.softing.com
- 4. Review the release notes for version 6.10 to understand any API changes or migration requirements
- 5. Update the dependency in your project configuration (e.g., CMake, package manager, or build system) to specify version 6.10 or higher
- 6. Rebuild and test the application to ensure compatibility with the new SDK version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,656.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-39823 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-39823 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data