CWE一覧に戻る
CWE-560

umask()のchmodスタイル引数での使用

Use of umask() with chmod-style Argument
脆弱性 レビュー中
JA

あたかもchmod()の引数であるかのように指定された不正な引数でumask()を呼び出している。

EN

The product calls umask() with an incorrect argument that is specified as if it is an argument to chmod().

Scope: Confidentiality, Integrity, Access Control / Impact: Read Files or Directories; Modify Files or Directories; Bypass Protection Mechanism
Use umask() with the correct argument.
MITRE公式ページ — CWE-560