CVE-2020-36958: Kite 1.2020.1119.0 - 'KiteService' Unquoted Service Path
Kite 1.2020.1119.0 contains an unquoted service path vulnerability in the KiteService Windows service that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in 'C:\Program Files\Kite\KiteService.exe' to inject malicious executables and escalate privileges on the system.
Security readout for executives and security teams
Plain-English summary
This CVE affects Kite on Windows. Its service path is not safely quoted, which can let a local low-privileged attacker place a malicious executable in a searched path and run code with higher privileges. The provided sources do not show active exploitation.
Executive priority
Treat as high priority for endpoints running Kite because it can turn local access into higher-privileged code execution. Prioritize inventory first; do not assume a patch exists from the provided evidence.
Technical view
CVE-2020-36958 is a CWE-428 unquoted service path issue in KiteService for Kite 1.2020.1119.0. The vulnerable path is reported as C:\Program Files\Kite\KiteService.exe. CVSS v4.0 is 8.5 with local attack vector, low complexity, low privileges, and high impact to confidentiality, integrity, and availability.
Likely exposure
Exposure is likely limited to Windows systems with Kite installed and the KiteService service present. The affected-version evidence points to Kite 1.2020.1119.0, while the structured affected metadata is incomplete.
Exploitation context
ExploitDB is listed as an exploit reference, so public exploit information exists. However, the source bundle says KEV is false, and no provided source confirms active exploitation in the wild.
Researcher notes
The record is source-limited. Product metadata lists version "0," but the title and advisory identify Kite 1.2020.1119.0. No CPEs are provided. Avoid claiming active exploitation without separate KEV or incident evidence.
Mitigation direction
Inventory Windows endpoints for Kite and KiteService.
Check Kite or vendor guidance for a fixed build or removal guidance.
Uninstall or disable Kite where there is no approved business need.
Limit local administrative rights while remediation is pending.
Monitor affected hosts for suspicious service-related execution.
Validation and detection
Confirm whether KiteService exists on Windows endpoints.
Verify installed Kite version, especially 1.2020.1119.0.
Review the configured service executable path for unsafe quoting.
Check whether local users can write to searched path locations.
Correlate findings with endpoint telemetry for unexpected KiteService activity.
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-428: 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.
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.
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.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-428 · source CWE mapping
Unquoted Search Path or Element
Unquoted Search Path or Element represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.