
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-34762 is an improper input validation vulnerability in Ella Core (ellanetworks/core) that enables audit log falsification via a path/body IMSI mismatch in the UpdateSubscriber API. The PUT /api/v1/subscriber/{imsi} endpoint accepts an IMSI identifier from both the URL path and the JSON request body without verifying they match, allowing an authenticated NetworkManager to modify any subscriber's policy while the audit trail records a fabricated or unrelated IMSI. Affected versions are all releases up to and including 1.7.0; the issue was patched in version 1.8.0. It carries a CVSS v3.1 base score of 2.7 (Low) (GitHub Advisory, Ella Core Advisory).
The root cause is CWE-20 (Improper Input Validation): the API handler for PUT /api/v1/subscriber/{imsi} reads the IMSI from both the URL path parameter and the JSON request body but performs no consistency check between the two values. An authenticated NetworkManager can supply a legitimate target IMSI in the URL path (to select the subscriber whose policy is modified) while placing a different, fabricated IMSI in the request body, which is what the audit log records. Exploitation requires network access to the API and a valid NetworkManager or Admin credential; no special complexity or user interaction is needed beyond authentication (GitHub Advisory, Ella Core Advisory).
The primary impact is an integrity violation: an authenticated NetworkManager or Admin can silently alter any subscriber's QoS policy — potentially degrading service or rerouting traffic — while the audit log attributes the action to a non-existent or unrelated subscriber IMSI. This effectively nullifies post-incident forensic investigations, as searches for the affected subscriber's IMSI will return no matching audit entries. There is no confidentiality or availability impact, and the scope is limited to the affected Ella Core instance (GitHub Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported for CVE-2026-34762. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS score is approximately 0.039% (0.000390), placing it in the 23rd percentile for exploitation likelihood within 30 days (GitHub Advisory). Exploitation is constrained by the requirement for high-privilege authenticated access (NetworkManager or Admin role), significantly limiting the attacker pool.
GET /api/v1/subscriber) to identify the IMSI of the subscriber whose policy should be modified.PUT /api/v1/subscriber/{real-target-imsi} request where the URL path contains the actual target subscriber's IMSI, but the JSON request body contains a fabricated or unrelated IMSI along with the desired policy changes.PUT /api/v1/subscriber/{imsi} requests where the path IMSI and the IMSI in the request body differ (detectable if request body logging is enabled).PUT requests to /api/v1/subscriber/ endpoints from authenticated sessions at unusual times or from unusual source IPs.Upgrade Ella Core to version 1.8.0 or later, which resolves the issue by removing the IMSI from the request body and using the URL path parameter as the sole source of truth for subscriber identification (commit 7f64b7a, PR #1171) (Ella Core v1.8.0 Release). No configuration-based workaround is available for versions ≤ 1.7.0; the only remediation is upgrading. As an interim measure, restrict NetworkManager and Admin API access to trusted, monitored networks and audit API access logs for IMSI discrepancies (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."