CWE-610Class1 in KEV

Externally Controlled Reference to a Resource in Another Sphere

Draft in the CWE catalog · 81 CVEs mapped

81
CVEs mapped
1
In KEV
6.7
Median CVSS
What it is

The product uses an externally controlled name or reference that resolves to a resource that is outside of the intended control sphere.

Recent examples
5.3cvss
CVE-2026-19032

CVE-2026-19032 - MEDIUM Severity Vulnerability

jackson-databind's deserializer for java.nio.file.Path resolves an attacker-supplied URI without restricting the URI scheme. In JDKFromStringDeserializer.NioPathHelper.deserialize, a string bound from untrusted JSON is passed to new URI(value) and then to Path.of(uri). When that throws FileSystemNotFoundException, the code enumerates ServiceLoader<FileSystemProvider> and calls provider.getPath(uri) on the first provider whose scheme matches the attacker-chosen scheme. Untrusted JSON can therefore select and drive an arbitrary registered FileSystemProvider during readValue under a default JsonMapper, and forces provider class loading at the same time. With only the JDK built-in providers (file, jar/zipfs) present, the resolved path is inert and no mount or network I/O occurs; further impact requires a side-effecting third-party FileSystemProvider on the classpath. This affects com.fasterxml.jackson.core:jackson-databind from 2.8.0 before 2.18.10, from 2.19.0 before 2.21.6, and from 2.22.0 before 2.22.2, and tools.jackson.core:jackson-databind from 3.0.0 before 3.1.6 and from 3.2.0 before 3.2.2. Users should upgrade to 2.18.10, 2.21.6, 2.22.2, 3.1.6, or 3.2.2. Binding java.nio.file.Path from untrusted JSON should be avoided regardless of version.

MEDIUMno explanation yet
0%
epss
4.4cvss
CVE-2026-21810

CVE-2026-21810 - MEDIUM Severity Vulnerability

HCL BigFix Quantum Risk Analyzer is affected by a hardcoded external resource reference and a lack of binary integrity which could allow an attacker to obtain sensitive information or modify the binary.

MEDIUMno explanation yet
0%
epss
8.3cvss
CVE-2026-79256

CVE-2026-79256 - HIGH Severity Vulnerability

Externally controlled reference in WebView in Google Chrome on on Android prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Medium)

HIGHno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-610
Abstraction
Class
Structure
Simple
Status
Draft