CVE-2025-14953: NULL Pointer Dereference in Open5GS
A flaw has been found in Open5GS up to 2.7.5. This impacts the function ogs_pfcp_handle_create_pdr in the library lib/pfcp/handler.c of the component FAR-ID Handler. Executing a manipulation can lead to null pointer dereference. The attack may be performed from remote. The attack requires a high level of complexity. The exploitability is said to be difficult. The exploit has been published and may be used. This patch is called 93a9fd98a8baa94289be3b982028201de4534e32. It is advisable to implement a patch to correct this issue.
AI Analysis
Technical Summary
CVE-2025-14953 is a vulnerability identified in Open5GS, an open-source 5G core network implementation widely used for mobile network infrastructure. The flaw is a NULL pointer dereference occurring in the function ogs_pfcp_handle_create_pdr, located in the FAR-ID Handler component (lib/pfcp/handler.c). This function handles Packet Detection Rules (PDR) within the PFCP (Packet Forwarding Control Protocol) layer, which is critical for managing user plane traffic in 5G networks. An attacker can remotely trigger this vulnerability by sending crafted PFCP messages that manipulate the FAR-ID Handler, causing the software to dereference a NULL pointer. This results in a crash of the affected process, leading to denial of service (DoS). The attack complexity is high due to the need for precise message crafting and understanding of the PFCP protocol internals. The exploit does not require user interaction but does require low privileges, and no authentication is needed, increasing the attack surface. Although an exploit has been published, it is considered difficult to execute successfully. The vulnerability affects Open5GS versions 2.7.0 through 2.7.5. A patch has been released (commit 93a9fd98a8baa94289be3b982028201de4534e32) to address this issue by adding proper NULL checks and improving input validation in the affected function. This vulnerability is assigned a CVSS 4.0 score of 2.3, reflecting its low severity due to limited impact and exploitation difficulty.
Potential Impact
The primary impact of CVE-2025-14953 is denial of service through a crash of the Open5GS process handling PFCP messages. For organizations deploying Open5GS as part of their 5G core network infrastructure, this can lead to temporary disruption of user plane traffic management, affecting network availability and potentially degrading mobile service quality. While the vulnerability does not directly compromise confidentiality or integrity, service outages in critical telecommunications infrastructure can have cascading effects on business operations, emergency services, and customer satisfaction. The difficulty of exploitation and the requirement for low privileges reduce the likelihood of widespread attacks, but targeted attackers with sufficient expertise could leverage this flaw to disrupt specific network segments. Given the increasing reliance on 5G networks globally, even short-term outages can have significant operational and reputational consequences for mobile network operators and their customers.
Mitigation Recommendations
To mitigate CVE-2025-14953, organizations should promptly apply the official patch identified by commit 93a9fd98a8baa94289be3b982028201de4534e32, which corrects the NULL pointer dereference in the FAR-ID Handler. Network operators should also implement strict filtering and validation of PFCP messages at network boundaries to reduce exposure to malformed packets from untrusted sources. Deploying runtime monitoring and anomaly detection tools focused on PFCP traffic can help identify exploitation attempts early. Additionally, isolating critical Open5GS components in hardened environments with limited network access can reduce the attack surface. Regularly updating Open5GS to the latest stable versions and following secure coding and deployment best practices will further minimize risks. Finally, conducting penetration testing and vulnerability assessments on 5G core network implementations can help uncover similar issues proactively.
Affected Countries
South Korea, Japan, Germany, United States, China, India, Brazil
CVE-2025-14953: NULL Pointer Dereference in Open5GS
Description
A flaw has been found in Open5GS up to 2.7.5. This impacts the function ogs_pfcp_handle_create_pdr in the library lib/pfcp/handler.c of the component FAR-ID Handler. Executing a manipulation can lead to null pointer dereference. The attack may be performed from remote. The attack requires a high level of complexity. The exploitability is said to be difficult. The exploit has been published and may be used. This patch is called 93a9fd98a8baa94289be3b982028201de4534e32. It is advisable to implement a patch to correct this issue.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-14953 is a vulnerability identified in Open5GS, an open-source 5G core network implementation widely used for mobile network infrastructure. The flaw is a NULL pointer dereference occurring in the function ogs_pfcp_handle_create_pdr, located in the FAR-ID Handler component (lib/pfcp/handler.c). This function handles Packet Detection Rules (PDR) within the PFCP (Packet Forwarding Control Protocol) layer, which is critical for managing user plane traffic in 5G networks. An attacker can remotely trigger this vulnerability by sending crafted PFCP messages that manipulate the FAR-ID Handler, causing the software to dereference a NULL pointer. This results in a crash of the affected process, leading to denial of service (DoS). The attack complexity is high due to the need for precise message crafting and understanding of the PFCP protocol internals. The exploit does not require user interaction but does require low privileges, and no authentication is needed, increasing the attack surface. Although an exploit has been published, it is considered difficult to execute successfully. The vulnerability affects Open5GS versions 2.7.0 through 2.7.5. A patch has been released (commit 93a9fd98a8baa94289be3b982028201de4534e32) to address this issue by adding proper NULL checks and improving input validation in the affected function. This vulnerability is assigned a CVSS 4.0 score of 2.3, reflecting its low severity due to limited impact and exploitation difficulty.
Potential Impact
The primary impact of CVE-2025-14953 is denial of service through a crash of the Open5GS process handling PFCP messages. For organizations deploying Open5GS as part of their 5G core network infrastructure, this can lead to temporary disruption of user plane traffic management, affecting network availability and potentially degrading mobile service quality. While the vulnerability does not directly compromise confidentiality or integrity, service outages in critical telecommunications infrastructure can have cascading effects on business operations, emergency services, and customer satisfaction. The difficulty of exploitation and the requirement for low privileges reduce the likelihood of widespread attacks, but targeted attackers with sufficient expertise could leverage this flaw to disrupt specific network segments. Given the increasing reliance on 5G networks globally, even short-term outages can have significant operational and reputational consequences for mobile network operators and their customers.
Mitigation Recommendations
To mitigate CVE-2025-14953, organizations should promptly apply the official patch identified by commit 93a9fd98a8baa94289be3b982028201de4534e32, which corrects the NULL pointer dereference in the FAR-ID Handler. Network operators should also implement strict filtering and validation of PFCP messages at network boundaries to reduce exposure to malformed packets from untrusted sources. Deploying runtime monitoring and anomaly detection tools focused on PFCP traffic can help identify exploitation attempts early. Additionally, isolating critical Open5GS components in hardened environments with limited network access can reduce the attack surface. Regularly updating Open5GS to the latest stable versions and following secure coding and deployment best practices will further minimize risks. Finally, conducting penetration testing and vulnerability assessments on 5G core network implementations can help uncover similar issues proactively.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- VulDB
- Date Reserved
- 2025-12-19T08:31:23.204Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 694579a3133fda1465c274c8
Added to database: 12/19/2025, 4:13:23 PM
Last enriched: 2/24/2026, 11:06:25 PM
Last updated: 3/24/2026, 12:28:19 AM
Views: 94
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.