{"document":{"aggregate_severity":{"namespace":"https://www.suse.com/support/security/rating/","text":"moderate"},"category":"csaf_security_advisory","csaf_version":"2.0","distribution":{"text":"Copyright 2024 SUSE LLC. All rights reserved.","tlp":{"label":"WHITE","url":"https://www.first.org/tlp/"}},"lang":"en","notes":[{"category":"summary","text":"docker-compose-2.12.2-1.1 on GA media","title":"Title of the patch"},{"category":"description","text":"These are all security issues fixed in the docker-compose-2.12.2-1.1 package on the GA media of openSUSE Tumbleweed.","title":"Description of the patch"},{"category":"details","text":"openSUSE-Tumbleweed-2024-12430","title":"Patchnames"},{"category":"legal_disclaimer","text":"CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).","title":"Terms of use"}],"publisher":{"category":"vendor","contact_details":"https://www.suse.com/support/security/contact/","name":"SUSE Product Security Team","namespace":"https://www.suse.com/"},"references":[{"category":"external","summary":"SUSE ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"self","summary":"URL of this CSAF notice","url":"https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12430-1.json"},{"category":"self","summary":"SUSE CVE CVE-2022-39253 page","url":"https://www.suse.com/security/cve/CVE-2022-39253/"}],"title":"docker-compose-2.12.2-1.1 on GA media","tracking":{"current_release_date":"2024-06-15T00:00:00Z","generator":{"date":"2024-06-15T00:00:00Z","engine":{"name":"cve-database.git:bin/generate-csaf.pl","version":"1"}},"id":"openSUSE-SU-2024:12430-1","initial_release_date":"2024-06-15T00:00:00Z","revision_history":[{"date":"2024-06-15T00:00:00Z","number":"1","summary":"Current version"}],"status":"final","version":"1"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_version","name":"docker-compose-2.12.2-1.1.aarch64","product":{"name":"docker-compose-2.12.2-1.1.aarch64","product_id":"docker-compose-2.12.2-1.1.aarch64"}}],"category":"architecture","name":"aarch64"},{"branches":[{"category":"product_version","name":"docker-compose-2.12.2-1.1.ppc64le","product":{"name":"docker-compose-2.12.2-1.1.ppc64le","product_id":"docker-compose-2.12.2-1.1.ppc64le"}}],"category":"architecture","name":"ppc64le"},{"branches":[{"category":"product_version","name":"docker-compose-2.12.2-1.1.s390x","product":{"name":"docker-compose-2.12.2-1.1.s390x","product_id":"docker-compose-2.12.2-1.1.s390x"}}],"category":"architecture","name":"s390x"},{"branches":[{"category":"product_version","name":"docker-compose-2.12.2-1.1.x86_64","product":{"name":"docker-compose-2.12.2-1.1.x86_64","product_id":"docker-compose-2.12.2-1.1.x86_64"}}],"category":"architecture","name":"x86_64"},{"branches":[{"category":"product_name","name":"openSUSE Tumbleweed","product":{"name":"openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed","product_identification_helper":{"cpe":"cpe:/o:opensuse:tumbleweed"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"docker-compose-2.12.2-1.1.aarch64 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64"},"product_reference":"docker-compose-2.12.2-1.1.aarch64","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"docker-compose-2.12.2-1.1.ppc64le as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le"},"product_reference":"docker-compose-2.12.2-1.1.ppc64le","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"docker-compose-2.12.2-1.1.s390x as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x"},"product_reference":"docker-compose-2.12.2-1.1.s390x","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"docker-compose-2.12.2-1.1.x86_64 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"},"product_reference":"docker-compose-2.12.2-1.1.x86_64","relates_to_product_reference":"openSUSE Tumbleweed"}]},"vulnerabilities":[{"cve":"CVE-2022-39253","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-39253"}],"notes":[{"category":"general","text":"Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.","title":"CVE description"}],"product_status":{"recommended":["openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2022-39253","url":"https://www.suse.com/security/cve/CVE-2022-39253"},{"category":"external","summary":"SUSE Bug 1204455 for CVE-2022-39253","url":"https://bugzilla.suse.com/1204455"},{"category":"external","summary":"SUSE Bug 1204456 for CVE-2022-39253","url":"https://bugzilla.suse.com/1204456"},{"category":"external","summary":"SUSE Bug 1208027 for CVE-2022-39253","url":"https://bugzilla.suse.com/1208027"}],"remediations":[{"category":"vendor_fix","details":"To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n","product_ids":["openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"]}],"scores":[{"cvss_v3":{"baseScore":4.3,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N","version":"3.1"},"products":["openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x","openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"]}],"threats":[{"category":"impact","date":"2024-06-15T00:00:00Z","details":"moderate"}],"title":"CVE-2022-39253"}]}