Description
Loading arbitrary external URLs through WebView components introduces malicious JS code that can steal arbitrary user tokens.
Published: 2026-08-17
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Loading arbitrary external URLs through WebView components enables malicious JavaScript to be executed inside the app. The injected script can capture user tokens that the application stores or transmits, leading to a serious confidentiality breach. The weakness arises from insufficient input validation when creating the WebView URL, which is a classic instance of CWE-20: Improper Input Validation.

Affected Systems

The product affected is OPPO Health, a mobile application distributed by OPPO. No specific version numbers are listed in the advisory; the issue applies to any currently shipped version that allows external URLs to be loaded through its WebView component.

Risk and Exploitability

The CVSS score of 8.3 indicates high severity. The EPSS score is not available, so the current exploitation probability cannot be quantified, but the fact that the vulnerability can be triggered via a WebView suggests that it could be exercised in the field. The vulnerability is not listed in the CISA KEV catalog. Attackers likely need to lure a user into visiting a crafted link or otherwise trick the device into loading a malicious URL within the app – a scenario that could be achieved via phishing, compromised content or malicious app extensions.

Generated by OpenCVE AI on August 17, 2026 at 07:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict the WebView component to only load URLs from a whitelisted set of trusted domains and disable JavaScript unless absolutely necessary.
  • Implement strict input validation for any URL that is passed to the WebView to reject malformed or suspicious inputs, addressing the CWE‑20 weakness.
  • Apply the latest OPPO Health release or vendor‑issued patch as soon as it becomes available; if a patch is not yet released, consider disabling WebView usage or blocking external URL loading until remediation is deployed.

Generated by OpenCVE AI on August 17, 2026 at 07:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
First Time appeared Oppo
Oppo oppo Health
Vendors & Products Oppo
Oppo oppo Health

Mon, 17 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description Loading arbitrary external URLs through WebView components introduces malicious JS code that can steal arbitrary user tokens.
Title Arbitrary URL Loading in WebView Leading to Token Leakage Risk
Weaknesses CWE-20
References
Metrics cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:H/SI:L/SA:N'}


Subscriptions

Oppo Oppo Health
cve-icon MITRE

Status: PUBLISHED

Assigner: OPPO

Published:

Updated: 2026-08-17T15:24:32.588Z

Reserved: 2026-01-06T06:15:53.764Z

Link: CVE-2026-22072

cve-icon Vulnrichment

Updated: 2026-08-17T15:24:28.915Z

cve-icon NVD

Status : Deferred

Published: 2026-08-17T07:17:15.797

Modified: 2026-09-03T18:13:44.643

Link: CVE-2026-22072

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T10:58:00Z

Weaknesses
  • CWE-20

    Improper Input Validation