Vulnerability DatabaseGHSA-hc4m-q9jh-xw4j

GHSA-hc4m-q9jh-xw4j
Rust vulnerability analysis and mitigation

Summary

Registry-installed nono packs are expected to be verified from local provenance metadata before they are used. Two files are relevant:

  • ~/.config/nono/packages/lockfile.json
  • ~/.config/nono/packages/<namespace>/<pack>/.nono-trust.bundle Testing shows that nono fails closed when a pack has a trust bundle but no lockfile entry. However, if the trust bundle is also absent, the same pack can load successfully. Deleting security metadata should not make a pack easier to run.

Affected behavior

Observed with always-further/claude:

  1. Delete ~/.config/nono/packages/lockfile.json. Result:
    nono: Package verification failed for always-further/claude: pack 'always-further/claude' has a trust bundle but no lockfile entry - reinstall with: nono pull always-further/claude --force
  2. Delete ~/.config/nono/packages/always-further/claude/.nono-trust.bundle. Result: the profile loads successfully.
  3. Restore .nono-trust.bundle while the lockfile is still absent. Result:
    nono: Package verification failed for always-further/claude: pack 'always-further/claude' has a trust bundle but no lockfile entry - reinstall with: nono pull always-further/claude --force

Impact

If both the lockfile entry and trust bundle are absent, nono may accept an installed registry pack without artifact hash verification or provenance verification. This is especially important for pack-provided session hooks, because session hooks execute on the host outside the sandbox. A pack that contributes host-executed code should not run unless nono can verify that the code is a locked and trusted pack artifact.

Root cause

verify_profile_packs treats the lockfile entry as optional. Existing code fails when a trust bundle exists without a matching lockfile entry, but when the trust bundle is absent too, there is no equivalent hard failure. That creates a fail-open state:

  • lockfile entry missing
  • trust bundle missing
  • pack directory still present
  • profile can load

For any registry pack selected for execution, require both:

  1. A matching lockfile entry in ~/.config/nono/packages/lockfile.json.
  2. A present and valid .nono-trust.bundle in the installed pack directory. If either is missing, fail closed with a reinstall instruction, for example:
reinstall with: nono pull <namespace>/<pack> --force

This keeps verification monotonic: removing provenance metadata cannot downgrade a verification failure into a successful launch.


SourceNVD

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

RUSTSEC-2026-0219HIGH7.5
  • Rust logoRust
  • nostr
NoYesJul 26, 2026
RUSTSEC-2026-0216HIGH7.5
  • Rust logoRust
  • nostr
NoYesJul 25, 2026
GHSA-hc4m-q9jh-xw4jMEDIUM6.6
  • Rust logoRust
  • nono-cli
NoYesJul 28, 2026
GHSA-6xx4-9wp6-65p7MEDIUM6.5
  • Rust logoRust
  • skilo
NoYesJul 28, 2026
GHSA-qqc3-94qv-7fw3MEDIUM6.3
  • Rust logoRust
  • hubuum_client
NoYesJul 24, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management