LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2856: Insufficient validation of untrusted input in Intents in Google Chrome on Android prior to 104.0.5112.101 a...

Insufficient validation of untrusted input in Intents in Google Chrome on Android prior to 104.0.5112.101 allowed a remote attacker to arbitrarily browse to a malicious website via a crafted HTML page.

MediumCVSS 6.5Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability affects Google Chrome on Android before 104.0.5112.101. A malicious web page could cause the browser to navigate in an unintended way because Chrome did not sufficiently validate Android Intent input. The CVSS score is medium, but CISA lists it as known exploited, making timely remediation important.

Executive priority

Prioritize remediation because this is a known exploited browser issue on mobile endpoints. The technical severity is medium, but browser exposure and KEV status raise operational urgency. Focus on proving Chrome update coverage across Android fleets.

Technical view

CVE-2022-2856 is CWE-20 input validation failure in Chrome Intents on Android. A remote attacker could use a crafted HTML page to make Chrome browse to a malicious website. The vector requires user interaction, has network reachability, and is rated CVSS 6.5 with high integrity impact.

Likely exposure

Exposure is most likely on Android devices running Chrome before 104.0.5112.101. Organizations using managed mobile fleets should prioritize Chrome version inventory. The source bundle also references Fedora Chromium packaging, but the primary CVE description names Chrome on Android.

Exploitation context

CISA KEV inclusion supports known exploitation. The provided sources do not include exploit timing, scale, targets, or technical exploit details. The CVE description indicates exploitation requires a user to interact with a crafted HTML page.

Researcher notes

The public bundle gives limited root-cause detail beyond insufficient Intent input validation. Avoid assuming broader platform impact. Validate affected scope against Chrome version data and vendor advisories, especially where Chromium packages are managed separately from Android Chrome.

Mitigation direction

  • Update Chrome on Android to 104.0.5112.101 or later.
  • Check Google Chrome release guidance for any later fixed versions.
  • Review Fedora advisory if managing Chromium packages from Fedora repositories.
  • Use MDM or endpoint tooling to enforce current browser versions.
  • Treat CISA KEV status as a remediation deadline driver.

Validation and detection

  • Inventory Android Chrome versions across managed devices.
  • Flag any Chrome install earlier than 104.0.5112.101.
  • Confirm mobile browser update policy is enforced and reporting correctly.
  • Check vulnerability management records for CVE-2022-2856 closure.
  • Review CISA KEV tracking for organizational remediation status.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-2856 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2022-2856Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GoogleChromeunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.