LiveActive security incident?Get immediate response
CVE Record

CVE-2020-10058: Multiple Syscalls In kscan Subsystem Performs No Argument Validation

Multiple syscalls in the Kscan subsystem perform insufficient argument validation, allowing code executing in userspace to potentially gain elevated privileges. See NCC-ZEP-006 This issue affects: zephyrproject-rtos zephyr version 2.1.0 and later versions.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw is in Zephyr RTOS, used in embedded and IoT firmware. If low-privileged code is already running on an affected device, weak syscall argument checks in the Kscan subsystem may let it gain higher privileges. It is serious for devices that allow userspace apps or plugins.

Executive priority

Treat this as high priority for embedded products that permit local apps, scripts, plugins, or third-party code. It is lower urgency for locked-down devices with no userspace extensibility, but still requires tracking because impact after local code execution is high.

Technical view

CVE-2020-10058 is CWE-20 improper input validation in multiple Kscan syscalls. The CVSS vector is local, high complexity, low privileges, no user interaction, scope changed, with high confidentiality, integrity, and availability impact. The source bundle identifies Zephyr 2.1.0 and later as affected.

Likely exposure

Exposure is most likely in products or firmware built on Zephyr 2.1.0 or later where the Kscan subsystem and userspace syscall interface are present. This is not described as a remote network vulnerability in the provided sources.

Exploitation context

The provided data does not show CISA KEV listing or active exploitation. Exploitation requires existing local low-privileged code execution and high complexity, but successful exploitation could cross privilege boundaries and affect device confidentiality, integrity, and availability.

Researcher notes

The bundle names Kscan syscall argument validation as the root issue and references NCC-ZEP-006, Zephyr security tracking, and two Zephyr pull requests. The provided evidence does not include exploit details, fixed version numbers, or confirmed in-the-wild exploitation.

Mitigation direction

  • Inventory products and firmware builds using Zephyr RTOS 2.1.0 or later.
  • Check Zephyr’s CVE page and linked PRs for supported remediation guidance.
  • Prioritize devices that run untrusted or separately privileged userspace code.
  • Limit deployment of untrusted userspace components until vendor guidance is applied.
  • Rebuild and redeploy affected firmware following Zephyr project guidance.

Validation and detection

  • Confirm the exact Zephyr version used in each firmware build.
  • Check whether Kscan and userspace syscall support are enabled.
  • Review whether local userspace code can run on affected devices.
  • Verify remediation against Zephyr’s vulnerability page and referenced pull requests.
  • Run product regression tests after rebuilding firmware with vendor-approved changes.
Prepared
Confidence
medium
Sources
6

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-20: 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-10058 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
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/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
5Source 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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H1.16Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2020-10058Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
zephyrproject-rtoszephyr2.1.0Listed
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

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