LiveActive security incident?Get immediate response
CVE Record

CVE-2020-10290: RVD#1495: Universal Robots URCaps execute with unbounded privileges

Universal Robots controller execute URCaps (zip files containing Java-powered applications) without any permission restrictions and a wide API that presents many primitives that can compromise the overall robot operations as demonstrated in our video. In our PoC we demonstrate how a malicious actor could 'cook' a custom URCap that when deployed by the user (intendedly or unintendedly) compromises the system

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Universal Robots URx controllers can run URCap add-ons with no permission boundaries. A malicious URCap, once deployed, could use broad Java/API privileges to affect robot operations and potentially confidentiality, integrity, and availability. The source bundle does not identify a patched version or specific fixed release.

Executive priority

Treat this as a governance and operational-risk issue for robot environments. Prioritize sites where UR robots affect production continuity or sensitive workflows, especially where URCap installation is decentralized.

Technical view

CVE-2020-10290 describes CWE-250 excessive privilege handling in Universal Robots URCaps. URCaps are ZIP-packaged Java applications executed by the controller without permission restrictions, exposing broad API primitives. CVSS 3.0 is 6.8 with physical attack vector and high CIA impact.

Likely exposure

Organizations using Universal Robots URx controllers and installing third-party, custom, or poorly governed URCaps are the likely exposure group. Versions are unspecified in the provided sources.

Exploitation context

The record describes proof-of-concept malicious URCap behavior, but KEV is false and the supplied sources do not show active exploitation in the wild.

Researcher notes

Evidence is limited to the CVE record and Alias Robotics RVD issue. Affected versions are unspecified, and no vendor fix is named in the bundle. Avoid broad claims beyond URx controllers and URCap execution permissions.

Mitigation direction

  • Pause installation of unverified URCaps on Universal Robots controllers.
  • Remove or quarantine untrusted URCaps after operational approval.
  • Limit who can deploy URCaps and require change-control review.
  • Check Universal Robots guidance for patches or hardening; sources do not name a fix.

Validation and detection

  • Inventory Universal Robots URx controllers and installed URCaps.
  • Confirm each URCap source, business owner, and deployment date.
  • Review change records for unexpected or unapproved URCap installations.
  • Check vendor documentation or advisories for applicable security updates.
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-250: 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
cve · low confidence lookup

CVE-2020-10290 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
Medium
CVSS
6.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
6.8CVSS 3.0MediumCVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H0.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.8Medium
CVSS 3.0 vector shape for CVE-2020-10290Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
Universal RobotsURxunspecifiedListed
Weakness

CWE details

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

CWE-250 · source CWE mapping

Execution with Unnecessary Privileges

Execution with Unnecessary Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.