CWE-673: External Influence of Sphere Definition

ClassDraft

The product does not prevent the definition of control spheres from external actors.

View on MITRE
Back to CWE Lookup

Extended Description

Typically, a product defines its control sphere within the code itself, or through configuration by the product's administrator. In some cases, an external party can change the definition of the control sphere. This is typically a resultant weakness.

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-673: External Influence of Sphere Definition?+

CWE-673: External Influence of Sphere Definition is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product does not prevent the definition of control spheres from external actors. Typically, a product defines its control sphere within the code itself, or through configuration by the product's administrator. In some cases, an external party can change the definition of the control sphere. This is typically a resultant weakness.

What are the security consequences of External Influence of Sphere Definition?+

If exploited, CWE-673 (External Influence of Sphere Definition) it can compromise Other, leading to outcomes such as Other.

What are real-world examples of External Influence of Sphere Definition?+

MITRE documents real CVEs mapped to CWE-673, including CVE-2008-2613. 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-673 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