Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1399220 - (CVE-2016-9639) CVE-2016-9639 salt: Vulnerable caching provides access to private pillar data
CVE-2016-9639 salt: Vulnerable caching provides access to private pillar data
Status: CLOSED WONTFIX
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20161125,repor...
: Security
Depends On: 1399223
Blocks: 1399225
  Show dependency treegraph
 
Reported: 2016-11-28 10:06 EST by Andrej Nemec
Modified: 2016-12-14 22:57 EST (History)
7 users (show)

See Also:
Fixed In Version: salt 2015.8.11
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2016-12-14 22:57:13 EST
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Andrej Nemec 2016-11-28 10:06:14 EST
Salt minions (clients), come with a descriptive id and a crypto key
each. Attaching a minion to a master (server) boils down to "accepting
its key" with a command on the master.

Now it can happen that after one minion is fully accepted, a second one
presents itself to the master with the same id but different key. In
that case, Salt will figure out that the key is different and reject the
second minion, assuming it is an impostor.

Due to Salt's caching mechanisms, I found out that under certain
circumstances Salt commands can reach, read data from and write data to,
both minions ("original" and "impostor"). That includes pillar data,
which is supposed to be secret to a certain minion.

References:

http://seclists.org/oss-sec/2016/q4/526
Comment 1 Andrej Nemec 2016-11-28 10:09:30 EST
Fedora 25, package salt, is not vulnerable because it currently has salt-2016.3.3-3.fc25 in stable
Comment 2 Andrej Nemec 2016-11-28 10:09:48 EST
Created salt tracking bugs for this issue:

Affects: epel-all [bug 1399223]

Note You need to log in before you can comment on or make changes to this bug.