GHSA-7g27-v5wj-jr75

Suggest an improvement
Source
https://github.com/advisories/GHSA-7g27-v5wj-jr75
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-7g27-v5wj-jr75/GHSA-7g27-v5wj-jr75.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-7g27-v5wj-jr75
Aliases
Published
2026-03-18T20:06:36Z
Modified
2026-03-23T18:56:30Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
free5GC UDM DataChangeNotification Procedure Panic Due to Nil Pointer Dereference
Details

Impact
This is a NULL Pointer Dereference vulnerability leading to Denial of Service.

  • Security Impact: A remote attacker can cause the UDM service to panic and crash by sending a crafted POST request to the /sdm-subscriptions endpoint with a malformed URL path containing path traversal sequences (../) and a large JSON payload. The DataChangeNotificationProcedure function in notifier.go attempts to access a nil pointer without proper validation, causing a complete service crash with "runtime error: invalid memory address or nil pointer dereference".
  • Functional Impact: The service crashes completely, requiring manual restart. All UDM functionality is disrupted until recovery.
  • Affected Parties: All deployments of free5GC v4.0.1 using the UDM HTTP callback functionality.

Patches
Yes, the issue has been patched.
The fix is implemented in PR free5gc/udm#78.
Users should upgrade to the next release of free5GC that includes this commit.

Workarounds
There is no direct workaround at the application level. The recommendation is to apply the provided patch or implement API gateway-level filtering to block requests containing path traversal sequences.

Database specific
{
    "cwe_ids":  [
        "CWE-476",
        "CWE-478"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-03-18T20:06:36Z",
    "nvd_published_at":  "2026-03-20T08:16:12Z",
    "severity":  "HIGH"
}
References

Affected packages

Go / github.com/free5gc/udm

Package

Name
github.com/free5gc/udm
View open source insights on deps.dev
Purl
pkg:golang/github.com/free5gc/udm

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.4.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-7g27-v5wj-jr75/GHSA-7g27-v5wj-jr75.json"