CVE-2026-75483
Received Received - Intake

Powerlevel10k Terminal Control Sequence Injection via package.json Version

Vulnerability report for CVE-2026-75483, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

Description

powerlevel10k fails to neutralize control characters in the package.json version field when rendering the package prompt segment. Attackers can inject raw escape bytes in the version string to emit arbitrary terminal control sequences on each prompt render when the shell enters affected directories.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-150 The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as escape, meta, or control character sequences when they are sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

powerlevel10k does not properly filter control characters in the version field of package.json when displaying the package prompt segment. Attackers can insert escape sequences in the version string to execute arbitrary terminal commands whenever the shell loads a directory containing a malicious package.json file.

Detection Guidance

Check if powerlevel10k is installed and inspect package.json files in directories you frequently access. Look for version fields containing escape sequences or control characters. Use grep to search for suspicious patterns like \x1b or \033 in version strings.

Impact Analysis

This vulnerability could allow an attacker to execute arbitrary commands on your system whenever you enter a directory with a specially crafted package.json file. This could lead to data theft, system compromise, or further network infiltration depending on the attacker's goals.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR or HIPAA as it involves terminal control sequence injection in a shell prompt rendering tool. However, if exploited to manipulate terminal output, it could potentially interfere with logging or monitoring systems that rely on accurate terminal data, indirectly impacting compliance reporting.

Mitigation Strategies

Update powerlevel10k to the latest version that patches this issue. Avoid using untrusted package.json files in directories where powerlevel10k renders prompts. Temporarily disable the package prompt segment in powerlevel10k configuration if an update is unavailable.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75483. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart