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.80 |
Summary
A vulnerability, which was classified as problematic, has been found in Open5GS up to 2.7.2. This vulnerability affects the function gmm_state_authentication of the file src/amf/gmm-sm.c of the component AMF. This manipulation causes denial of service.
This vulnerability is handled as CVE-2025-1893. The attack can be initiated remotely. Additionally, an exploit exists.
To fix this issue, it is recommended to deploy a patch.
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.
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"
doneApplying the patch e31e9965f00d9c744a7f728497cb4f3e97744ee8 is able to eliminate this problem. The bugfix is ready for download at github.com.
Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.
Product
Name
Version
License
Website
- Product: https://github.com/open5gs/open5gs/
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: 🔍
Physical: No
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 🔍03/03/2025 🔍
02/01/2026 🔍
Sources
Product: github.comAdvisory: 3707
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 19:18Updated: 02/01/2026 16:24
Changes: 03/03/2025 19:18 (59), 03/03/2025 19:19 (1), 03/04/2025 11:47 (30), 03/04/2025 13:47 (16), 03/04/2025 13:50 (3), 09/07/2025 16:43 (1), 02/01/2026 16:24 (1)
Complete: 🔍
Submitter: EnginerStaticPower
Committer: EnginerStaticPower
Cache ID: 216::103
Submit
Accepted
- Submit #505952: Open5GS v2.7.2 Denial of Service (by EnginerStaticPower)
Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.
No comments yet. Languages: en.
Please log in to comment.