Open5GS up to 2.7.2 AMF src/amf/gmm-sm.c gmm_state_authentication denial of service
CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
---|---|---|
5.1 | $0-$5k | 0.00 |
Summary
A vulnerability was found in Open5GS up to 2.7.2. It has been rated as problematic. Affected by this issue is the function gmm_state_authentication
of the file src/amf/gmm-sm.c of the component AMF. The manipulation leads to denial of service.
This vulnerability is handled as CVE-2025-1893. The attack may be launched remotely. Furthermore, there is an exploit available.
It is recommended to apply a patch to fix this issue.
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
Details
A vulnerability was found in Open5GS up to 2.7.2. It has been declared as problematic. Affected by this vulnerability is the function gmm_state_authentication
of the file src/amf/gmm-sm.c of the component AMF. The manipulation with an unknown input leads to a denial of service vulnerability. The CWE definition for the vulnerability is CWE-404. The product does not release or incorrectly releases a resource before it is made available for re-use. As an impact it is known to affect availability. According to 3GPP TS 23.501, AMF provides essential services such as UE registration, mobility management, security management, and PDU session coordination for all connected UEs.
The weakness was released by Wei Guo, Yuanhao Li, Hao Zheng, Qiang Fu and Jiajia Liu as 3707. It is possible to read the advisory at github.com. This vulnerability is known as CVE-2025-1893. The exploitation appears to be easy. The attack can be launched remotely. Technical details and also a public exploit are known. The attack technique deployed by this issue is T1499 according to MITRE ATT&CK. This vulnerability allows a single UE to crash the AMF, resulting in the complete loss of mobility and session management services and causing a network-wide outage. All registered UEs will lose connectivity, and new registrations will be blocked until the AMF is restarted, leading to a high availability impact.
It is possible to download the exploit at github.com. It is declared as proof-of-concept. The code used by the exploit is:
#!/bin/bash while true; do sudo ./nr-ue -c ../config/open5gs-ue1.yaml > output.log 2>&1 & process_pid=$! sleep_time=$(awk -v seed="$RANDOM" 'BEGIN {srand(seed); print 0.6 + rand() * 0.9}') sleep "$sleep_time" kill $process_pid sleep_time=$(awk -v seed="$RANDOM" 'BEGIN {srand(seed); print 0.1 + rand() * 0.9}') sleep "$sleep_time" done
Applying the patch e31e9965f00d9c744a7f728497cb4f3e97744ee8 is able to eliminate this problem. The bugfix is ready for download at github.com.
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
Product
Name
Version
License
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔒VulDB Reliability: 🔍
CNA CVSS-B Score: 🔒
CNA CVSS-BT Score: 🔒
CNA Vector: 🔒
CVSSv3
VulDB Meta Base Score: 5.4VulDB Meta Temp Score: 5.1
VulDB Base Score: 4.3
VulDB Temp Score: 3.9
VulDB Vector: 🔒
VulDB Reliability: 🔍
Researcher Base Score: 7.5
Researcher Vector: 🔒
CNA Base Score: 4.3
CNA Vector: 🔒
CVSSv2
AV | AC | Au | C | I | A |
---|---|---|---|---|---|
💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
---|---|---|---|---|---|
unlock | unlock | unlock | unlock | unlock | unlock |
unlock | unlock | unlock | unlock | unlock | unlock |
unlock | unlock | unlock | unlock | unlock | unlock |
VulDB Base Score: 🔒
VulDB Temp Score: 🔒
VulDB Reliability: 🔍
Exploiting
Class: Denial of serviceCWE: CWE-404
CAPEC: 🔒
ATT&CK: 🔒
Local: No
Remote: Yes
Availability: 🔒
Access: Public
Status: Proof-of-Concept
Download: 🔒
EPSS Score: 🔒
EPSS Percentile: 🔒
Price Prediction: 🔍
Current Price Estimation: 🔒
0-Day | unlock | unlock | unlock | unlock |
---|---|---|---|---|
Today | unlock | unlock | unlock | unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: PatchStatus: 🔍
0-Day Time: 🔒
Patch: e31e9965f00d9c744a7f728497cb4f3e97744ee8
Timeline
03/03/2025 Advisory disclosed03/03/2025 VulDB entry created
03/04/2025 VulDB entry last update
Sources
Advisory: 3707Researcher: Wei Guo, Yuanhao Li, Hao Zheng, Qiang Fu, Jiajia Liu
Status: Confirmed
Confirmation: 🔒
CVE: CVE-2025-1893 (🔒)
GCVE (CVE): GCVE-0-2025-1893
GCVE (VulDB): GCVE-100-298411
scip Labs: https://www.scip.ch/en/?labs.20161013
Entry
Created: 03/03/2025 07:18 PMUpdated: 03/04/2025 01:50 PM
Changes: 03/03/2025 07:18 PM (59), 03/03/2025 07:19 PM (1), 03/04/2025 11:47 AM (30), 03/04/2025 01:47 PM (16), 03/04/2025 01:50 PM (3)
Complete: 🔍
Submitter: EnginerStaticPower
Committer: EnginerStaticPower
Cache ID: 18:20E:40
Submit
Accepted
- Submit #505952: Open5GS v2.7.2 Denial of Service (by EnginerStaticPower)
No comments yet. Languages: en.
Please log in to comment.