From 34dbe4d69b94fb03057ee0942b1bdca886dff843 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:33:32 +0000 Subject: [PATCH] Publish Advisories GHSA-r3jq-4r5c-j9hp GHSA-h47h-mwp9-c6q6 GHSA-vfg9-r3fq-jvx4 GHSA-wwhv-wxv9-rpgw --- .../2024/08/GHSA-r3jq-4r5c-j9hp/GHSA-r3jq-4r5c-j9hp.json | 7 ++++++- .../2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json | 6 +++++- .../2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json | 6 +++++- .../2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json | 6 +++++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2024/08/GHSA-r3jq-4r5c-j9hp/GHSA-r3jq-4r5c-j9hp.json b/advisories/github-reviewed/2024/08/GHSA-r3jq-4r5c-j9hp/GHSA-r3jq-4r5c-j9hp.json index 265fd1230f5..8430bd1fdb6 100644 --- a/advisories/github-reviewed/2024/08/GHSA-r3jq-4r5c-j9hp/GHSA-r3jq-4r5c-j9hp.json +++ b/advisories/github-reviewed/2024/08/GHSA-r3jq-4r5c-j9hp/GHSA-r3jq-4r5c-j9hp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-r3jq-4r5c-j9hp", - "modified": "2024-10-09T22:44:11Z", + "modified": "2024-10-16T19:32:14Z", "published": "2024-08-27T19:50:59Z", "aliases": [ "CVE-2024-47833" @@ -9,6 +9,10 @@ "summary": "Taipy has a Session Cookie without Secure and HTTPOnly flags", "details": "### Summary\nSession cookie is without Secure and HTTPOnly flags.\n\n### Details\nPlease take a look at this part of code (PoC screenshot) or check code directly (provided in Occurrences section below)\n\n**Occurrences**:\nhttps://github.com/Avaiga/taipy/blob/develop/frontend/taipy-gui/src/components/Taipy/Navigate.tsx#L67\n\n**Proposed remediation:** add Secure and HTTPOnly flags for cookies.\n\nIt could be like this:\ndocument.cookie = `tprh=${tprh};path=/;Secure;HttpOnly;`;\n\n\n### PoC\n**Screenshot**:\n![image](https://github.com/Avaiga/taipy/assets/18367606/ea7d1bbd-ba27-447f-932b-3d33ffc1a2e7)\n\n\n### Impact\n**Secure**: This flag indicates that the cookie should only be sent over secure HTTPS connections. Without this flag, the cookie will be sent over both HTTP and HTTPS connections, which could expose it to interception or tampering if the connection is not secure.\n**HttpOnly:** This flag prevents the cookie from being accessed by client-side JavaScript. It helps mitigate certain types of attacks, such as cross-site scripting (XSS), by preventing malicious scripts from accessing the cookie's value.\n\n**References**\n CWE-614: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute https://cwe.mitre.org/data/definitions/614.html\n CWE-1004: Sensitive Cookie Without 'HttpOnly' Flag - https://cwe.mitre.org/data/definitions/1004.html\n OWASP - Secure Cookie Attribute - https://owasp.org/www-community/controls/SecureCookieAttribute\n Cookie security flags - https://www.invicti.com/learn/cookie-security-flags/\n Cookie lack Secure flag - https://support.detectify.com/support/solutions/articles/48001048982-cookie-lack-secure-flag\n\n**Other**:\nTitle: Encrypting the Web\nURL: https://www.eff.org/encrypt-the-web\n\nUpdate (Required advisory information) - added severity, resource: \nhttps://portswigger.net/kb/issues/00500200_tls-cookie-without-secure-flag-set\n\nBest regards,", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" @@ -59,6 +63,7 @@ "database_specific": { "cwe_ids": [ "CWE-1004", + "CWE-319", "CWE-614" ], "severity": "MODERATE", diff --git a/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json b/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json index a07fdf5e1b6..c4e50a7b85f 100644 --- a/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json +++ b/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h47h-mwp9-c6q6", - "modified": "2024-10-15T23:35:38Z", + "modified": "2024-10-16T19:32:41Z", "published": "2024-10-15T23:35:38Z", "aliases": [ "CVE-2024-47889" @@ -97,6 +97,10 @@ { "type": "PACKAGE", "url": "https://github.com/rails/rails" + }, + { + "type": "WEB", + "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionmailer/CVE-2024-47889.yml" } ], "database_specific": { diff --git a/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json b/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json index d01029ff315..c409f88f0fd 100644 --- a/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json +++ b/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-vfg9-r3fq-jvx4", - "modified": "2024-10-15T23:35:35Z", + "modified": "2024-10-16T19:33:03Z", "published": "2024-10-15T23:35:35Z", "aliases": [ "CVE-2024-47887" @@ -97,6 +97,10 @@ { "type": "PACKAGE", "url": "https://github.com/rails/rails" + }, + { + "type": "WEB", + "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-47887.yml" } ], "database_specific": { diff --git a/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json b/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json index 3a0352f9950..b14254880c7 100644 --- a/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json +++ b/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wwhv-wxv9-rpgw", - "modified": "2024-10-15T23:35:36Z", + "modified": "2024-10-16T19:32:54Z", "published": "2024-10-15T23:35:36Z", "aliases": [ "CVE-2024-47888" @@ -97,6 +97,10 @@ { "type": "PACKAGE", "url": "https://github.com/rails/rails" + }, + { + "type": "WEB", + "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actiontext/CVE-2024-47888.yml" } ], "database_specific": {