Umbra Wiki weakness weakness/CWE-622
Back to wiki

CWE-622 — Improper Validation of Function Hook Arguments

provenance: imported · CWE: CWE-622

CWE-622: Improper Validation of Function Hook Arguments

MITRE CWE weakness

Kind Weakness
Abstraction Variant
Status Draft
Likelihood of exploit

Description

The product adds hooks to user-accessible API functions, but it does not properly validate the arguments. This could lead to resultant vulnerabilities.

Such hooks can be used in defensive software that runs with privileges, such as anti-virus or firewall, which hooks kernel calls. When the arguments are not validated, they could be used to bypass the protection scheme or attack the product itself.

Common consequences

  • Integrity: Unexpected State

Mitigations

Architecture and Design — Ensure that all arguments are verified, as defined by the API you are protecting.

Architecture and Design — Drop privileges before invoking such functions, if possible.

References

  • CWE page: https://cwe.mitre.org/data/definitions/622.html
  • CWE list: https://cwe.mitre.org/data/index.html