结构: Simple
Abstraction: Variant
状态: Draft
被利用可能性: unkown
The product calls umask() with an incorrect argument that is specified as if it is an argument to chmod().
Language: {'cwe_Name': 'C', 'cwe_Prevalence': 'Undetermined'}
范围 | 影响 | 注释 |
---|---|---|
['Confidentiality', 'Integrity', 'Access Control'] | ['Read Files or Directories', 'Modify Files or Directories', 'Bypass Protection Mechanism'] |
策略:
Use umask() with the correct argument.
策略:
If you suspect misuse of umask(), you can use grep to spot call instances of umask().