Bug 2514657
| Summary: | CVE-2026-73086 goose: nanoid: Predictable ID generation due to integer overflow [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Avinash Hanwate <ahanwate> |
| Component: | goose | Assignee: | RHEL Lightspeed Maint <rhel-lightspeed> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | rhel-lightspeed, rodolfo.olivieri3, rolivier, rust-sig |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["f391c0c4-346e-455d-8d3d-b73f3d9238a4"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-09-02 17:36:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2514175 | ||
|
Description
Avinash Hanwate
2026-08-12 14:27:23 UTC
Goose does not use this library in any of the production code. Since this is a javascript lib, it is mainly used in the webui (desktop) and documentation, and we only ship CLI, which uses a different nanoid package: https://crates.io/crates/nanoid (as it seems, not affected). Upstream goose seems to be using versions that are not affected as well, so it should be clear and that is not affecting anyone anywhere. * https://github.com/aaif-goose/goose/blob/main/documentation/package-lock.json#L13720 * https://github.com/aaif-goose/goose/blob/main/ui/pnpm-lock.yaml#L13697 |