he free5GC UPF suffers from a lack of bounds checking on the SEID when processing PFCP Session Deletion Requests. An unauthenticated remote attacker can send a request with a very large SEID (e.g., 0xFFFFFFFFFFFFFFFF) that causes an integer conversion/underflow in LocalNode.DeleteSess() / LocalNode.Sess() when a uint64 SEID is converted to int and used in index arithmetic. This leads to a negative index into n.sess and a Go runtime panic, resulting in a denial of service (UPF crash). The issue has been reproduced on free5GC v4.1.0 with crashes observed in the session lookup/deletion path in internal/pfcp/node.go; other versions may also be affected. No authentication is required.
| Link | Resource |
|---|---|
| https://github.com/free5gc/free5gc/issues/731 | Exploit Issue Tracking Third Party Advisory |
| https://github.com/free5gc/free5gc/issues/731 | Exploit Issue Tracking Third Party Advisory |
07 Jan 2026, 21:01
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Free5gc free5gc
Free5gc |
|
| References | () https://github.com/free5gc/free5gc/issues/731 - Exploit, Issue Tracking, Third Party Advisory | |
| CPE | cpe:2.3:a:free5gc:free5gc:4.1.0:*:*:*:*:*:*:* |
19 Dec 2025, 18:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-12-18 19:16
Updated : 2026-01-07 21:01
NVD link : CVE-2025-65562
Mitre link : CVE-2025-65562
CVE.ORG link : CVE-2025-65562
JSON object : View
Improper Validation of Array Index