Lucene search
+L

839 matches found

Kitploit
Kitploit
added 2026/09/08 11:00 a.m.5 views

CVE-2025-29632

Author: HanyiLuo, Yuqi Huo CVE-2025-29632 the information for the vulnerability covered by CVE-2025-29632 Affected versions: 4.0.0 and previous versions When free5gc processes the InitialUEMessage, it only checks whether the nASPDU reference is nil i.e., whether it is a null pointer, but does not...

5.4CVSS5.7AI score0.00353EPSS
SaveExploits2
Nuclei
Nuclei
added 2026/09/08 9:11 a.m.46 views

Free5gc 3.2.1 - Information Disclosure

Free5gc 3.2.1 is susceptible to information disclosure. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations. id: CVE-2022-38870 info: name: Free5gc 3.2.1 - Information Disclosure author: For3stCo1d severity: high description: | Free5gc 3.2.1 ...

7.5CVSS7.4AI score0.03066EPSS
SaveExploits1References5
NVD
NVD
added 2026/09/04 9:17 p.m.5 views

CVE-2026-75439

An issue in Free5GC v.4.2.2 allows a remote attacker to cause a denial of service via the UPF component...

0.00249EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 12:00 a.m.5 views

EUVD-2026-71771

An issue in Free5GC v.4.2.2 allows a remote attacker to cause a denial of service via the UPF component...

5.4AI score0.00249EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 12:00 a.m.8 views

CVE-2026-75439

Free5GC v4.2.2 is affected by a denial-of-service vulnerability in its UPF (User Plane Function) component, allowing a remote attacker to trigger the DoS. The fix is referenced in PR #97 of the go-upf repository, and the vulnerability was documented in free5gc issue #1059 and 5GCVulDB . No CVSS m...

5.4AI score0.00249EPSS
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2026/08/30 12:00 a.m.5 views

Drishti: AI-Led Human-Directed Vulnerability Auditing for 5G Cores

Candidate generation for open-source vulnerabilities is no longer scarce. AI-assisted code review now produces defect candidates cheaply, and industry programs pair them with expert human triage. The remaining scarcity is validation and impact assessment, and the gap is largest in...

8.7CVSS5.9AI score0.00566EPSS
SaveExploits1
Circl
Circl
added 2026/08/29 12:00 a.m.19 views

CVE-2026-55784

creationtimestamp| type| source ---|---|--- 2026-08-29 00:00:57+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mu6l3ppgae27 2026-08-29 00:33:59+00:00| seen| https://bsky.app/profile/termsofsurrender.bsky.social/post/3mu6mwsa5mu2l 2026-08-29 00:35:08+00:00|...

7.5CVSS5.8AI score0.00253EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/28 11:17 p.m.18 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
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
OSV
OSV
added 2026/08/28 10:25 p.m.10 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
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
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
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
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
Rows per page
Query Builder