diff --git a/advisories/github-reviewed/2019/04/GHSA-q492-f7gr-27rp/GHSA-q492-f7gr-27rp.json b/advisories/github-reviewed/2019/04/GHSA-q492-f7gr-27rp/GHSA-q492-f7gr-27rp.json index 85165337872..74800cfce13 100644 --- a/advisories/github-reviewed/2019/04/GHSA-q492-f7gr-27rp/GHSA-q492-f7gr-27rp.json +++ b/advisories/github-reviewed/2019/04/GHSA-q492-f7gr-27rp/GHSA-q492-f7gr-27rp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-q492-f7gr-27rp", - "modified": "2024-08-23T22:28:18Z", + "modified": "2024-10-28T14:10:11Z", "published": "2019-04-30T15:37:31Z", "aliases": [ "CVE-2018-10055" @@ -67,6 +67,22 @@ "type": "WEB", "url": "https://github.com/tensorflow/tensorflow/commit/c89ab82a82585cdaa90bf4911980e9e845909e78" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-q492-f7gr-27rp" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2019-222.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2019-229.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2019-204.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/tensorflow/tensorflow" diff --git a/advisories/github-reviewed/2024/10/GHSA-2rxp-v6pw-ch6m/GHSA-2rxp-v6pw-ch6m.json b/advisories/github-reviewed/2024/10/GHSA-2rxp-v6pw-ch6m/GHSA-2rxp-v6pw-ch6m.json new file mode 100644 index 00000000000..527d918ff7f --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-2rxp-v6pw-ch6m/GHSA-2rxp-v6pw-ch6m.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2rxp-v6pw-ch6m", + "modified": "2024-10-28T14:10:18Z", + "published": "2024-10-28T14:10:18Z", + "aliases": [ + "CVE-2024-49761" + ], + "summary": "REXML ReDoS vulnerability", + "details": "### Impact\n\nThe REXML gem before 3.3.9 has a ReDoS vulnerability when it parses an XML that has many digits between `&#` and `x...;` in a hex numeric character reference (`&#x...;`).\n\nThis does not happen with Ruby 3.2 or later. Ruby 3.1 is the only affected maintained Ruby. Note that Ruby 3.1 will reach EOL on 2025-03.\n\n### Patches\n\nThe REXML gem 3.3.9 or later include the patch to fix the vulnerability.\n\n### Workarounds\n\nUse Ruby 3.2 or later instead of Ruby 3.1.\n\n### References\n\n* https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/: An announce on www.ruby-lang.org\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "rexml" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.3.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ruby/rexml/security/advisories/GHSA-2rxp-v6pw-ch6m" + }, + { + "type": "WEB", + "url": "https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ruby/rexml" + }, + { + "type": "WEB", + "url": "https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1333" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-28T14:10:18Z", + "nvd_published_at": null + } +} \ No newline at end of file