EEF-CVE-2026-82710

Source
https://cna.erlef.org/osv/EEF-CVE-2026-82710.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-82710.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-82710
Aliases
  • GHSA-j59f-776f-23hp
  • CVE-2026-82710
Published
2026-09-08T00:23:36.912Z
Modified
2026-09-08T00:30:03.667805058Z
Severity
  • 2.3 (Low) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Terminal escape sequence injection in mix usage_rules.search_docs via package documentation metadata
Details

Summary

Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in ash-project usage_rules allows a malicious package publisher to inject terminal control sequences into the output of mix usage_rules.search_docs.

mix usage_rules.search_docs searches Hex documentation through search.hexdocs.pm, which indexes the documentation of every published package, and prints the matching results (title, package, type, doc reference, and highlighted snippets) to the terminal. The formatter in Mix.Tasks.UsageRules.SearchDocs interpolated those publisher-controlled fields verbatim, neutralizing no terminal control characters; the only transform it applied adds escape sequences rather than removing them. A malicious package can embed ANSI terminal escape sequences (cursor movement, line erase, carriage returns, OSC 52 clipboard writes) in its indexed documentation, so when a developer runs a search that surfaces those docs the sequences reach the terminal unchanged — forging the displayed hexdocs URL or a suggested command, hiding text, or writing to the clipboard. No authentication or privileged position is required; only publishing a package.

This issue affects usage_rules: from 0.1.18 before 1.2.8.

Configuration

Reachable only when a developer runs mix usage_rules.search_docs in a terminal emulator that interprets ANSI escape sequences and the results include documentation from an attacker-published package (for example a broad --everywhere search).

Database specific
{
    "capec_ids": [
        "CAPEC-93"
    ],
    "cwe_ids": [
        "CWE-150"
    ],
    "cpe_ids": [
        "cpe:2.3:a:ash-project:usage_rules:*:*:*:*:*:*:*:*"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Peter Ullrich - REPORTER
    • Zach Daniel / Ash Project - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / usage_rules

Package

Name
usage_rules
Purl
pkg:hex/usage_rules

Affected ranges

Type
SEMVER
Events
Introduced
0.1.18
Fixed
1.2.8

Affected versions

0.*
0.1.18
0.1.19
0.1.20
0.1.21
0.1.22
0.1.23
0.1.24
0.1.25
0.1.26
1.*
1.0.0-rc.0
1.0.0-rc.1
1.0.0-rc.2
1.0.0-rc.3
1.0.1
1.0.2
1.0.3
1.1.0
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-82710.json"

Git / github.com/ash-project/usage_rules

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/usage_rules
Events

Affected versions

v0.*
v0.1.18
v0.1.19
v0.1.20
v0.1.21
v0.1.22
v0.1.23
v0.1.24
v0.1.25
v0.1.26
v1.*
v1.0.0-rc.0
v1.0.0-rc.1
v1.0.0-rc.2
v1.0.0-rc.3
v1.0.1
v1.0.3
v1.1.0
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.2.6
v1.2.7

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-82710.json"