๐Ÿ” CVE Alert

CVE-2026-55785

LOW 3.7

free5GC AUSF uses non-constant-time authentication comparisons and logs XRES* in 5G-AKA

CVSS Score
3.7
EPSS Score
0.0%
EPSS Percentile
0th

free5GC is an open-source implementation of the 5G core network. Prior to 1.4.5, the AUSF component performs cryptographic authentication comparisons in internal/sbi/processor/ue_authentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES* and XRES* with strings.EqualFold and logs the expected XRES* value at INFO level before comparison. EapAuthComfirmRequestProcedure compares AT_MAC and XMAC with bytes.Equal and evaluates XRES == RES with ordinary string equality. These comparisons can return at mismatch-dependent times, although testing did not demonstrate a practical remote timing oracle because of HTTP/SBI timing noise. The INFO log exposes authentication material to operators, log collectors, sidecars, or processes able to read AUSF logs. This issue is fixed in version 1.4.5.

CWE CWE-208 CWE-385 CWE-532
Vendor free5gc
Product free5gc
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for free5gc free5gc

Be the first to know when new low vulnerabilities affecting free5gc free5gc are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

free5gc / free5gc
< 1.4.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/free5gc/free5gc/security/advisories/GHSA-fp46-6vfw-gc9c github.com: https://github.com/free5gc/ausf/pull/63 github.com: https://github.com/free5gc/ausf/commit/7a5a4aa1ec6cd0e1febebf333911c3104968edf0 github.com: https://github.com/free5gc/ausf/releases/tag/v1.4.5