7e4cffc5d2
* Change default file permissions so they are not world readable
CVE-2020-1736
Set the default permissions for files we create with atomic_move() to 0o0660. Track
which files we create that did not exist and warn if the module supports 'mode'
and it was not specified and the module did not call set_mode_if_different(). This allows the user to take action and specify a mode rather than using the defaults.
A code audit is needed to find all instances of modules that call atomic_move()
but do not call set_mode_if_different(). The findings need to be documented in
a changelog since we are not warning. Warning in those instances would be frustrating
to the user since they have no way to change the module code.
- use a set for storing list of created files
- just check the argument spac and params rather than using another property
- improve the warning message to include the default permissions.
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
test__log_invocation.py | ||
test__symbolic_mode_to_octal.py | ||
test_argument_spec.py | ||
test_atomic_move.py | ||
test_deprecate_warn.py | ||
test_dict_converters.py | ||
test_exit_json.py | ||
test_filesystem.py | ||
test_get_file_attributes.py | ||
test_get_module_path.py | ||
test_heuristic_log_sanitize.py | ||
test_imports.py | ||
test_log.py | ||
test_no_log.py | ||
test_platform_distribution.py | ||
test_run_command.py | ||
test_safe_eval.py | ||
test_sanitize_keys.py | ||
test_selinux.py | ||
test_set_mode_if_different.py | ||
test_tmpdir.py |