LiveActive security incident?Get immediate response
CVE Record

CVE-2019-10882: Netskope client buffer overflow vulnerability

The Netskope client service, v57 before 57.2.0.219 and v60 before 60.2.0.214, running with NT\SYSTEM privilege, accepts network connections from localhost. The connection handling function in this service suffers from a stack based buffer overflow in "doHandshakefromServer" function. Local users can use this vulnerability to trigger a crash of the service and potentially cause additional impact on the system.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A Netskope Windows client service running as NT\SYSTEM can be crashed by a local user through its localhost connection handling. The main confirmed business risk is endpoint security service disruption, with possible additional local system impact not fully detailed in the provided sources.

Executive priority

Treat this as a moderate endpoint resilience issue. It is not presented as remotely exploitable or actively exploited, but it affects a security control running with high privileges and can disrupt protection on impacted endpoints.

Technical view

CVE-2019-10882 is a stack-based buffer overflow in the Netskope client service doHandshakefromServer function. The service accepts localhost connections and runs with NT\SYSTEM privilege. The CVSS vector is local, low complexity, low privileges, no user interaction, with high availability impact.

Likely exposure

Exposure is likely limited to Windows endpoints running Netskope client v57 before 57.2.0.219 or v60 before 60.2.0.214. The source bundle also lists version 54; confirm exact fleet impact against Netskope guidance.

Exploitation context

The sources support local exploitation by an authenticated local user, primarily to crash the service. The CVE is not listed as CISA KEV, and the provided sources do not state active exploitation in the wild.

Researcher notes

The key technical facts are localhost-only reachability, low-privileged local attacker requirement, stack overflow class, and NT\SYSTEM service context. Sources confirm denial-of-service impact and only describe additional impact as potential, so avoid claiming code execution without stronger evidence.

Mitigation direction

  • Upgrade affected Netskope client deployments to the fixed vendor versions or later.
  • Confirm remediation guidance against current Netskope support documentation.
  • Prioritize endpoints shared by multiple users or exposed to untrusted local accounts.
  • Monitor for repeated Netskope client service crashes or restart loops.
  • Include this check in endpoint software compliance reporting.

Validation and detection

  • Inventory installed Netskope client versions across managed Windows endpoints.
  • Flag v57 builds before 57.2.0.219 and v60 builds before 60.2.0.214.
  • Review endpoint logs for Netskope client service crashes.
  • Confirm the service is patched after upgrade and remains stable.
  • Document any version 54 findings for vendor confirmation.
Prepared
Confidence
medium
Sources
5

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-120: 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-10882 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
5.5 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/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
4Source 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
5.5CVSS 3.0MediumCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.5Medium
CVSS 3.0 vector shape for CVE-2019-10882Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
NetskopeNetskope clientNetskope client 57.2.0.219, Netskope client 60.2.0.214, 54Listed
Weakness

CWE details

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

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.