CWE-622Improper Validation of Function Hook Arguments

PUBLISHEDweakness record
released 2007-05-07 · last modified 2023-06-29

Metadata

CWE ID:
CWE-622
摘要:
Variant
结构:
Simple
状态:
Draft
发布日期:
2007-05-07
更新日期:
2023-06-29

名称

Improper Validation of Function Hook Arguments

描述

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.

常见后果

范围:
Integrity
影响:
Unexpected State

相关 CWE