2016.3.7.rst 890 B

12345678910111213141516171819202122232425262728
  1. ===========================
  2. Salt 2016.3.7 Release Notes
  3. ===========================
  4. Version 2016.3.7 is a bugfix release for :ref:`2016.3.0 <release-2016-3-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 minions to
  10. authenticate to a master despite not having the correct credentials. To exploit
  11. the vulnerability, an attacker must create a salt-minion with an ID containing
  12. characters that will cause a directory traversal. Credit for discovering the
  13. security flaw goes to: Vernhk@qq.com
  14. Changelog for v2016.3.6..v2016.3.7
  15. ==================================
  16. *Generated at: 2018-05-27 14:09:17 UTC*
  17. * 11d176ff1b Add release notes for 2016.3.7 release
  18. * dc649ded51 Add clean_id function to salt.utils.verify.py