CWE-708: Incorrect Ownership Assignment

BaseIncomplete

The product assigns an owner to a resource, but the owner is outside of the intended control sphere.

View on MITRE
Back to CWE Lookup

Extended Description

This may allow the resource to be manipulated by actors outside of the intended control sphere.

Technical Details

Structure
Simple

Applicable To

Languages
Not Language-Specific
Platforms

Frequently Asked Questions

What is CWE-708: Incorrect Ownership Assignment?+

CWE-708: Incorrect Ownership Assignment is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product assigns an owner to a resource, but the owner is outside of the intended control sphere. This may allow the resource to be manipulated by actors outside of the intended control sphere.

What are the security consequences of Incorrect Ownership Assignment?+

If exploited, CWE-708 (Incorrect Ownership Assignment) it can compromise Confidentiality and Integrity, leading to outcomes such as Read Application Data and Modify Application Data.

How do you prevent or mitigate Incorrect Ownership Assignment?+

Recommended mitigations for CWE-708 include: Periodically review the privileges and their owners. Use automated tools to check for privilege settings.

Which programming languages are affected by Incorrect Ownership Assignment?+

CWE-708 commonly affects Not Language-Specific. Note that weaknesses are often language-agnostic patterns, so secure coding practices apply broadly.

What are real-world examples of Incorrect Ownership Assignment?+

MITRE documents real CVEs mapped to CWE-708, including CVE-2007-5101, CVE-2007-4238, CVE-2007-1716, CVE-2005-3148 and CVE-2005-1064. 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-708 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