Name | CVE-2017-2622 |
Description | An accessibility flaw was found in the OpenStack Workflow (mistral) service where a service log directory was improperly made world readable. A malicious system user could exploit this flaw to access sensitive information. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
mistral (PTS) | bullseye | 11.0.0-2 | fixed |
| bookworm | 15.0.0-1 | fixed |
| sid, trixie | 18.0.1-1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
mistral | source | (unstable) | (not affected) | | | |
Notes
- mistral <not-affected> (Red Hat-specific)
https://bugzilla.redhat.com/show_bug.cgi?id=1420992
tracing the installation shows that mkdir -p /var/log/mistral
is executed, which depending on the umask might end in wrong
permissions. But for Debian the final permissions seem to end
to 0750, despite, owned by mistral:adm. Thus might need more
investigation to determine the affected status.