LiveActive security incident?Get immediate response
CVE Record

CVE-2020-10292: Service DoS through arbitrary pointer dereferencing on KUKA simulator

Visual Components (owned by KUKA) is a robotic simulator that allows simulating factories and robots in order toimprove planning and decision-making processes. Visual Components software requires a special license which can beobtained from a network license server. The network license server binds to all interfaces (0.0.0.0) and listensfor packets over UDP port 5093. No authentication/authorization is required in order to communicate with theserver. The protocol being used is a property protocol by RMS Sentinel which provides the licensing infrastructurefor the network license server. RMS Sentinel license manager service exposes UDP port 5093 which provides sensitivesystem information that could be leveraged for further exploitation without any kind of authentication. Thisinformation includes detailed hardware and OS characteristics.After a decryption process, a textual protocol is found which contains a simple header with the requested command,application-identifier, and some arguments. The protocol is vulnerable to DoS through an arbitrary pointerderreference. This flaw allows an attacker to to pass a specially crafted package that, when processed by theservice, causes an arbitrary pointer from the stack to be dereferenced, causing an uncaught exception thatterminates the service. This can be further contructed in combination with RVDP#710 which exploits an informationdisclosure leak, or with RVDP#711 for an stack-overflow and potential code execution.Beyond denying simulations, Visual Components provides capabilities to interface with industrial machinery andautomate certain processes (e.g. testing, benchmarking, etc.) which depending on the DevOps setup might beintegrated into the industrial flow. Accordingly, a DoS in the simulation might have higher repercusions, dependingon the Industrial Control System (ICS) ICS infrastructure.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-10292 affects the Visual Components Network License Server used with KUKA-owned robotic simulation software. An unauthenticated network packet can crash the licensing service, disrupting simulator availability. The business impact depends on whether simulation, testing, benchmarking, or industrial automation workflows rely on that license service.

Executive priority

Treat as a high-priority availability risk if Visual Components supports engineering or industrial workflows. Prioritize exposure reduction immediately, then confirm vendor-supported remediation. If the server is isolated and non-operational, urgency is lower but still warrants tracking.

Technical view

The RMS Sentinel-based license service in Visual Components Network License Server 2.0.8 listens on UDP 5093 on all interfaces and accepts unauthenticated traffic. A crafted packet can trigger arbitrary pointer dereferencing from the stack, causing an uncaught exception and service termination. CVSS is 8.2 high.

Likely exposure

Exposure is most likely where Visual Components Network License Server 2.0.8 is reachable on UDP 5093 from broad internal networks, VPNs, or the internet. Risk rises in industrial environments where simulator availability supports operational workflows.

Exploitation context

The source bundle does not show CISA KEV listing or public active exploitation evidence. The CVE description says the issue can be combined with related information disclosure or stack-overflow issues, but this assessment does not infer exploitation beyond the cited text.

Researcher notes

Key unknowns are patch availability, supported upgrade paths, and real-world exploitation. Validate exposure defensively without crash testing production systems. The most relevant facts are unauthenticated UDP reachability, all-interface binding, and the affected Network License Server 2.0.8 version.

Mitigation direction

  • Check KUKA or Visual Components guidance for supported fixes or updated license server versions.
  • Restrict UDP 5093 access to authorized license clients only.
  • Block internet exposure to the license server.
  • Segment simulator licensing systems away from production industrial control networks.
  • Monitor and restart the license service under approved operational procedures.

Validation and detection

  • Inventory hosts running Visual Components Network License Server 2.0.8.
  • Confirm UDP 5093 is not reachable from untrusted networks.
  • Review firewall and segmentation rules protecting the license server.
  • Check service logs and monitoring for unexpected crashes or restarts.
  • Map simulator, testing, and automation workflows dependent on this license service.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-248: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-10292 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.2 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H3.94.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.2High
CVSS 3.0 vector shape for CVE-2020-10292Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
KUKA Roboter GmbHVisual Components Network License Server 2.0.8unspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-248 · source CWE mapping

Uncaught Exception

Uncaught Exception represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.