LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16061: tkinter was a malicious module published with the intent to hijack environment variables.

tkinter was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE concerns a malicious npm package named tkinter, not Python's standard Tkinter library. The package was published to hijack environment variables and has been unpublished. Organizations are exposed only if this Node package was installed directly or through a dependency. Treat any confirmed installation as possible secrets exposure.

Executive priority

Prioritize investigation if Node.js applications or CI systems ever installed tkinter. The package is malicious by design, but available evidence does not confirm active exploitation or broad exposure. Business urgency is highest where cloud keys, tokens, or production credentials were present in environment variables.

Technical view

CVE-2017-16061 is classified as CWE-506, embedded malicious code. The affected product is the npm tkinter node module, all versions. The public record says the module intended to hijack environment variables and was removed from npm. No CVSS score, patch version, or technical exploit detail is provided in the supplied sources.

Likely exposure

Exposure is likely limited to Node.js projects, CI jobs, containers, or build artifacts that installed the npm package tkinter before it was unpublished. Evidence is incomplete for transitive dependency prevalence or affected download counts.

Exploitation context

The sources describe malicious publication intent, but do not show confirmed active exploitation. CISA KEV status is false in the supplied bundle. The main concern is supply-chain compromise leading to environment-variable and secret exposure wherever the package ran.

Researcher notes

The supplied record is sparse: no CVSS vector, exploit chain, payload details, or fixed version is documented. Analysis should focus on dependency provenance, install timeline, and secret exposure. Avoid assuming impact beyond environment-variable hijacking without additional evidence.

Mitigation direction

  • Remove tkinter from package manifests, lockfiles, images, and build environments.
  • Replace it with a legitimate maintained dependency if the functionality is required.
  • Rotate secrets available to any environment where the package may have executed.
  • Check npm and vendor guidance for any later advisory updates.
  • Strengthen dependency review for typo-squatting or unexpected package additions.

Validation and detection

  • Search package manifests, lockfiles, SBOMs, and dependency scan results for tkinter.
  • Review CI, container, and deployment histories for installations of the package.
  • Identify environment variables and secrets accessible during any confirmed execution.
  • Confirm secrets were rotated after any possible exposure window.
  • Document affected repositories, runtime locations, and remediation evidence.
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-506: 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-2017-16061 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnetkinter node moduleAll versionsListed
Weakness

CWE details

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

CWE-506 · source CWE mapping

Embedded Malicious Code

Embedded Malicious Code represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.