Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,46 @@
{
"schema_version": "1.4.0",
"id": "GHSA-q7c8-gfjh-8v4p",
"modified": "2026-01-23T21:30:43Z",
"modified": "2026-01-23T21:31:50Z",
"published": "2026-01-23T18:31:28Z",
"aliases": [
"CVE-2025-66719"
],
"summary": "GHSA-q7c8-gfjh-8v4p",
"details": "An issue was discovered in Free5gc NRF 1.4.0. In the access-token generation logic of free5GC, the AccessTokenScopeCheck() function in file internal/sbi/processor/access_token.go bypasses all scope validation when the attacker uses a crafted targetNF value. This allows attackers to obtain an access token with any arbitrary scope.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66719"
},
{
"type": "WEB",
"url": "https://github.com/free5gc/free5gc/issues/733"
},
{
"type": "WEB",
"url": "https://github.com/free5gc/free5gc/issues/736"
Expand Down