Skip to main content

CWE-610: Externally Controlled Reference to a Resource in Another Sphere

ClassDraft

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

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-610: Externally Controlled Reference to a Resource in Another Sphere?+

CWE-610: Externally Controlled Reference to a Resource in Another Sphere is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product uses an externally controlled name or reference that resolves to a resource that is outside of the intended control sphere.

What are the security consequences of Externally Controlled Reference to a Resource in Another Sphere?+

If exploited, CWE-610 (Externally Controlled Reference to a Resource in Another Sphere) it can compromise Confidentiality, Integrity and Access Control, leading to outcomes such as Read Application Data, Modify Application Data and Gain Privileges or Assume Identity.

What are real-world examples of Externally Controlled Reference to a Resource in Another Sphere?+

MITRE documents real CVEs mapped to CWE-610, including CVE-2022-3032, CVE-2022-45918, CVE-2018-1000613, CVE-2020-11053 and CVE-2022-42745. You can look up the full details of each CVE, including CVSS scores and remediation guidance, on our CVE Lookup tool.

What is the difference between a CWE and a CVE?+

A CWE (Common Weakness Enumeration) like CWE-610 describes a category of software weakness — the underlying flaw type. A CVE (Common Vulnerabilities and Exposures) identifies a specific, real-world vulnerability in a particular product. In short, a CWE is the kind of mistake, and a CVE is an instance of that mistake being found in software.

Learn More