mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Add changelog fragments for this collection from ansible/ansible. (#156)
This commit is contained in:
parent
4ebb65e6f6
commit
fab6b980d2
159 changed files with 372 additions and 0 deletions
5
changelogs/fragments/solaris_zone_name_fix.yml
Normal file
5
changelogs/fragments/solaris_zone_name_fix.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
bugfixes:
|
||||
- "**SECURITY** - CVE-2019-14904 - solaris_zone module accepts zone name and performs actions related to that.
|
||||
However, there is no user input validation done while performing actions. A malicious user could provide a
|
||||
crafted zone name which allows executing commands into the server manipulating the module behaviour. Adding
|
||||
user input validation as per Solaris Zone documentation fixes this issue."
|
Loading…
Add table
Add a link
Reference in a new issue