CVE-2026-8925: curl: curl: Double-free vulnerability in SASL authentication
Severity: Critical
CVSS Score: 9.8
The curl logic that works with SASL authentication could end up cleaning up
the GSASL context *twice* without clearing the pointer in between, making it
`free()` the same pointer twice.