diff --git a/advisories/github-reviewed/2024/06/GHSA-2cww-fgmg-4jqc/GHSA-2cww-fgmg-4jqc.json b/advisories/github-reviewed/2024/06/GHSA-2cww-fgmg-4jqc/GHSA-2cww-fgmg-4jqc.json index 5ae50f450de..40fe00de5ec 100644 --- a/advisories/github-reviewed/2024/06/GHSA-2cww-fgmg-4jqc/GHSA-2cww-fgmg-4jqc.json +++ b/advisories/github-reviewed/2024/06/GHSA-2cww-fgmg-4jqc/GHSA-2cww-fgmg-4jqc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-2cww-fgmg-4jqc", - "modified": "2024-06-11T20:22:40Z", + "modified": "2024-10-09T22:43:07Z", "published": "2024-06-11T20:22:40Z", "aliases": [ "CVE-2024-3656" @@ -40,10 +40,22 @@ "type": "WEB", "url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-2cww-fgmg-4jqc" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3656" + }, { "type": "WEB", "url": "https://github.com/keycloak/keycloak/commit/d9f0c84b797525eac55914db5f81a8133ef5f9b1" }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2024-3656" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274403" + }, { "type": "PACKAGE", "url": "https://github.com/keycloak/keycloak" @@ -51,12 +63,13 @@ ], "database_specific": { "cwe_ids": [ + "CWE-200", "CWE-269", "CWE-284" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-06-11T20:22:40Z", - "nvd_published_at": null + "nvd_published_at": "2024-10-09T19:15:13Z" } } \ No newline at end of file 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 458b30aa4ea..265fd1230f5 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-09T19:46:17Z", + "modified": "2024-10-09T22:44:11Z", "published": "2024-08-27T19:50:59Z", "aliases": [ "CVE-2024-47833" @@ -9,7 +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_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" + } ], "affected": [ { @@ -40,6 +43,10 @@ "type": "WEB", "url": "https://github.com/Avaiga/taipy/security/advisories/GHSA-r3jq-4r5c-j9hp" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47833" + }, { "type": "PACKAGE", "url": "https://github.com/Avaiga/taipy" @@ -57,6 +64,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-08-27T19:50:59Z", - "nvd_published_at": null + "nvd_published_at": "2024-10-09T19:15:14Z" } } \ No newline at end of file