[Bug 1230082] New: VUL-0: CVE-2024-45305: jujutsu: gix-path: gix-path uses local config across repos when it is the highest scope
https://bugzilla.suse.com/show_bug.cgi?id=1230082 Bug ID: 1230082 Summary: VUL-0: CVE-2024-45305: jujutsu: gix-path: gix-path uses local config across repos when it is the highest scope Classification: openSUSE Product: openSUSE Tumbleweed Version: Slowroll Hardware: Other URL: https://smash.suse.de/issue/419537/ OS: Other Status: NEW Severity: Minor Priority: P5 - None Component: Security Assignee: opensuse_buildservice@ojkastl.de Reporter: thomas.leroy@suse.com QA Contact: security-team@suse.de Blocks: 1230079 Target Milestone: --- Found By: Security Response Team Blocker: --- +++ This bug was initially created as a clone of Bug #1230079 +++ gix-path is a crate of the gitoxide project dealing with git paths and their conversions. `gix-path` executes `git` to find the path of a configuration file that belongs to the `git` installation itself, but mistakenly treats the local repository's configuration as system-wide if no higher scoped configuration is found. In rare cases, this causes a less trusted repository to be treated as more trusted, or leaks sensitive information from one repository to another, such as sending credentials to another repository's remote. In `gix_path::env`, the underlying implementation of the `installation_config` and `installation_config_prefix` functions calls `git config -l --show-origin` and parses the first line of the output to extract the path to the configuration file holding the configuration variable of highest scope. It is believed to be very difficult to exploit this vulnerability deliberately, due to the need either to anticipate a situation in which higher-scoped configuration variables would be absent, or to arrange for this to happen. Although any operating system may be affected, users running Apple Git on macOS are much less likely to be affected. This issue has been addressed in release version 0.10.10. All users are advised to upgrade. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-45305 https://www.cve.org/CVERecord?id=CVE-2024-45305 https://git-scm.com/docs/git-config#SCOPES https://github.com/Byron/gitoxide/blob/12251eb052df30105538fa831e641eea557f1... https://github.com/Byron/gitoxide/blob/12251eb052df30105538fa831e641eea557f1... https://github.com/Byron/gitoxide/security/advisories/GHSA-v26r-4c9c-h3j6 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230082 SMASH SMASH <smash_bz@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230082 https://bugzilla.suse.com/show_bug.cgi?id=1230082#c1 Johannes Kastl <opensuse_buildservice@ojkastl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(thomas.leroy@suse | |.com) CC| |thomas.leroy@suse.com --- Comment #1 from Johannes Kastl <opensuse_buildservice@ojkastl.de> --- Is this a duplicate of https://bugzilla.suse.com/show_bug.cgi?id=1233013? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230082 https://bugzilla.suse.com/show_bug.cgi?id=1230082#c2 Johannes Kastl <opensuse_buildservice@ojkastl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(thomas.leroy@suse | |.com) | --- Comment #2 from Johannes Kastl <opensuse_buildservice@ojkastl.de> --- Sorry, misread. I'll try to find out if this is fixed in jujutsu 0.23.0 that was just sent to Factory in https://build.opensuse.org/request/show/1223672 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230082 https://bugzilla.suse.com/show_bug.cgi?id=1230082#c3 Johannes Kastl <opensuse_buildservice@ojkastl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #3 from Johannes Kastl <opensuse_buildservice@ojkastl.de> --- gix-path version 0.10.10 is being used since jujutsu version 0.21.0: https://github.com/martinvonz/jj/blob/v0.21.0/Cargo.lock#L1353 This was sent to Factory in SR#1199788 on 10th of September. https://build.opensuse.org/request/show/1199788 I'll adapt the changelog to note this bug. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230082 https://bugzilla.suse.com/show_bug.cgi?id=1230082#c4 Johannes Kastl <opensuse_buildservice@ojkastl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(thomas.leroy@suse | |.com) --- Comment #4 from Johannes Kastl <opensuse_buildservice@ojkastl.de> --- Fixed changelog is on its way to Factory: https://build.opensuse.org/request/show/1223680 Can we close this bug? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230082 https://bugzilla.suse.com/show_bug.cgi?id=1230082#c5 Thomas Leroy <thomas.leroy@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED Flags|needinfo?(thomas.leroy@suse | |.com) | --- Comment #5 from Thomas Leroy <thomas.leroy@suse.com> --- (In reply to Johannes Kastl from comment #4)
Fixed changelog is on its way to Factory: https://build.opensuse.org/request/show/1223680
Can we close this bug?
We can close now, thanks Johannes! -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com