From bb758a09e90adfcafd0ee041907e41615d87fb69 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:10:16 +0000 Subject: [PATCH] Publish Advisories GHSA-h9mq-f6q5-6c8m GHSA-h9mq-f6q5-6c8m --- .../GHSA-h9mq-f6q5-6c8m.json | 131 ++++++++++++++++++ .../GHSA-h9mq-f6q5-6c8m.json | 55 -------- 2 files changed, 131 insertions(+), 55 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json diff --git a/advisories/github-reviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json b/advisories/github-reviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json new file mode 100644 index 00000000000..ab3cf3cbba9 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json @@ -0,0 +1,131 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h9mq-f6q5-6c8m", + "modified": "2024-07-30T15:08:48Z", + "published": "2024-07-30T09:31:50Z", + "aliases": [ + "CVE-2024-40094" + ], + "summary": "GraphQL Java does not properly consider ExecutableNormalizedFields (ENFs) as part of preventing denial of service", + "details": "GraphQL Java (aka graphql-java) before 21.5 does not properly consider ExecutableNormalizedFields (ENFs) as part of preventing denial of service via introspection queries. 20.9 and 19.11 are also fixed versions.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.graphql-java:graphql-java" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "19.11" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.graphql-java:graphql-java" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "20.0" + }, + { + "fixed": "20.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.graphql-java:graphql-java" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "21.0" + }, + { + "fixed": "21.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40094" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/pull/3539" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/commit/16c159111507ef04d7e1839b2c23281d90c42b2b" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/commit/469caf6ee600ab6709ad5e8a06f371fe2ef3b8dd" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/commit/97743bc1b5caa2b0bd894dc8e128b47e4d771e4a" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/commit/fc6f304e66cab18b6d06a80c7009524938939a03" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/discussions/3641" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/releases/tag/v19.11" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/releases/tag/v20.9" + }, + { + "type": "WEB", + "url": "https://github.com/graphql-java/graphql-java/releases/tag/v21.5" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-770" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-30T15:08:48Z", + "nvd_published_at": "2024-07-30T07:15:01Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json b/advisories/unreviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json deleted file mode 100644 index 945cbbcfa13..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-h9mq-f6q5-6c8m/GHSA-h9mq-f6q5-6c8m.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h9mq-f6q5-6c8m", - "modified": "2024-07-30T09:31:50Z", - "published": "2024-07-30T09:31:50Z", - "aliases": [ - "CVE-2024-40094" - ], - "details": "GraphQL Java (aka graphql-java) before 21.5 does not properly consider ExecutableNormalizedFields (ENFs) as part of preventing denial of service via introspection queries. 20.9 and 19.11 are also fixed versions.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40094" - }, - { - "type": "WEB", - "url": "https://github.com/graphql-java/graphql-java/pull/3539" - }, - { - "type": "WEB", - "url": "https://github.com/graphql-java/graphql-java/commit/97743bc1b5caa2b0bd894dc8e128b47e4d771e4a" - }, - { - "type": "WEB", - "url": "https://github.com/graphql-java/graphql-java/discussions/3641" - }, - { - "type": "WEB", - "url": "https://github.com/graphql-java/graphql-java/releases/tag/v19.11" - }, - { - "type": "WEB", - "url": "https://github.com/graphql-java/graphql-java/releases/tag/v20.9" - }, - { - "type": "WEB", - "url": "https://github.com/graphql-java/graphql-java/releases/tag/v21.5" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-30T07:15:01Z" - } -} \ No newline at end of file