Answer in brief
CVE-2026-55062 records a Medium severity vulnerability in uniget: Path Traversal in Hook Files - Directory Escape Vulnerability. The current sources do not mark it as known exploited. The current feed maps uniget-org/cli (generic), gitlab.com/uniget-org/cli (go), gitlab.com/uniget-org/cli (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps uniget-org/cli (generic), gitlab.com/uniget-org/cli (go), gitlab.com/uniget-org/cli (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| uniget-org/cligeneric | < 0.27.6 | Not reported |
| gitlab.com/uniget-org/cligo | >=0 <0.27.6 | 0.27.6 |
| gitlab.com/uniget-org/cligo | <0.27.6 | 0.27.6 |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 17, 2026
uniget is a universal installer and updater for (container) tools. Prior to 0.27.6, the hooks edit command in cmd/uniget/hooks.go concatenates an unvalidated hook filename with the selected hooks directory, allowing parent-directory components to escape that directory. The resulting path is passed to the configured editor, which can access or modify files outside the hooks directory with the privileges of the uniget process account. This issue is fixed in version 0.27.6.
Quoted source text, attributed separately from HOL analysis.