Bug 2407830
| Summary: | CVE-2025-58189 toolbox: go crypto/tls ALPN negotiation error contains attacker controlled information [fedora-41] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jon Moroney <jmoroney> |
| Component: | toolbox | Assignee: | Debarshi Ray <debarshir> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 41 | CC: | debarshir, go-sig, harrymichal, patrick, sumukher |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["3315d28f-56bc-48ea-9391-3ff13568ea24"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-11-03 23:09:43 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: | 2407260 | ||
|
Description
Jon Moroney
2025-10-30 19:20:25 UTC
Neither Toolbx nor any of its dependencies use crypto/tls: toolbox-0.3$ grep -nr "crypto" src/vendor/ src/vendor/github.com/google/uuid/hash.go:8: "crypto/md5" src/vendor/github.com/google/uuid/hash.go:9: "crypto/sha1" src/vendor/github.com/google/uuid/version4.go:27:// The strength of the UUIDs is based on the strength of the crypto/rand src/vendor/github.com/google/uuid/uuid.go:9: "crypto/rand" src/vendor/github.com/godbus/dbus/v5/auth_sha1.go:6: "crypto/rand" src/vendor/github.com/godbus/dbus/v5/auth_sha1.go:7: "crypto/sha1" src/vendor/github.com/sirupsen/logrus/CHANGELOG.md:65: * Remove dependency on golang.org/x/crypto (#932, #943) src/vendor/golang.org/x/sys/unix/mkerrors.sh:226:#include <linux/cryptouser.h> src/vendor/golang.org/x/sys/unix/mkerrors.sh:314:// Certain constants are missing from the fs/crypto UAPI src/vendor/golang.org/x/sys/unix/syscall_linux.go:633:// SockaddrALG enables userspace access to the Linux kernel's cryptography src/vendor/golang.org/x/sys/unix/syscall_linux.go:694:// For more information, see: http://www.chronox.de/crypto-API/crypto/userspace-if.html. |