open5gs/lib/nas
Sukchan Lee 322719f3e7 [SEC] Vulnerabilities have been resolved (#2945)
Reachable assertion in amf_ue_set_suci

Location: src/amf/context.c:1968

```
void amf_ue_set_suci(amf_ue_t *amf_ue,
        ogs_nas_5gs_mobile_identity_t *mobile_identity)
{
    amf_ue_t *old_amf_ue = NULL;
    amf_sess_t *old_sess = NULL;
    char *suci = NULL;

    ogs_assert(amf_ue);
    ogs_assert(mobile_identity);

    suci = ogs_nas_5gs_suci_from_mobile_identity(mobile_identity);
    ogs_assert(suci);
```

Exploitable by: Base Station
Severity: denial of service
2024-03-06 07:20:50 +09:00
..
5gs [SEC] Vulnerabilities have been resolved (#2945) 2024-03-06 07:20:50 +09:00
common [AMF] Fixed crash in no context setup (#2999) 2024-03-04 21:03:07 +09:00
eps [SEC] Several vulnerabilities have been resolved. 2024-02-03 10:41:12 +09:00
meson.build NAS-5GS is added 2020-05-21 21:24:21 -04:00