Lucene search
+L

27 matches found

Kitploit
Kitploit
added 2026/09/09 2:26 p.m.4 views

CYBERDUDEBIVASH-5G-Core-Key-Rotation-Ghost-Admin-Auditor

CYBERDUDEBIVASH 5G Core Key Rotation & Ghost Admin Auditor v1.1 © 2026 CYBERDUDEBIVASH – All Rights Reserved Global Authority in Zero-Trust 5G & Private Network Security Bhubaneswar, Odisha, India Production-grade tool for detecting & remediating CVE-2026-0622 Ghost Admin privilege escalation &...

6.5CVSS6.2AI score0.00433EPSS
SaveExploits0
NVD
NVD
added 2026/08/28 11:17 p.m.19 views

CVE-2026-55785

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/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS0.00284EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/28 11:17 p.m.13 views

CVE-2026-55784

free5GC is an open-source implementation of the 5G core network. In version 1.4.4 and earlier, the AUSF component stores per-subscriber authentication state in a global sync.Map named AUSFContext.UePool in internal/context/context.go, keyed only by SUPI. Every request handled by...

7.5CVSS0.00253EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/28 10:26 p.m.13 views

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

Summary The AUSF component of free5GC compares authentication response values with normal Go equality helpers instead of constant-time cryptographic comparison functions. Two authentication flows are affected in internal/sbi/processor/ueauthentication.go: 1. 5G-AKA confirmation compares RES and...

8.7CVSS6.8AI score0.00652EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/28 10:26 p.m.11 views

GHSA-FP46-6VFW-GC9C free5GC AUSF uses non-constant-time authentication comparisons and logs XRES* in 5G-AKA

Summary The AUSF component of free5GC compares authentication response values with normal Go equality helpers instead of constant-time cryptographic comparison functions. Two authentication flows are affected in internal/sbi/processor/ueauthentication.go: 1. 5G-AKA confirmation compares RES and...

3.7CVSS6AI score0.00284EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 10:25 p.m.11 views

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

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/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/28 10:25 p.m.29 views

CVE-2026-55785

free5GC's AUSF component (prior to version 1.4.5) performs 5G-AKA cryptographic authentication comparisons in ue_authentication.go using non-constant-time helpers: strings.EqualFold for RES*/XRES* and bytes.Equal for AT_MAC/XMAC. Additionally, the expected XRES* value is logged at INFO level befo...

3.7CVSS5.9AI score0.00284EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/28 10:25 p.m.42 views

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

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/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS0.00284EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 10:25 p.m.16 views

EUVD-2026-68017

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/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS5.9AI score0.00284EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/28 10:24 p.m.17 views

free5GC AUSF authentication contexts can be overwritten by concurrent requests for the same SUPI

Summary The AUSF component of free5GC stores per-subscriber authentication state in a global sync.Map keyed only by SUPI. Every incoming authentication request creates a new AusfUeContext and stores it under that SUPI key without checking whether an authentication procedure is already in progress...

7.5CVSS5.9AI score0.00253EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/28 10:24 p.m.11 views

GHSA-334Q-H5G3-FPXV free5GC AUSF authentication contexts can be overwritten by concurrent requests for the same SUPI

Summary The AUSF component of free5GC stores per-subscriber authentication state in a global sync.Map keyed only by SUPI. Every incoming authentication request creates a new AusfUeContext and stores it under that SUPI key without checking whether an authentication procedure is already in progress...

7.5CVSS5.9AI score0.00253EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 10:23 p.m.40 views

CVE-2026-55784 free5GC AUSF authentication contexts can be overwritten by concurrent requests for the same SUPI

free5GC is an open-source implementation of the 5G core network. In version 1.4.4 and earlier, the AUSF component stores per-subscriber authentication state in a global sync.Map named AUSFContext.UePool in internal/context/context.go, keyed only by SUPI. Every request handled by...

7.5CVSS0.00253EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/28 10:23 p.m.14 views

EUVD-2026-68016

free5GC is an open-source implementation of the 5G core network. In version 1.4.4 and earlier, the AUSF component stores per-subscriber authentication state in a global sync.Map named AUSFContext.UePool in internal/context/context.go, keyed only by SUPI. Every request handled by...

7.5CVSS5.9AI score0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/28 10:23 p.m.27 views

CVE-2026-55784

free5GC is an open-source 5G core network implementation. In versions 1.4.4 and earlier , the AUSF component stores per-subscriber authentication state in a global sync.Map keyed only by SUPI . Because each request unconditionally replaces the active context for that SUPI, an attacker with access...

7.5CVSS5.9AI score0.00253EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.19 views

PT-2026-83370

Name of the Vulnerable Software and Affected Versions free5GC versions prior to 1.4.5 Description The AUSF component uses non-constant-time equality helpers for cryptographic authentication comparisons in internal/sbi/processor/ue authentication.go. Specifically, the...

3.7CVSS5.9AI score0.00284EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.18 views

PT-2026-83369

Name of the Vulnerable Software and Affected Versions free5GC versions 1.4.4 and earlier Description The AUSF component stores per-subscriber authentication state in a global sync.Map named AUSFContext.UePool within internal/context/context.go, using only the SUPI as a key. Requests processed by...

7.5CVSS5.9AI score0.00253EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/31 8:12 p.m.11 views

CVE-2026-53551

free5GC is an open-source implementation of the 5G core network. Prior to 1.4.5, the free5GC AUSF Authentication Server Function does not validate the supiOrSuci field in UE authentication requests. Null bytes \x00 and other control characters pass through JSON parsing unchanged and are forwarded...

6.9CVSS5.5AI score0.00548EPSS
SaveExploits0References7Affected Software2
NVD
NVD
added 2026/05/17 10:16 a.m.19 views

CVE-2026-8745

A vulnerability was identified in Open5GS up to 2.7.7. Affected by this vulnerability is the function ogstimeradd in the library /src/ausf/nausf-handler.c of the component AUSF. The manipulation leads to denial of service. The attack can be initiated remotely. The exploit is publicly available an...

6.5CVSS0.00372EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/05/17 9:45 a.m.10 views

CVE-2026-8745

A vulnerability was identified in Open5GS up to 2.7.7. Affected by this vulnerability is the function ogstimeradd in the library /src/ausf/nausf-handler.c of the component AUSF. The manipulation leads to denial of service. The attack can be initiated remotely. The exploit is publicly available an...

5.3CVSS5.5AI score0.00372EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2026/05/17 12:00 a.m.20 views

Open5GS 安全漏洞

Open5GS is an open-source implementation of 5G Core and EPC in C language, which serves as the core network for LTE/NR networks. Versions of Open5GS 2.7.7 and earlier contain security vulnerabilities. These vulnerabilities stem from the ogstimeradd function in the nausf-handler.c file within the...

6.5CVSS5.8AI score0.00372EPSS
SaveExploits1References2
Rows per page
Query Builder