From 525d02751b119d71392d2cba44d29905f39c631c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:32:37 +0000 Subject: [PATCH] Publish Advisories GHSA-jvqq-8f3q-54hg GHSA-rxx2-698q-7r9q GHSA-8q86-4x73-99v8 GHSA-c4q5-6c82-3qpw --- .../GHSA-jvqq-8f3q-54hg.json | 1 + .../GHSA-rxx2-698q-7r9q.json | 3 +- .../GHSA-8q86-4x73-99v8.json | 1 + .../GHSA-c4q5-6c82-3qpw.json | 38 +++++++++++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 advisories/unreviewed/2024/10/GHSA-c4q5-6c82-3qpw/GHSA-c4q5-6c82-3qpw.json diff --git a/advisories/unreviewed/2023/09/GHSA-jvqq-8f3q-54hg/GHSA-jvqq-8f3q-54hg.json b/advisories/unreviewed/2023/09/GHSA-jvqq-8f3q-54hg/GHSA-jvqq-8f3q-54hg.json index fed0d749ac4..0501f40da86 100644 --- a/advisories/unreviewed/2023/09/GHSA-jvqq-8f3q-54hg/GHSA-jvqq-8f3q-54hg.json +++ b/advisories/unreviewed/2023/09/GHSA-jvqq-8f3q-54hg/GHSA-jvqq-8f3q-54hg.json @@ -28,6 +28,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-321", "CWE-798" ], "severity": "MODERATE", diff --git a/advisories/unreviewed/2023/12/GHSA-rxx2-698q-7r9q/GHSA-rxx2-698q-7r9q.json b/advisories/unreviewed/2023/12/GHSA-rxx2-698q-7r9q/GHSA-rxx2-698q-7r9q.json index 19c17c33c6c..a689dfa098b 100644 --- a/advisories/unreviewed/2023/12/GHSA-rxx2-698q-7r9q/GHSA-rxx2-698q-7r9q.json +++ b/advisories/unreviewed/2023/12/GHSA-rxx2-698q-7r9q/GHSA-rxx2-698q-7r9q.json @@ -28,7 +28,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-327" + "CWE-327", + "CWE-328" ], "severity": "MODERATE", "github_reviewed": false, diff --git a/advisories/unreviewed/2024/02/GHSA-8q86-4x73-99v8/GHSA-8q86-4x73-99v8.json b/advisories/unreviewed/2024/02/GHSA-8q86-4x73-99v8/GHSA-8q86-4x73-99v8.json index 3d47822cca0..6d1c4ebc073 100644 --- a/advisories/unreviewed/2024/02/GHSA-8q86-4x73-99v8/GHSA-8q86-4x73-99v8.json +++ b/advisories/unreviewed/2024/02/GHSA-8q86-4x73-99v8/GHSA-8q86-4x73-99v8.json @@ -28,6 +28,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-1188", "CWE-441" ], "severity": "MODERATE", diff --git a/advisories/unreviewed/2024/10/GHSA-c4q5-6c82-3qpw/GHSA-c4q5-6c82-3qpw.json b/advisories/unreviewed/2024/10/GHSA-c4q5-6c82-3qpw/GHSA-c4q5-6c82-3qpw.json new file mode 100644 index 00000000000..dec90858b1e --- /dev/null +++ b/advisories/unreviewed/2024/10/GHSA-c4q5-6c82-3qpw/GHSA-c4q5-6c82-3qpw.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c4q5-6c82-3qpw", + "modified": "2024-10-28T09:30:53Z", + "published": "2024-10-28T09:30:53Z", + "aliases": [ + "CVE-2024-38821" + ], + "details": "Spring WebFlux applications that have Spring Security authorization rules on static resources can be bypassed under certain circumstances.\n\nFor this to impact an application, all of the following must be true:\n\n * It must be a WebFlux application\n * It must be using Spring's static resources support\n * It must have a non-permitAll authorization rule applied to the static resources support", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38821" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2024-38821" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-10-28T07:15:07Z" + } +} \ No newline at end of file