diff --git a/advisories/unreviewed/2023/12/GHSA-3gjc-mp82-fj4q/GHSA-3gjc-mp82-fj4q.json b/advisories/github-reviewed/2023/12/GHSA-3gjc-mp82-fj4q/GHSA-3gjc-mp82-fj4q.json similarity index 52% rename from advisories/unreviewed/2023/12/GHSA-3gjc-mp82-fj4q/GHSA-3gjc-mp82-fj4q.json rename to advisories/github-reviewed/2023/12/GHSA-3gjc-mp82-fj4q/GHSA-3gjc-mp82-fj4q.json index ae07f61c91e..c83ad853fbc 100644 --- a/advisories/unreviewed/2023/12/GHSA-3gjc-mp82-fj4q/GHSA-3gjc-mp82-fj4q.json +++ b/advisories/github-reviewed/2023/12/GHSA-3gjc-mp82-fj4q/GHSA-3gjc-mp82-fj4q.json @@ -1,23 +1,39 @@ { "schema_version": "1.4.0", "id": "GHSA-3gjc-mp82-fj4q", - "modified": "2023-12-25T06:30:20Z", + "modified": "2023-12-27T15:08:03Z", "published": "2023-12-25T06:30:20Z", "aliases": [ "CVE-2023-30451" ], - "details": "In TYPO3 11.5.24, the filelist component allows attackers (who have access to the administrator panel) to read arbitrary files via directory traversal in the baseuri field, as demonstrated by POST /typo3/record/edit with ../../../ in data[sys_file_storage]*[data][sDEF][lDEF][basePath][vDEF].", + "summary": "TYPO3 Arbitrary File Read via Directory Traversal", + "details": "In TYPO3 11.5.24, the filelist component allows attackers (who have access to the administrator panel) to read arbitrary files via directory traversal in the baseuri field, as demonstrated by POST `/typo3/record/edit` with `../../../ in data[sys_file_storage]*[data][sDEF][lDEF][basePath][vDEF]`.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "versions": [ + "11.5.24" + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30451" }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/core" + }, { "type": "WEB", "url": "http://packetstormsecurity.com/files/176274/TYPO3-11.5.24-Path-Traversal.html" @@ -27,9 +43,9 @@ "cwe_ids": [ ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-27T15:08:03Z", "nvd_published_at": "2023-12-25T05:15:08Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-qp42-5pj7-4ccm/GHSA-qp42-5pj7-4ccm.json b/advisories/github-reviewed/2023/12/GHSA-qp42-5pj7-4ccm/GHSA-qp42-5pj7-4ccm.json new file mode 100644 index 00000000000..eedcb6df85e --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-qp42-5pj7-4ccm/GHSA-qp42-5pj7-4ccm.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qp42-5pj7-4ccm", + "modified": "2023-12-27T15:07:35Z", + "published": "2023-12-25T09:30:21Z", + "aliases": [ + "CVE-2023-48652" + ], + "summary": "Concrete CMS Cross Site Request Forgery (CSRF)", + "details": "Concrete CMS 9 before 9.2.3 is vulnerable to Cross Site Request Forgery (CSRF) via `/ccm/system/dialogs/logs/delete_all/submit`. An attacker can force an admin user to delete server report logs on a web application to which they are currently authenticated.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "concrete5/concrete5" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "9.2.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48652" + }, + { + "type": "WEB", + "url": "https://documentation.concretecms.org/developers/introduction/version-history/923-release-notes" + }, + { + "type": "PACKAGE", + "url": "https://github.com/concretecms/concretecms" + }, + { + "type": "WEB", + "url": "https://www.concretecms.org/about/project-news/security/2023-12-05-concrete-cms-new-cves-and-cve-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-27T15:07:35Z", + "nvd_published_at": "2023-12-25T08:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-qp42-5pj7-4ccm/GHSA-qp42-5pj7-4ccm.json b/advisories/unreviewed/2023/12/GHSA-qp42-5pj7-4ccm/GHSA-qp42-5pj7-4ccm.json deleted file mode 100644 index df9fe4e3f52..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-qp42-5pj7-4ccm/GHSA-qp42-5pj7-4ccm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-qp42-5pj7-4ccm", - "modified": "2023-12-25T09:30:21Z", - "published": "2023-12-25T09:30:21Z", - "aliases": [ - "CVE-2023-48652" - ], - "details": "Concrete CMS 9 before 9.2.3 is vulnerable to Cross Site Request Forgery (CSRF) via /ccm/system/dialogs/logs/delete_all/submit. An attacker can force an admin user to delete server report logs on a web application to which they are currently authenticated.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48652" - }, - { - "type": "WEB", - "url": "https://documentation.concretecms.org/developers/introduction/version-history/923-release-notes" - }, - { - "type": "WEB", - "url": "https://www.concretecms.org/about/project-news/security/2023-12-05-concrete-cms-new-cves-and-cve-updates" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-25T08:15:07Z" - } -} \ No newline at end of file