LiveActive security incident?Get immediate response
CVE Record

CVE-2019-10142: A flaw was found in the Linux kernel's freescale hypervisor manager implementation, kernel versions 5.0.x u...

A flaw was found in the Linux kernel's freescale hypervisor manager implementation, kernel versions 5.0.x up to, excluding 5.0.17. A parameter passed to an ioctl was incorrectly validated and used in size calculations for the page size calculation. An attacker can use this flaw to crash the system, corrupt memory, or create other adverse security affects.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2019-10142 is a local Linux kernel flaw in the Freescale hypervisor manager. A low-privileged local user could trigger incorrect size handling, potentially causing a system crash, memory corruption, or other security impact. This is not described as remotely exploitable in the provided sources.

Executive priority

Treat as a high-priority patching item for affected Linux hosts, especially multi-user or shared systems. Business urgency is lower than a remote unauthenticated issue, but kernel memory corruption and crash potential make delayed remediation risky where local users are not fully trusted.

Technical view

The vulnerable ioctl path incorrectly validates a parameter used in page-size calculations. The CVE maps to memory bounds and integer overflow classes, with CVSS 7.1: local attack, low complexity, low privileges, no user interaction, high confidentiality impact, and high availability impact.

Likely exposure

Exposure appears limited to systems running affected Linux kernel 5.0.x versions before 5.0.17 with the Freescale hypervisor manager implementation present. The bundle does not identify specific Red Hat package names, architectures, or runtime configuration prerequisites beyond the kernel version range.

Exploitation context

The source bundle does not cite active exploitation, public exploit availability, or CISA KEV inclusion. Exploitation requires local low-privileged access. Reported outcomes include crash, memory corruption, or other adverse security effects, but the sources do not provide validated exploitation details.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, CWE mappings, affected kernel range, and Red Hat Bugzilla reference. Do not assume broader versions, remote reachability, confirmed exploit chains, or vendor-specific fixes unless validated through distribution advisories.

Mitigation direction

  • Upgrade affected 5.0.x kernels to 5.0.17 or outside the vulnerable range.
  • Check Red Hat or distribution guidance for fixed package names and backports.
  • Prioritize hosts where untrusted users can obtain local shell access.
  • Restrict local account access where practical until patched.

Validation and detection

  • Inventory Linux kernel versions and flag 5.0.x releases before 5.0.17.
  • Confirm whether affected systems include the Freescale hypervisor manager implementation.
  • Check vendor advisories for distribution-specific backported fixes.
  • Review local-user exposure on affected hosts.
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-119: 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
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
cve · low confidence lookup

CVE-2019-10142 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.1 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/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
7.1CVSS 3.0HighCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H1.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

7.1High
CVSS 3.0 vector shape for CVE-2019-10142Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/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
RedHatkernel5.0.x up to, excluding 5.0.17Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

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.