Ella Core Has Audit Log Falsification via Path/Body IMSI Mismatch in UpdateSubscriber
Package
Affected versions
<= 1.7.0
Patched versions
1.8.0
Description
Published to the GitHub Advisory Database
Apr 1, 2026
Reviewed
Apr 1, 2026
Published by the National Vulnerability Database
Apr 2, 2026
Last updated
Apr 6, 2026
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.
References