diff --git a/advisories/unreviewed/2024/08/GHSA-q83v-hq3j-4pq3/GHSA-q83v-hq3j-4pq3.json b/advisories/github-reviewed/2024/08/GHSA-q83v-hq3j-4pq3/GHSA-q83v-hq3j-4pq3.json similarity index 64% rename from advisories/unreviewed/2024/08/GHSA-q83v-hq3j-4pq3/GHSA-q83v-hq3j-4pq3.json rename to advisories/github-reviewed/2024/08/GHSA-q83v-hq3j-4pq3/GHSA-q83v-hq3j-4pq3.json index 7d2eeeadacf..9bd78517fa4 100644 --- a/advisories/unreviewed/2024/08/GHSA-q83v-hq3j-4pq3/GHSA-q83v-hq3j-4pq3.json +++ b/advisories/github-reviewed/2024/08/GHSA-q83v-hq3j-4pq3/GHSA-q83v-hq3j-4pq3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-q83v-hq3j-4pq3", - "modified": "2024-08-15T06:32:22Z", + "modified": "2024-08-15T21:56:16Z", "published": "2024-08-15T06:32:22Z", "aliases": [ "CVE-2024-6534" ], + "summary": "Improper access control in Directus", "details": "Directus v10.13.0 allows an authenticated external attacker to modify presets created by the same user to assign them to another user. This is possible because the application only validates the user parameter in the 'POST /presets' request but not in the PATCH request. When chained with CVE-2024-6533, it could result in account takeover.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "directus" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "10.13.0" + } + ] + } + ] + } ], "references": [ { @@ -28,6 +47,10 @@ { "type": "WEB", "url": "https://fluidattacks.com/advisories/capaldi" + }, + { + "type": "PACKAGE", + "url": "https://github.com/directus/directus" } ], "database_specific": { @@ -35,8 +58,8 @@ "CWE-639" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-08-15T21:56:16Z", "nvd_published_at": "2024-08-15T04:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-qf6h-p3mr-vmh5/GHSA-qf6h-p3mr-vmh5.json b/advisories/github-reviewed/2024/08/GHSA-qf6h-p3mr-vmh5/GHSA-qf6h-p3mr-vmh5.json similarity index 64% rename from advisories/unreviewed/2024/08/GHSA-qf6h-p3mr-vmh5/GHSA-qf6h-p3mr-vmh5.json rename to advisories/github-reviewed/2024/08/GHSA-qf6h-p3mr-vmh5/GHSA-qf6h-p3mr-vmh5.json index 0cb574d101d..c053edd09b7 100644 --- a/advisories/unreviewed/2024/08/GHSA-qf6h-p3mr-vmh5/GHSA-qf6h-p3mr-vmh5.json +++ b/advisories/github-reviewed/2024/08/GHSA-qf6h-p3mr-vmh5/GHSA-qf6h-p3mr-vmh5.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qf6h-p3mr-vmh5", - "modified": "2024-08-15T03:30:28Z", + "modified": "2024-08-15T21:55:24Z", "published": "2024-08-15T03:30:28Z", "aliases": [ "CVE-2024-6533" ], + "summary": "Code injection in Directus", "details": "Directus v10.13.0 allows an authenticated external attacker to execute arbitrary JavaScript on the client. This is possible because the application injects an attacker-controlled parameter that will be stored in the server and used by the client into an unsanitized DOM element. When chained with CVE-2024-6534, it could result in account takeover.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "directus" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "10.13.0" + } + ] + } + ] + } ], "references": [ { @@ -28,6 +47,10 @@ { "type": "WEB", "url": "https://fluidattacks.com/advisories/bocelli" + }, + { + "type": "PACKAGE", + "url": "https://github.com/directus/directus" } ], "database_specific": { @@ -35,8 +58,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-08-15T21:55:24Z", "nvd_published_at": "2024-08-15T03:15:04Z" } } \ No newline at end of file