Cyber Posture

CVE-2025-1893

MediumPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
06 March 2025
KEV Added
Patch
CVSS Score 4.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0005 15.5th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.

Security Summary

CVE-2025-1893 is a denial-of-service vulnerability affecting Open5GS versions up to 2.7.2. The issue resides in the gmm_state_authentication function within the file src/amf/gmm-sm.c of the AMF component. Manipulation of this function leads to a crash, with a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L) and is associated with CWE-404.

The vulnerability enables remote exploitation by an attacker possessing low privileges. A single user equipment (UE) can trigger the denial of service, crashing the AMF and causing a complete loss of mobility and session management services. This results in a network-wide outage, where all registered UEs lose connectivity and new registrations are blocked until the AMF is restarted, delivering a high availability impact despite the low CVSS availability metric.

Mitigation is available via the patch commit e31e9965f00d9c744a7f728497cb4f3e97744ee8 on the Open5GS GitHub repository. Advisories in the associated GitHub issues (e.g., #3707) confirm the fix and recommend applying the patch promptly. The exploit has been publicly disclosed and may be used in the wild.

Details

CWE(s)
CWE-404

Affected Products

open5gs
open5gs
≤ 2.7.2

MITRE ATT&CK Enterprise Techniques

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The CVE describes a remote, low-privilege vulnerability that crashes the AMF service via crafted input in the authentication state machine, directly enabling Endpoint Denial of Service through Application or System Exploitation (T1499.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References