Skip to content

Commit

Permalink
Merge pull request saltstack#291 from saltstack/3004.1-releasenotes
Browse files Browse the repository at this point in the history
Update release notes
  • Loading branch information
garethgreenaway authored Feb 28, 2022
2 parents 2f612bd + 466bc9a commit d1811dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Security

- Sign authentication replies to prevent MiTM (cve-2022-22935)
- Prevent job and fileserver replays (cve-2022-22936)
- Fix denial of service in junos ifconfig output parsing. (cve-2022-22937)
- Sign pillar data to prevent MiTM attacks. (cve-2202-22934)
- Fixed targeting bug, especially visible when using syndic and user auth. (CVE-2022-22941) (#60413)
- Fix denial of service in junos ifconfig output parsing.


Salt 3004 (2021-10-11)
Expand Down
19 changes: 18 additions & 1 deletion doc/topics/releases/3004.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,28 @@ Salt 3004.1 Release Notes

Version 3004.1 is a CVE security fix release for :ref:`3004 <release-3004>`.

Important notice about upgrading
--------------------------------

Version 3004.1 is a security release. 3004.1 minions are not able to
communicate with masters older than 3004.1. You must upgrade your masters
before upgrading minions.

Minion authentication security
------------------------------

Authentication between masters and minions rely on public/private key
encryption and message signing. To secure minion authentication before you must
pre-seed the master's public key on minions. To pre-seed the minions' master
key, place a copy of the master's public key in the minion's pki directory as
``minion_master.pub``.


Security
--------

- Sign authentication replies to prevent MiTM (cve-2022-22935)
- Prevent job and fileserver replays (cve-2022-22936)
- Fix denial of service in junos ifconfig output parsing. (cve-2022-22937)
- Sign pillar data to prevent MiTM attacks. (cve-2202-22934)
- Fixed targeting bug, especially visible when using syndic and user auth. (CVE-2022-22941) (#60413)
- Fix denial of service in junos ifconfig output parsing.

0 comments on commit d1811dd

Please sign in to comment.