diff --git a/advisories/github-reviewed/2023/04/GHSA-mx2q-35m2-x2rh/GHSA-mx2q-35m2-x2rh.json b/advisories/github-reviewed/2023/04/GHSA-mx2q-35m2-x2rh/GHSA-mx2q-35m2-x2rh.json index 1db21f2362e..5c677f54c77 100644 --- a/advisories/github-reviewed/2023/04/GHSA-mx2q-35m2-x2rh/GHSA-mx2q-35m2-x2rh.json +++ b/advisories/github-reviewed/2023/04/GHSA-mx2q-35m2-x2rh/GHSA-mx2q-35m2-x2rh.json @@ -67,6 +67,10 @@ "type": "WEB", "url": "https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4154" }, + { + "type": "WEB", + "url": "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/commit/58fa0f81c4036f1a3b616fdffad2fd27e5d5ce21" + }, { "type": "PACKAGE", "url": "https://github.com/OpenZeppelin/openzeppelin-contracts" diff --git a/advisories/unreviewed/2023/11/GHSA-2ghm-r75j-pjx2/GHSA-2ghm-r75j-pjx2.json b/advisories/github-reviewed/2023/11/GHSA-2ghm-r75j-pjx2/GHSA-2ghm-r75j-pjx2.json similarity index 55% rename from advisories/unreviewed/2023/11/GHSA-2ghm-r75j-pjx2/GHSA-2ghm-r75j-pjx2.json rename to advisories/github-reviewed/2023/11/GHSA-2ghm-r75j-pjx2/GHSA-2ghm-r75j-pjx2.json index 9baf3ecb010..1190fbf9f3a 100644 --- a/advisories/unreviewed/2023/11/GHSA-2ghm-r75j-pjx2/GHSA-2ghm-r75j-pjx2.json +++ b/advisories/github-reviewed/2023/11/GHSA-2ghm-r75j-pjx2/GHSA-2ghm-r75j-pjx2.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-2ghm-r75j-pjx2", - "modified": "2023-11-23T00:30:58Z", + "modified": "2023-11-23T03:36:50Z", "published": "2023-11-23T00:30:58Z", "aliases": [ "CVE-2023-49146" ], + "summary": "Cross-site Scripting in DOMSanitizer", "details": "DOMSanitizer (aka dom-sanitizer) before 1.0.7 allows XSS via an SVG document because of mishandling of comments and greedy regular expressions.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "rhukster/dom-sanitizer" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.7" + } + ] + } + ] + } ], "references": [ { @@ -22,6 +41,10 @@ "type": "WEB", "url": "https://github.com/rhukster/dom-sanitizer/commit/c2a98f27ad742668b254282ccc5581871d0fb601" }, + { + "type": "PACKAGE", + "url": "https://github.com/rhukster/dom-sanitizer" + }, { "type": "WEB", "url": "https://github.com/rhukster/dom-sanitizer/compare/1.0.6...1.0.7" @@ -29,11 +52,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-79" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-11-23T03:36:50Z", "nvd_published_at": "2023-11-22T22:15:08Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/11/GHSA-897x-xvj8-42rq/GHSA-897x-xvj8-42rq.json b/advisories/github-reviewed/2023/11/GHSA-897x-xvj8-42rq/GHSA-897x-xvj8-42rq.json similarity index 67% rename from advisories/unreviewed/2023/11/GHSA-897x-xvj8-42rq/GHSA-897x-xvj8-42rq.json rename to advisories/github-reviewed/2023/11/GHSA-897x-xvj8-42rq/GHSA-897x-xvj8-42rq.json index a3f8fdeb904..222259e92a5 100644 --- a/advisories/unreviewed/2023/11/GHSA-897x-xvj8-42rq/GHSA-897x-xvj8-42rq.json +++ b/advisories/github-reviewed/2023/11/GHSA-897x-xvj8-42rq/GHSA-897x-xvj8-42rq.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-897x-xvj8-42rq", - "modified": "2023-11-15T15:30:21Z", + "modified": "2023-11-23T03:36:16Z", "published": "2023-11-15T15:30:21Z", "aliases": [ "CVE-2023-5245" ], + "summary": "Zip slip in mleap", "details": "FileUtil.extract() enumerates all zip file entries and extracts each file without validating whether file paths in the archive are outside the intended directory.\n\nWhen creating an instance of TensorflowModel using the saved_model format and an exported tensorflow model, the apply() function invokes the vulnerable implementation of FileUtil.extract().\n\nArbitrary file creation can directly lead to code execution\n\n", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "ml.combust.mleap:mleap-runtime_2.12" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.23.1" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +44,10 @@ "type": "WEB", "url": "https://github.com/combust/mleap/pull/866#issuecomment-1738032225" }, + { + "type": "PACKAGE", + "url": "https://github.com/combust/mleap" + }, { "type": "WEB", "url": "https://research.jfrog.com/vulnerabilities/mleap-path-traversal-rce-xray-532656/" @@ -35,8 +58,8 @@ "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-11-23T03:36:16Z", "nvd_published_at": "2023-11-15T13:15:07Z" } } \ No newline at end of file