CWE•Base•Incomplete•16 recent CVEs
CWE-749Exposed Dangerous Method or Function
Description
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.
[object Object]
Common consequences
- Integrity,Confidentiality,Availability,Access Control,Other→Gain Privileges or Assume Identity,Read Application Data,Modify Application Data,Execute Unauthorized Code or Commands,OExposing critical functionality essentially provides an attacker with the privilege level of the exposed functionality. This could result in the modification or exposure of sensitive data or possibly even execution of arbitrary code.
Potential mitigations
- Architecture and DesignIf you must expose a method, make sure to perform input validation on all arguments, limit access to authorized parties, and protect against all possible vulnerabilities.
- Architecture and Design,Implementation[object Object]
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-446988.32026-05-29CVE-2026-447987.12026-05-28CVE-2025-147137.52026-05-27CVE-2026-448366.52026-05-26CVE-2026-40517.22026-05-26CVE-2026-335845.32026-05-13CVE-2026-335838.72026-05-13CVE-2026-81087.82026-05-12CVE-2026-81096.52026-05-12CVE-2026-64025.32026-05-12CVE-2026-252665.52026-05-04CVE-2026-51738.52026-04-08CVE-2026-354888.12026-04-07CVE-2026-222089.62026-02-17CVE-2024-126518.52025-02-14CVE-2016-94698.22017-03-28