CVE-2014-7144
medium
CVSS v3
—
CVSS v2
4.3
VIR risk
4.3
Description
OpenStack keystonemiddleware (formerly python-keystoneclient) 0.x before 0.11.0 and 1.x before 1.2.0 disables certification verification when the "insecure" option is set in a paste configuration (paste.ini) file regardless of the value, which allows remote attackers to conduct man-in-the-middle attacks via a crafted certificate.
Predictions
Exploit likelihood
30%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-7144
Vendor advisory: cve@mitre.org — https://bugs.launchpad.net/python-keystoneclient/+bug/1353315
Vendor advisory: cve@mitre.org — http://www.openwall.com/lists/oss-security/2014/09/25/51
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 1:0.10.1-2 |
| debian | bullseye | fixed | 1:0.10.1-2 |
| debian | forky | fixed | 1:0.10.1-2 |
| debian | sid | fixed | 1:0.10.1-2 |
| debian | trixie | fixed | 1:0.10.1-2 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | keystonemiddleware | <0.11.0 | 0.11.0 |
| PyPI | keystonemiddleware | >=1.0,<1.2.0 | 1.2.0 |
| PyPI | python-keystoneclient | <0.11.0 | 0.11.0 |
| PyPI | python-keystoneclient | >=1.0,<1.2.0 | 1.2.0 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| openstack | keystonemiddleware | 1.0.0 | |
| openstack | keystonemiddleware | 1.1.0 | |
| openstack | keystonemiddleware | 1.1.1 | |
| openstack | python-keystoneclient | {"endIncluding":"0.10.1"} | |
References
- https://nvd.nist.gov/vuln/detail/CVE-2014-7144
- https://bugs.launchpad.net/python-keystoneclient/+bug/1353315
- https://github.com/openstack/ossa/blob/23e15de721f4a6890374a231d93524e02965a97f/ossa/OSSA-2014-030.yaml
- https://github.com/pypa/advisory-database/tree/main/vulns/keystonemiddleware/PYSEC-2014-26.yaml
- https://github.com/pypa/advisory-database/tree/main/vulns/python-keystoneclient/PYSEC-2014-71.yaml
- https://web.archive.org/web/20200228053850/http://www.securityfocus.com/bid/69864
- https://web.archive.org/web/20200228060511/https://www.securityfocus.com/bid/69864
- http://rhn.redhat.com/errata/RHSA-2014-1783.html
- http://rhn.redhat.com/errata/RHSA-2014-1784.html
- http://rhn.redhat.com/errata/RHSA-2015-0020.html
- http://www.openwall.com/lists/oss-security/2014/09/25/51
- http://www.ubuntu.com/usn/USN-2705-1
- http://secunia.com/advisories/62709
- http://www.securityfocus.com/bid/69864
- https://security-tracker.debian.org/tracker/CVE-2014-7144
CWEs
CWE-310
Verify integrity in audit chain (admin only). AS-IS.