diff --git a/advisories/unreviewed/2022/05/GHSA-6cwm-wm82-hgrw/GHSA-6cwm-wm82-hgrw.json b/advisories/github-reviewed/2022/05/GHSA-6cwm-wm82-hgrw/GHSA-6cwm-wm82-hgrw.json similarity index 59% rename from advisories/unreviewed/2022/05/GHSA-6cwm-wm82-hgrw/GHSA-6cwm-wm82-hgrw.json rename to advisories/github-reviewed/2022/05/GHSA-6cwm-wm82-hgrw/GHSA-6cwm-wm82-hgrw.json index ade12e8f8a2..e1918a9da21 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cwm-wm82-hgrw/GHSA-6cwm-wm82-hgrw.json +++ b/advisories/github-reviewed/2022/05/GHSA-6cwm-wm82-hgrw/GHSA-6cwm-wm82-hgrw.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-6cwm-wm82-hgrw", - "modified": "2024-02-13T15:31:10Z", + "modified": "2024-02-13T20:32:52Z", "published": "2022-05-24T17:47:06Z", "aliases": [ "CVE-2020-7924" ], + "summary": "MongoDB Tools Improper Certificate Validation vulnerability", "details": "Usage of specific command line parameter in MongoDB Tools which was originally intended to just skip hostname checks, may result in MongoDB skipping all certificate validation. This may result in accepting invalid certificates.This issue affects: MongoDB Inc. MongoDB Database Tools 3.6 versions later than 3.6.5; 3.6 versions prior to 3.6.21; 4.0 versions prior to 4.0.21; 4.2 versions prior to 4.2.11; 100 versions prior to 100.2.0. MongoDB Inc. Mongomirror 0 versions later than 0.6.0.", "severity": [ { @@ -14,13 +15,39 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/mongodb/mongo-tools" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "100.0.0" + }, + { + "fixed": "100.2.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7924" }, + { + "type": "WEB", + "url": "https://github.com/mongodb/mongo-tools/commit/8c1800b5155084f954a39a1f2f259efac3bb86de" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mongodb/mongo-tools" + }, { "type": "WEB", "url": "https://jira.mongodb.org/browse/TOOLS-2587" @@ -31,8 +58,8 @@ "CWE-295" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-02-13T20:32:52Z", "nvd_published_at": "2021-04-12T17:15:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/02/GHSA-5w2h-59j3-8x5w/GHSA-5w2h-59j3-8x5w.json b/advisories/github-reviewed/2024/02/GHSA-5w2h-59j3-8x5w/GHSA-5w2h-59j3-8x5w.json new file mode 100644 index 00000000000..9cf30e60cb2 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-5w2h-59j3-8x5w/GHSA-5w2h-59j3-8x5w.json @@ -0,0 +1,186 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5w2h-59j3-8x5w", + "modified": "2024-02-13T20:32:27Z", + "published": "2024-02-13T20:32:27Z", + "aliases": [ + "CVE-2024-22188" + ], + "summary": "TYPO3 Install Tool vulnerable to Code Execution", + "details": "### Problem\nSeveral settings in the Install Tool for configuring the path to system binaries were vulnerable to code execution. Exploiting this vulnerability requires an administrator-level backend user account with system maintainer permissions.\n\nThe corresponding change for this advisory involves enforcing the known disadvantages described in [TYPO3-PSA-2020-002: Protecting Install Tool with Sudo Mode](https://typo3.org/security/advisory/typo3-psa-2020-002).\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n### Credits\nThanks to Rickmer Frier & Daniel Jonka who reported this issue and to TYPO3 core & security team member Benjamin Franzke who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-002](https://typo3.org/security/advisory/typo3-core-sa-2024-002)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.7.57" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 8.7.56" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.5.46" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 9.5.45" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "10.4.43" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.4.42" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.5.35" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.5.34" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0" + }, + { + "fixed": "12.4.11" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 12.4.10" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "13.0.0" + }, + { + "fixed": "13.0.1" + } + ] + } + ], + "versions": [ + "13.0.0" + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-5w2h-59j3-8x5w" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/47e897f8c7668ef299ecc9ce93f52cafbb3497ed" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/6cc11761b8e2434fa4ccc9f096c65ca82569cfdf" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/84e07e35b880a544b517868432c56987d05d46d4" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3/typo3" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-002" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-02-13T20:32:27Z", + "nvd_published_at": null + } +} \ No newline at end of file