Skip to main content

CWE-695: Use of Low-Level Functionality

BaseIncomplete

The product uses low-level functionality that is explicitly prohibited by the framework or specification under which the product is supposed to operate.

View on MITRE
Back to CWE Lookup

Extended Description

The use of low-level functionality can violate the specification in unexpected ways that effectively disable built-in protection mechanisms, introduce exploitable inconsistencies, or otherwise expose the functionality to attack.

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-695: Use of Low-Level Functionality?+

CWE-695: Use of Low-Level Functionality is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product uses low-level functionality that is explicitly prohibited by the framework or specification under which the product is supposed to operate. The use of low-level functionality can violate the specification in unexpected ways that effectively disable built-in protection mechanisms, introduce exploitable inconsistencies, or otherwise expose the functionality to attack.

What are the security consequences of Use of Low-Level Functionality?+

If exploited, CWE-695 (Use of Low-Level Functionality) it can compromise Other, leading to outcomes such as Other.

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

A CWE (Common Weakness Enumeration) like CWE-695 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