From f1d3daec4b25343972ec6d0868875200507ffeac Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Tue, 14 Mar 2023 16:23:29 -0400 Subject: [PATCH] Modify CVE-2023-27587 description --- 2023/27xxx/CVE-2023-27587.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/27xxx/CVE-2023-27587.json b/2023/27xxx/CVE-2023-27587.json index 6b6990d7179..6f5360464ac 100644 --- a/2023/27xxx/CVE-2023-27587.json +++ b/2023/27xxx/CVE-2023-27587.json @@ -11,7 +11,7 @@ "description_data": [ { "lang": "eng", - "value": "ReadtoMyShoe, a web app that lets users upload articles and listen to them later, generates an error message containing sensitive information prior to commit 8533b01. If an error occurs when adding an article, the website shows the user an error message. If the error originates from the Google Cloud TTS request, then it will include the full URL of the request. The request URL contains the Google Cloud API key. See below for what this error message looks like, with redaction. This has been patched in commit 8533b01. Upgrading should be accompanied by deleting the current GCP API key and issuing a new one. There are no known workarounds." + "value": "ReadtoMyShoe, a web app that lets users upload articles and listen to them later, generates an error message containing sensitive information prior to commit 8533b01. If an error occurs when adding an article, the website shows the user an error message. If the error originates from the Google Cloud TTS request, then it will include the full URL of the request. The request URL contains the Google Cloud API key. This has been patched in commit 8533b01. Upgrading should be accompanied by deleting the current GCP API key and issuing a new one. There are no known workarounds." } ] },