LiveActive security incident?Get immediate response
CVE Record

CVE-2020-10067: Integer Overflow In is_in_region Allows User Thread To Access Kernel Memory

A malicious userspace application can cause a integer overflow and bypass security checks performed by system call handlers. The impact would depend on the underlying system call and can range from denial of service to information leak to memory corruption resulting in code execution within the kernel. See NCC-ZEP-005 This issue affects: zephyrproject-rtos zephyr version 1.14.1 and later versions. version 2.1.0 and later versions.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in Zephyr RTOS memory boundary checking could let a malicious local application bypass protections between user and kernel memory. Business impact depends on device design and exposed syscalls, ranging from device crashes to data exposure or kernel-level compromise.

Executive priority

Treat this as high priority for Zephyr-based embedded products because impact can reach kernel memory compromise. Urgency is highest where devices run third-party or semi-trusted userspace code, protect sensitive data, or are difficult to patch after deployment.

Technical view

CVE-2020-10067 is an integer overflow in Zephyr's is_in_region logic used by syscall handlers. The overflow can bypass address-range validation, allowing a user thread to access kernel memory. The reported impact includes denial of service, information leak, memory corruption, and possible kernel code execution.

Likely exposure

Exposure is most likely in products built on Zephyr RTOS versions identified in the source bundle, especially devices that run userspace applications and expose vulnerable syscall paths. Confirm exact fixed ranges with Zephyr guidance.

Exploitation context

The CVSS vector indicates local access, low privileges, high attack complexity, and required user interaction. The source bundle does not identify active exploitation, and CISA KEV status is false.

Researcher notes

Evidence supports an integer overflow in syscall memory-region validation. The bundle names Zephyr 1.14.1 and 2.1.0 and describes later versions as affected, but exact fixed release ranges are not provided here. Avoid assuming exploit availability.

Mitigation direction

  • Review Zephyr security guidance for CVE-2020-10067 and fixed version details.
  • Upgrade affected Zephyr-based firmware to a vendor-supported fixed release or patched branch.
  • Review referenced Zephyr pull requests if maintaining a downstream fork.
  • Limit deployment of untrusted userspace applications on affected devices.
  • Prioritize firmware updates for devices handling sensitive data or safety-critical operations.

Validation and detection

  • Inventory products and firmware using Zephyr RTOS.
  • Map each firmware build to its Zephyr base version and downstream patches.
  • Check whether the referenced Zephyr fixes are present in source or vendor firmware.
  • Identify enabled userspace and syscall features in affected builds.
  • Document affected device models, firmware versions, and update status.
Prepared
Confidence
medium
Sources
7

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-190: 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-10067 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/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
6Source 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.5CVSS 3.1HighCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H0.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/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-rtoszephyr1.14.1, 2.1.0Listed
Weakness

CWE details

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

CWE-190 · source CWE mapping

Integer Overflow or Wraparound

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