open5gs/tests/registration
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
..
abts-main.c [AMF] Fixed crash in no context setup (#2999) 2024-03-04 21:03:07 +09:00
auth-test.c [AMF/MME] UEContextReleaseCommand after Interity Protected (#2786) (#2794) 2023-12-13 17:54:37 +09:00
crash-test.c [SEC] Vulnerabilities have been resolved (#2945) 2024-03-06 07:20:50 +09:00
dereg-test.c [AMF/SMF] Resolved the Issue of Session Release Based on the Order of N1/N2 Messages (#2917) 2024-02-03 09:42:09 +09:00
ecc-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
gmm-status-test.c [AMF/MME] No STATE Change for the EMM/GMM-STATUS 2024-02-03 10:16:16 +09:00
guti-test.c [MME/AMF] Fixed crash following Handover Request (#3014) 2024-02-29 23:02:38 +09:00
identity-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
idle-test.c [MME/AMF] Fixed crash following Handover Request (#3014) 2024-02-29 23:02:38 +09:00
meson.build [AMF] Fixed crash in no context setup (#2999) 2024-03-04 21:03:07 +09:00
multi-ue-test.c [AMF] Fixed MEMORY LEAK (#1925) 2023-01-21 09:02:44 +09:00
reset-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
simple-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ue-context-test.c [AMF/MME] UEContextReleaseCommand after Interity Protected (#2786) (#2794) 2023-12-13 17:54:37 +09:00