| タイトル | free5GCにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| 概要 | free5GCは5Gコアネットワークのオープンソース実装です。バージョン4.2.2以前のfree5GCにおいて、UDRのnudr-dr DELETE /subscription-data/{ueId}/{servingPlmnId}/ee-subscriptions/{subsId}/amf-subscriptionsハンドラには、1回の認証済みEEサブスクリプション作成後に単一認証済みリクエストから到達可能なnilポインタ参照の脆弱性があります。ハンドラは_ , ok = UESubsData.EeSubscriptionCollection[subsId]をチェックし、該当しない場合は404の問題詳細を設定しますが、その後もUESubsData.EeSubscriptionCollection[subsId].AmfSubscriptionInfosにアクセスし、存在しない同じエントリを参照してしまい、返却せずに処理を進めてしまいます。Ginのリカバリ機能はパニックをHTTP 500エラーに変換しますが、このエンドポイントは繰り返しパニックを引き起こす可能性があります。この脆弱性はバージョン4.2.2で修正されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月27日0:00 |
| 登録日 | 2026年6月3日15:36 |
| 最終更新日 | 2026年6月3日15:36 |
| CVSS3.0 : 警告 | |
| スコア | 6.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| free5GC |
| free5GC 4.2.2 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月03日] 掲載 |
2026年6月3日15:36 |
| 概要 | free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's UDR nudr-dr DELETE /subscription-data/{ueId}/{servingPlmnId}/ee-subscriptions/{subsId}/amf-subscriptions handler contains a nil-pointer dereference reachable from a single authenticated request, after one preparatory authenticated EE-subscription create. The handler checks _, ok = UESubsData.EeSubscriptionCollection[subsId] and sets a 404 problem-details on the miss path, but then continues to UESubsData.EeSubscriptionCollection[subsId].AmfSubscriptionInfos -- dereferencing the same missing entry instead of returning. Gin recovery converts the panic into HTTP 500, but the endpoint remains repeatedly panicable. This vulnerability is fixed in 4.2.2. |
|---|---|
| 公表日 | 2026年5月28日2:16 |
| 登録日 | 2026年5月28日4:15 |
| 最終更新日 | 2026年5月29日2:02 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:free5gc:free5gc:*:*:*:*:*:*:*:* | 4.2.2 | ||||