From 7c916967d04b8ab9b772357275c77bb36989c4c3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:40:24 +0000 Subject: [PATCH] Publish Advisories GHSA-8j3x-w35r-rw4r GHSA-hpxr-w9w7-g4gv GHSA-8j3x-w35r-rw4r --- .../GHSA-8j3x-w35r-rw4r.json | 85 +++++++++++++++++++ .../GHSA-hpxr-w9w7-g4gv.json | 65 ++++++++++++++ .../GHSA-8j3x-w35r-rw4r.json | 43 ---------- 3 files changed, 150 insertions(+), 43 deletions(-) create mode 100644 advisories/github-reviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json create mode 100644 advisories/github-reviewed/2024/01/GHSA-hpxr-w9w7-g4gv/GHSA-hpxr-w9w7-g4gv.json delete mode 100644 advisories/unreviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json diff --git a/advisories/github-reviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json b/advisories/github-reviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json new file mode 100644 index 00000000000..ab381d2d8ed --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json @@ -0,0 +1,85 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8j3x-w35r-rw4r", + "modified": "2024-01-31T22:38:58Z", + "published": "2024-01-25T21:32:14Z", + "aliases": [ + "CVE-2023-6267" + ], + "summary": "Quarkus Improper Handling of Insufficient Permissions or Privileges and Improper Handling of Exceptional Conditions vulnerability", + "details": "A flaw was found in the json payload. If annotation based security is used to secure a REST resource, the JSON body that the resource may consume is being processed (deserialized) prior to the security constraints being evaluated and applied. This does not happen with configuration based security.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "io.quarkus.resteasy.reactive:resteasy-reactive" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.13.9.Final" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.quarkus.resteasy.reactive:resteasy-reactive" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0.Final" + }, + { + "fixed": "3.2.9.Final" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6267" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2023-6267" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251155" + }, + { + "type": "PACKAGE", + "url": "https://github.com/quarkusio/quarkus" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-280", + "CWE-755" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-31T22:38:58Z", + "nvd_published_at": "2024-01-25T19:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/01/GHSA-hpxr-w9w7-g4gv/GHSA-hpxr-w9w7-g4gv.json b/advisories/github-reviewed/2024/01/GHSA-hpxr-w9w7-g4gv/GHSA-hpxr-w9w7-g4gv.json new file mode 100644 index 00000000000..eb1a0cfbc56 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-hpxr-w9w7-g4gv/GHSA-hpxr-w9w7-g4gv.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hpxr-w9w7-g4gv", + "modified": "2024-01-31T22:39:17Z", + "published": "2024-01-31T22:39:17Z", + "aliases": [ + "CVE-2024-24579" + ], + "summary": "stereoscope vulnerable to tar path traversal when processing OCI tar archives", + "details": "### Impact\nIt is possible to craft an OCI tar archive that, when stereoscope attempts to unarchive the contents, will result in writing to paths outside of the unarchive temporary directory. Specifically, use of `github.com/anchore/stereoscope/pkg/file.UntarToDirectory()` function, the `github.com/anchore/stereoscope/pkg/image/oci.TarballImageProvider` struct, or the higher level `github.com/anchore/stereoscope/pkg/image.Image.Read()` function express this vulnerability.\n\n### Patches\nPatched in v0.0.1\n\n### Workarounds\nIf you are using the OCI archive as input into stereoscope then you can switch to using an [OCI layout](https://github.com/opencontainers/image-spec/blob/main/image-layout.md) by unarchiving the tar archive and provide the unarchived directory to stereoscope.\n\n### References\n- Patch PR https://github.com/anchore/stereoscope/pull/214", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/anchore/stereoscope" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/anchore/stereoscope/security/advisories/GHSA-hpxr-w9w7-g4gv" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24579" + }, + { + "type": "WEB", + "url": "https://github.com/anchore/stereoscope/commit/09dacab4d9ee65ee8bc7af8ebf4aa7b5aaa36204" + }, + { + "type": "PACKAGE", + "url": "https://github.com/anchore/stereoscope" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-31T22:39:17Z", + "nvd_published_at": "2024-01-31T17:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json b/advisories/unreviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json deleted file mode 100644 index f85bd3e94b0..00000000000 --- a/advisories/unreviewed/2024/01/GHSA-8j3x-w35r-rw4r/GHSA-8j3x-w35r-rw4r.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8j3x-w35r-rw4r", - "modified": "2024-01-25T21:32:14Z", - "published": "2024-01-25T21:32:14Z", - "aliases": [ - "CVE-2023-6267" - ], - "details": "A flaw was found in the json payload. If annotation based security is used to secure a REST resource, the JSON body that the resource may consume is being processed (deserialized) prior to the security constraints being evaluated and applied. This does not happen with configuration based security.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6267" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2023-6267" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251155" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-280", - "CWE-755" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-01-25T19:15:08Z" - } -} \ No newline at end of file