Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-54162
Published:August 20, 2026
Updated:August 27, 2026
Ember's interactive TUI renders fields taken from the monitored Caddy server's access logs — most notably the request URI — straight to the operator's terminal without neutralising terminal escape or control sequences (CWE-150). Those log fields are populated from arbitrary, unauthenticated HTTP requests, so any remote client can embed ANSI/OSC/CSI control bytes that the operator's terminal emulator interprets when the log row is displayed. The bytes survive the whole pipeline: Caddy escapes them into its JSON access log as unicode escapes, ember's "ParseLogLine" decodes them back to raw "0x1b"/"0x07" bytes, and the row formatters concatenate them into the bubbletea "View()" output with no encoding before they reach "os.Stdout".
Affected Packages
https://github.com/alexandre-daubois/ember.git (GITHUB):
Affected version(s) >=v1.0.0 <v1.4.2
Fix Suggestion:
Update to version v1.4.2
github.com/alexandre-daubois/ember (GO):
Affected version(s) >=v0.0.0-20260326104350-40ee47635bef <v1.4.2
Fix Suggestion:
Update to version v1.4.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.7
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Escape, Meta, or Control Sequences