Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-xw45-cc32-442f

Опубликовано: 01 апр. 2026
Источник: github
Github: Прошло ревью
CVSS3: 2.7

Описание

Ella Core Has Audit Log Falsification via Path/Body IMSI Mismatch in UpdateSubscriber

Summary

The PUT /api/v1/subscriber/{imsi} API accepts an IMSI identifier from both the URL path and the JSON request body but never verifies they match. This allows an authenticated NetworkManager to modify any subscriber's policy while the audit trail records a fabricated or unrelated subscriber IMSI.

Impact

A NetworkManager or Admin can modify any subscriber's QoS policy (potentially degrading service or altering traffic routing) while the audit log attributes the change to a non-existent or unrelated subscriber. Post-incident forensic searches for the affected subscriber's IMSI would find no matching audit entries.

Fix

Remove the IMSI as a body param and use the path param as a single source of truth.

Пакеты

Наименование

github.com/ellanetworks/core

go
Затронутые версииВерсия исправления

<= 1.7.0

1.8.0

EPSS

Процентиль: 8%
0.00185
Низкий

2.7 Low

CVSS3

Дефекты

CWE-20

Связанные уязвимости

CVSS3: 2.7
nvd
4 месяца назад

Ella Core is a 5G core designed for private networks. Prior to version 1.8.0, the PUT /api/v1/subscriber/{imsi} API accepts an IMSI identifier from both the URL path and the JSON request body but never verifies they match. This allows an authenticated NetworkManager to modify any subscriber's policy while the audit trail records a fabricated or unrelated subscriber IMSI. This issue has been patched in version 1.8.0.

EPSS

Процентиль: 8%
0.00185
Низкий

2.7 Low

CVSS3

Дефекты

CWE-20