CVSS 9.8 · CRITICAL
CVE-2026-8925
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.
View on NVDAnalysis
A critical vulnerability in curl's SASL authentication logic could allow memory corruption via a double-free bug. Because curl is integrated into almost every modern software stack, this vulnerability represents a systemic risk for both backend services and client-side applications.
Relevant roles
BackendCyberSecurityDockerLinuxCloudC
Severity
Score: 9.8(CRITICAL)
Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HAV: NETWORK
AC: LOW
PR: NONE
UI: NONE
S: UNCHANGED
C: HIGH
I: HIGH
A: HIGH
EPSS
Probability of exploitation (next 30 days): 0.0025 (0.2%)
Percentile: 16.0%
EPSS: 2026-07-06
Technical description
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.
Published: 7/3/2026, 7:16:24 AM
Last modified: 7/6/2026, 6:20:47 PM