2016.11.7.rst 669 B

1234567891011121314151617
  1. ============================
  2. Salt 2016.11.7 Release Notes
  3. ============================
  4. Version 2016.11.7 is a bugfix release for :ref:`2016.11.0 <release-2016-11-0>`.
  5. Security Fix
  6. ============
  7. **CVE-2017-12791** Maliciously crafted minion IDs can cause unwanted directory
  8. traversals on the Salt-master
  9. This release corrects a flaw in minion ID validation which could allow certain
  10. minions to authenticate to a master despite not having the correct credentials.
  11. To exploit the vulnerability, an attacker must create a salt-minion with an ID
  12. containing characters that will cause a directory traversal. Credit for
  13. discovering the security flaw goes to: Vernhk@qq.com