Bug 2407830 - CVE-2025-58189 toolbox: go crypto/tls ALPN negotiation error contains attacker controlled information [fedora-41]
Summary: CVE-2025-58189 toolbox: go crypto/tls ALPN negotiation error contains attacke...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: toolbox
Version: 41
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Debarshi Ray
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["3315d28f-56bc-48ea-9391-3...
Depends On:
Blocks: CVE-2025-58189
TreeView+ depends on / blocked
 
Reported: 2025-10-30 19:20 UTC by Jon Moroney
Modified: 2025-11-03 23:09 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-11-03 23:09:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jon Moroney 2025-10-30 19:20:25 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

The following link provides references to all essential vulnerability management information. If something is wrong or missing, please contact a member of PSIRT.
https://spaces.redhat.com/display/PRODSEC/Vulnerability+Management+-+Essential+Documents+for+Engineering+Teams

Comment 1 Debarshi Ray 2025-11-03 23:09:43 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.


Note You need to log in before you can comment on or make changes to this bug.