diff --git a/advisories/unreviewed/2022/05/GHSA-w2xw-44r3-4v9g/GHSA-w2xw-44r3-4v9g.json b/advisories/github-reviewed/2022/05/GHSA-w2xw-44r3-4v9g/GHSA-w2xw-44r3-4v9g.json similarity index 51% rename from advisories/unreviewed/2022/05/GHSA-w2xw-44r3-4v9g/GHSA-w2xw-44r3-4v9g.json rename to advisories/github-reviewed/2022/05/GHSA-w2xw-44r3-4v9g/GHSA-w2xw-44r3-4v9g.json index afaf729e70d..ca74eefcbee 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2xw-44r3-4v9g/GHSA-w2xw-44r3-4v9g.json +++ b/advisories/github-reviewed/2022/05/GHSA-w2xw-44r3-4v9g/GHSA-w2xw-44r3-4v9g.json @@ -1,24 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-w2xw-44r3-4v9g", - "modified": "2025-05-20T06:32:18Z", + "modified": "2025-05-20T19:40:43Z", "published": "2022-05-17T00:01:45Z", "aliases": [ "CVE-2022-29623" ], - "details": "An arbitrary file upload vulnerability in the file upload module of Connect-Multiparty v2.2.0 allows attackers to execute arbitrary code via a crafted PDF file.", + "summary": "Connect-Multiparty allows arbitrary file upload", + "details": "An arbitrary file upload vulnerability in the file upload module of Express Connect-Multiparty 2.2.0 allows attackers to execute arbitrary code via a crafted PDF file. NOTE: the Supplier has not verified this vulnerability report.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "connect-multiparty" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.2.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29623" }, + { + "type": "PACKAGE", + "url": "https://github.com/expressjs/connect-multiparty" + }, { "type": "WEB", "url": "https://github.com/expressjs/connect-multiparty/releases/tag/2.2.0" @@ -37,8 +62,8 @@ "CWE-434" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-20T19:40:43Z", "nvd_published_at": "2022-05-16T14:15:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/05/GHSA-744g-7qm9-hjh9/GHSA-744g-7qm9-hjh9.json b/advisories/github-reviewed/2025/05/GHSA-744g-7qm9-hjh9/GHSA-744g-7qm9-hjh9.json new file mode 100644 index 00000000000..fa6b799e33f --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-744g-7qm9-hjh9/GHSA-744g-7qm9-hjh9.json @@ -0,0 +1,94 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-744g-7qm9-hjh9", + "modified": "2025-05-20T19:39:37Z", + "published": "2025-05-20T19:39:37Z", + "aliases": [ + "CVE-2025-47941" + ], + "summary": "The TYPO3 CMS Backend has Broken Authentication in Backend MFA", + "details": "### Problem\nThe multifactor authentication (MFA) dialog presented during backend login can be bypassed due to insufficient enforcement of access restrictions on all backend routes.\n\nSuccessful exploitation requires valid backend user credentials, as MFA can only be bypassed after successful authentication.\n\n### Solution\nUpdate to TYPO3 versions 12.4.31 LTS, 13.4.12 LTS that fix the problem described.\n\n### Credits\nThanks to Jens Jacobsen and Y. Kahveci for reporting this issue, and to TYPO3 security team member Torben Hansen for fixing it.", + "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-backend" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0" + }, + { + "fixed": "12.4.31" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 12.4.30" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-backend" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "13.0.0" + }, + { + "fixed": "13.4.12" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 13.4.11" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-744g-7qm9-hjh9" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47941" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/backend/commit/034f589029952084771c5f98d42ed0f69f9a7ead" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/backend" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2025-015" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-288" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-20T19:39:37Z", + "nvd_published_at": "2025-05-20T14:15:51Z" + } +} \ No newline at end of file