diff --git a/advisories/github-reviewed/2024/05/GHSA-4xc9-8hmq-j652/GHSA-4xc9-8hmq-j652.json b/advisories/github-reviewed/2024/05/GHSA-4xc9-8hmq-j652/GHSA-4xc9-8hmq-j652.json index 1996a4d712d..b8a7ffabd12 100644 --- a/advisories/github-reviewed/2024/05/GHSA-4xc9-8hmq-j652/GHSA-4xc9-8hmq-j652.json +++ b/advisories/github-reviewed/2024/05/GHSA-4xc9-8hmq-j652/GHSA-4xc9-8hmq-j652.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-4xc9-8hmq-j652", - "modified": "2024-08-15T17:02:24Z", + "modified": "2024-08-16T18:15:47Z", "published": "2024-05-06T14:20:40Z", "aliases": [ "CVE-2024-32972" ], "summary": "go-ethereum vulnerable to DoS via malicious p2p message", - "details": "### Impact\n\nA vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node.\n\nIn order to carry out the attack, the attacker establishes a peer connections to the victim, and sends a malicious `GetBlockHeadersRequest` message with a `count` of `0`, using the `ETH` protocol. \n\nIn `descendants := chain.GetHeadersFrom(num+count-1, count-1)`, the value of `count-1` is passed to the function `GetHeadersFrom(number, count uint64)` as parameter `count`. Due to integer overflow, `UINT64_MAX` value is then passed as the `count` argument to function `GetHeadersFrom(number, count uint64)`. This allows an attacker to bypass `maxHeadersServe` and request all headers from from the latest block back to the genesis block. \n\n### Patches\n\nThe fix has been included in geth version `1.13.15` and onwards. \n\nThe vulnerability was patched in: https://github.com/ethereum/go-ethereum/pull/29534\n\n### Workarounds\n\nNo workarounds have been made public. \n\n### References\n\nNo more information is released at this time.\n\n### Credit\n\nThis issue was disclosed responsibly by DongHan Kim via the Ethereum bug bounty program. Thank you for your cooperation. ", + "details": "### Impact\n\nA vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node.\n\nIn order to carry out the attack, the attacker establishes a peer connections to the victim, and sends a malicious `GetBlockHeadersRequest` message with a `count` of `0`, using the `ETH` protocol. \n\nIn `descendants := chain.GetHeadersFrom(num+count-1, count-1)`, the value of `count-1` is passed to the function `GetHeadersFrom(number, count uint64)` as parameter `count`. Due to integer overflow, `UINT64_MAX` value is then passed as the `count` argument to function `GetHeadersFrom(number, count uint64)`. This allows an attacker to bypass `maxHeadersServe` and request all headers from the latest block back to the genesis block. \n\n### Patches\n\nThe fix has been included in geth version `1.13.15` and onwards. \n\nThe vulnerability was patched in: https://github.com/ethereum/go-ethereum/pull/29534\n\n### Workarounds\n\nNo workarounds have been made public. \n\n### References\n\nNo more information is released at this time.\n\n### Credit\n\nThis issue was disclosed responsibly by DongHan Kim via the Ethereum bug bounty program. Thank you for your cooperation. ", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2024/08/GHSA-hvcf-6324-cjh7/GHSA-hvcf-6324-cjh7.json b/advisories/github-reviewed/2024/08/GHSA-hvcf-6324-cjh7/GHSA-hvcf-6324-cjh7.json index 1c9374db0a0..68b73686ebd 100644 --- a/advisories/github-reviewed/2024/08/GHSA-hvcf-6324-cjh7/GHSA-hvcf-6324-cjh7.json +++ b/advisories/github-reviewed/2024/08/GHSA-hvcf-6324-cjh7/GHSA-hvcf-6324-cjh7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-hvcf-6324-cjh7", - "modified": "2024-08-14T18:08:19Z", + "modified": "2024-08-16T18:15:38Z", "published": "2024-08-14T18:08:19Z", "aliases": [ "CVE-2024-43369" @@ -9,7 +9,10 @@ "summary": "Persistent Cross-site Scripting in Ibexa RichText Field Type", "details": "### Impact\nThe validator for the RichText fieldtype blocklists `javascript:` and `vbscript:` in links to prevent XSS. This can leave other options open, and the check can be circumvented using upper case. Content editing permissions for RichText content is required to exploit this vulnerability, which typically means Editor role or higher. The fix implements an allowlist instead, which allows only approved link protocols. The new check is case insensitive.\n\n### Patches\n- See \"Patched versions\".\n- https://github.com/ibexa/fieldtype-richtext/commit/59e9c1a9da60597f60cf7338bf289dccaa7e27ca (and follow-up https://github.com/ibexa/fieldtype-richtext/commit/0a3b830e8806d5169f697351fdc48ffd95a25c67)\n\n### Workarounds\nNone.\n\n### References\n- Same issue in v3.3: https://github.com/ezsystems/ezplatform-richtext/security/advisories/GHSA-rhm7-7469-rcpw\n- Ibexa advisory: https://developers.ibexa.co/security-advisories/ibexa-sa-2024-005-persistent-xss-in-richtext\n\n### Credit\nThis vulnerability was discovered and reported to Ibexa by Alec Romano: https://github.com/4rdr\nWe thank them for reporting it responsibly to us.\n\nHow to report security issues:\nhttps://doc.ibexa.co/en/latest/infrastructure_and_maintenance/security/reporting_issues/", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N" + } ], "affected": [ { @@ -41,6 +44,10 @@ "type": "WEB", "url": "https://github.com/ibexa/fieldtype-richtext/security/advisories/GHSA-hvcf-6324-cjh7" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43369" + }, { "type": "WEB", "url": "https://github.com/ibexa/fieldtype-richtext/commit/0a3b830e8806d5169f697351fdc48ffd95a25c67" @@ -65,6 +72,6 @@ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-08-14T18:08:19Z", - "nvd_published_at": null + "nvd_published_at": "2024-08-16T02:15:16Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json b/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json index 6a95a6689cc..a1d36f0c25d 100644 --- a/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json +++ b/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-vwhg-jwr4-vxgg", - "modified": "2024-08-15T18:06:50Z", + "modified": "2024-08-16T18:15:39Z", "published": "2024-08-15T18:06:50Z", "aliases": [ "CVE-2024-43370" @@ -9,7 +9,10 @@ "summary": "gettext.js has a Cross-site Scripting injection ", "details": "### Impact\nPossible vulnerability to XSS injection if .po dictionary definition files is corrupted\n\n### Patches\nUpdate gettext.js to 2.0.3\n\n### Workarounds\nMake sure you control the origin of the definition catalog to prevent the use of this flaw in the definition of plural forms.\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N" + } ], "affected": [ { @@ -37,6 +40,14 @@ "type": "WEB", "url": "https://github.com/guillaumepotier/gettext.js/security/advisories/GHSA-vwhg-jwr4-vxgg" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43370" + }, + { + "type": "WEB", + "url": "https://github.com/guillaumepotier/gettext.js/commit/8150aeba833183e14c2291a8a148b8f79d1d68d8" + }, { "type": "PACKAGE", "url": "https://github.com/guillaumepotier/gettext.js" @@ -49,6 +60,6 @@ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-08-15T18:06:50Z", - "nvd_published_at": null + "nvd_published_at": "2024-08-16T02:15:17Z" } } \ No newline at end of file