mirror of https://github.com/ansible/ansible.git
[2.7] solaris_zone: Allow only valid characters in zone name
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. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/66375/head
parent
e75fcd8b13
commit
6a86650109
@ -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…
Reference in New Issue