CVE-2026-1738
📋 TL;DR
CVE-2026-1738 is a reachable assertion vulnerability in Open5GS SGWC component that allows remote attackers to cause denial of service by manipulating PDR arguments. This affects Open5GS deployments up to version 2.7.6. The vulnerability is remotely exploitable and has a published exploit.
💻 Affected Systems
- Open5GS
⚠️ Risk & Real-World Impact
Worst Case
Remote denial of service causing SGWC component crash and disruption of 5G core network services
Likely Case
Service disruption through SGWC component crash requiring restart
If Mitigated
Limited impact with proper network segmentation and monitoring
🎯 Exploit Status
Exploit has been published and manipulation of PDR argument is straightforward
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Versions after 2.7.6
Vendor Advisory: https://github.com/open5gs/open5gs/issues/4261
Restart Required: Yes
Instructions:
1. Update Open5GS to version after 2.7.6
2. Restart SGWC service
3. Verify the fix by checking version and monitoring logs
🔧 Temporary Workarounds
Network segmentation
linuxRestrict network access to SGWC component to trusted sources only
iptables -A INPUT -p tcp --dport [SGWC_PORT] -s [TRUSTED_NETWORK] -j ACCEPT
iptables -A INPUT -p tcp --dport [SGWC_PORT] -j DROP
🧯 If You Can't Patch
- Implement strict network access controls to limit exposure to SGWC component
- Deploy monitoring and alerting for SGWC process crashes or abnormal behavior
🔍 How to Verify
Check if Vulnerable:
Check Open5GS version: open5gs --version | grep '2.7.6' or earlier
Check Version:
open5gs --version
Verify Fix Applied:
Verify version is above 2.7.6 and monitor SGWC logs for stability
📡 Detection & Monitoring
Log Indicators:
- SGWC process crashes
- Assertion failures in /src/sgwc/context.c
- Abnormal PDR manipulation attempts
Network Indicators:
- Unexpected traffic to SGWC port with malformed PDR data
SIEM Query:
process:open5gs AND (event:crash OR log_message:"assertion fail*")
🔗 References
- https://github.com/open5gs/open5gs/
- https://github.com/open5gs/open5gs/issues/4261
- https://github.com/open5gs/open5gs/issues/4261#event-21968563677
- https://github.com/open5gs/open5gs/issues/4261#issue-3787803578
- https://vuldb.com/?ctiid.343637
- https://vuldb.com/?id.343637
- https://vuldb.com/?submit.741193