From bdb3f242ca4a9ab5565f2ebb3b739a63a2a1e7b5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:33:03 +0000 Subject: [PATCH] Publish Advisories GHSA-fmx4-26r3-wxpf GHSA-c2v4-chx5-vff6 GHSA-c2v4-chx5-vff6 --- .../GHSA-fmx4-26r3-wxpf.json | 8 ++- .../GHSA-c2v4-chx5-vff6.json | 71 +++++++++++++++++++ .../GHSA-c2v4-chx5-vff6.json | 51 ------------- 3 files changed, 77 insertions(+), 53 deletions(-) create mode 100644 advisories/github-reviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json delete mode 100644 advisories/unreviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json diff --git a/advisories/github-reviewed/2022/03/GHSA-fmx4-26r3-wxpf/GHSA-fmx4-26r3-wxpf.json b/advisories/github-reviewed/2022/03/GHSA-fmx4-26r3-wxpf/GHSA-fmx4-26r3-wxpf.json index e2e6d43b2cb..2aab22b4b41 100644 --- a/advisories/github-reviewed/2022/03/GHSA-fmx4-26r3-wxpf/GHSA-fmx4-26r3-wxpf.json +++ b/advisories/github-reviewed/2022/03/GHSA-fmx4-26r3-wxpf/GHSA-fmx4-26r3-wxpf.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-fmx4-26r3-wxpf", - "modified": "2022-03-03T20:28:47Z", + "modified": "2024-01-05T15:31:58Z", "published": "2022-03-03T20:28:47Z", "aliases": [ - + "CVE-2024-22051" ], "summary": "Integer overflow in cmark-gfm table parsing extension leads to heap memory corruption", "details": "### Impact\n\nCommonMarker uses `cmark-gfm` for rendering [Github Flavored Markdown](https://github.github.com/gfm/). An [integer overflow in `cmark-gfm`'s table row parsing](https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x) may lead to heap memory corruption when parsing tables who's marker rows contain more than UINT16_MAX columns. The impact of this heap corruption ranges from Information Leak to Arbitrary Code Execution.\n\nIf affected versions of CommonMarker are used for rendering remote user controlled markdown, this vulnerability may lead to Remote Code Execution (RCE).\n\n### Patches\n\nThis vulnerability has been patched in the following CommonMarker release:\n\n- v0.23.4\n\n### Workarounds\n\nThe vulnerability exists in the table markdown extensions of `cmark-gfm`. Disabling any use of the table extension will prevent this vulnerability from being triggered.\n\n### References\n\n- https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x\n\n### Acknowledgements\n\nWe would like to thank Felix Wilhelm of Google's Project Zero for reporting this vulnerability\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [CommonMarker](http://github.com/gjtorikian/commonmarker)", @@ -44,6 +44,10 @@ "type": "WEB", "url": "https://github.com/gjtorikian/commonmarker/security/advisories/GHSA-fmx4-26r3-wxpf" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22051" + }, { "type": "WEB", "url": "https://github.com/gjtorikian/commonmarker/commit/ab4504fd17460627a6ab255bc3c63e8e5fc6aed3" diff --git a/advisories/github-reviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json b/advisories/github-reviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json new file mode 100644 index 00000000000..339794d3be0 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json @@ -0,0 +1,71 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c2v4-chx5-vff6", + "modified": "2024-01-05T15:31:42Z", + "published": "2024-01-04T21:30:24Z", + "withdrawn": "2024-01-05T15:31:42Z", + "aliases": [ + + ], + "summary": "Duplicate Advisory: Integer overflow in cmark-gfm table parsing extension leads to heap memory corruption", + "details": "### Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-fmx4-26r3-wxpf. This link is maintained to preserve external references.\n\n### Original Description\nCommonMarker versions prior to 0.23.4 are at risk of an integer overflow vulnerability. This vulnerability can result in possibly unauthenticated remote attackers to cause heap memory corruption, potentially leading to an information leak or remote code execution, via parsing tables with marker rows that contain more than UINT16_MAX columns.\n\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "commonmarker" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "< 0.23.4" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x" + }, + { + "type": "WEB", + "url": "https://github.com/gjtorikian/commonmarker/security/advisories/GHSA-fmx4-26r3-wxpf" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22051" + }, + { + "type": "WEB", + "url": "https://github.com/gjtorikian/commonmarker/commit/ab4504fd17460627a6ab255bc3c63e8e5fc6aed3" + }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-fmx4-26r3-wxpf" + }, + { + "type": "WEB", + "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-fmx4-26r3-wxpf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-190" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-05T15:31:42Z", + "nvd_published_at": "2024-01-04T21:15:10Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json b/advisories/unreviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json deleted file mode 100644 index cbde99da9fa..00000000000 --- a/advisories/unreviewed/2024/01/GHSA-c2v4-chx5-vff6/GHSA-c2v4-chx5-vff6.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-c2v4-chx5-vff6", - "modified": "2024-01-04T21:30:24Z", - "published": "2024-01-04T21:30:24Z", - "aliases": [ - "CVE-2024-22051" - ], - "details": "CommonMarker versions prior to 0.23.4 are at risk of an integer overflow vulnerability. This vulnerability can result in possibly unauthenticated remote attackers to cause heap memory corruption, potentially leading to an information leak or remote code execution, via parsing tables with marker rows that contain more than UINT16_MAX columns.\n\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x" - }, - { - "type": "WEB", - "url": "https://github.com/gjtorikian/commonmarker/security/advisories/GHSA-fmx4-26r3-wxpf" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22051" - }, - { - "type": "WEB", - "url": "https://github.com/gjtorikian/commonmarker/commit/ab4504fd17460627a6ab255bc3c63e8e5fc6aed3" - }, - { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-fmx4-26r3-wxpf" - }, - { - "type": "WEB", - "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-fmx4-26r3-wxpf" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-190" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-01-04T21:15:10Z" - } -} \ No newline at end of file