mirror of https://github.com/ansible/ansible.git
[2.9] 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>
(cherry picked from commit 7d2ae7e322
)
pull/66377/head
parent
755348d870
commit
a1b0f72c98
@ -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