GHSA-xw45-cc32-442f

Suggest an improvement
Source
https://github.com/advisories/GHSA-xw45-cc32-442f
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-xw45-cc32-442f/GHSA-xw45-cc32-442f.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-xw45-cc32-442f
Aliases
Published
2026-04-01T22:59:50Z
Modified
2026-06-25T23:11:05Z
Severity
  • 2.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
Ella Core Has Audit Log Falsification via Path/Body IMSI Mismatch in UpdateSubscriber
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-20"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-04-01T22:59:50Z",
    "nvd_published_at": "2026-04-02T20:16:25Z",
    "severity": "LOW"
}
References

Affected packages

Go / github.com/ellanetworks/core

Package

Name
github.com/ellanetworks/core
View open source insights on deps.dev
Purl
pkg:golang/github.com/ellanetworks/core

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.8.0

Database specific

last_known_affected_version_range
"<= 1.7.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-xw45-cc32-442f/GHSA-xw45-cc32-442f.json"