summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-07 14:22:43 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-08 14:30:03 -0400
commitd679e470b5c3a26eff41d1efb0b1c6500e3fc060 (patch)
tree88285392ae8348b46d9fe2ce814850331ec1865d /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parentfd1371e01ea808309b76a72cc9a161c72e148279 (diff)
downloadmeta-cloud-services-d679e470b5c3a26eff41d1efb0b1c6500e3fc060.tar.gz
CVE-2014-2828 openstack-keystone: denial of service via V3 API authentication chaining
The V3 API in OpenStack Identity (Keystone) 2013.1 before 2013.2.4 and icehouse before icehouse-rc2 allows remote attackers to cause a denial of service (CPU consumption) via a large number of the same authentication method in a request, aka "authentication chaining." Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index c0522f8..982a088 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r0" 7PR = "r1"
8SRCNAME = "keystone" 8SRCNAME = "keystone"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
@@ -13,6 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
13 file://keystone \ 13 file://keystone \
14 file://openrc \ 14 file://openrc \
15 file://Update-test-core-ETCDIR-location.patch \ 15 file://Update-test-core-ETCDIR-location.patch \
16 file://CVE-2014-2828-keystone-1300274.patch \
16 " 17 "
17 18
18SRCREV="a96d1a44bc0f074729c312e5c2a0f0875edf1765" 19SRCREV="a96d1a44bc0f074729c312e5c2a0f0875edf1765"