CWE-749: Exposed Dangerous Method or Function

BaseIncompleteExploit Likelihood: Low

The product provides an Applications Programming Interface (API) or similar interface for interaction with external actors, but the interface includes a dangerous method or function that is not properly restricted.

View on MITRE
Back to CWE Lookup

Extended Description

This weakness can lead to a wide variety of resultant weaknesses, depending on the behavior of the exposed method. It can apply to any number of technologies and approaches, such as ActiveX controls, Java functions, IOCTLs, and so on. The exposure can occur in a few different ways: The function/method was never intended to be exposed to outside actors. The function/method was only intended to be accessible to a limited set of actors, such as Internet-based access from a single web site.

Technical Details

Structure
Simple

Applicable To

Languages
Not Language-Specific
Platforms

Learn More