| Summary: | git new security issues CVE-2023-22490 and CVE-2023-23946 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | David Walser <luigiwalser> |
| Component: | Security | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Sec team <security> |
| Severity: | normal | ||
| Priority: | Normal | CC: | andrewsfarm, davidwhodgins, herman.viaene, sysadmin-bugs |
| Version: | 8 | Keywords: | advisory, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MGA8-64-OK | ||
| Source RPM: | git-2.30.7-1.mga8.src.rpm | CVE: | |
| Status comment: | |||
|
Description
David Walser
2023-02-15 17:04:01 CET
Ubuntu has issued an advisory for this on February 14: https://ubuntu.com/security/notices/USN-5871-1 Upstream advisories: https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh MGA8-64 MATE on Acer Aspire 5253 No installation issues After removing the previous .git folder from my home, followed procedure as in bug 30985 Comment 6. $ git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /home/tester8/.git/ $ git config --global user.name "tester8" $ git config --global user.email "herman.viaene@hotmail.be" $ git add ~/Documents/exo.txt $ git branch $ git show fatal: your current branch 'master' does not have any commits yet $ git commit [master (root-commit) 662607c] testgit 2.30.8 1 file changed, 1293 insertions(+) create mode 100644 Documents/exo.txt $ git show commit 662607cdfa163e81a0ffca04307434d7fc92e9ab (HEAD -> master) Author: tester8 <herman.viaene@hotmail.be> Date: Tue Feb 21 14:48:50 2023 +0100 testgit 2.30.8 diff --git a/Documents/exo.txt b/Documents/exo.txt new file mode 100644 index 0000000..3902b92 --- /dev/null +++ b/Documents/exo.txt @@ -0,0 +1,1293 @@ +execve("/usr/bin/thunar", ["thunar"], 0x7ffc418dda20 /* 68 vars */) = 0 +brk(NULL) = 0xf1e000 +access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +openat(AT_FDCWD, "/usr/lib64/tls/x86_64/x86_64/libthunarx-3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) +stat("/usr/lib64/tls/x86_64/x86_64", 0x7fffca3a1f90) = -1 ENOENT (No such file or directory) and the rest of the file ..... OK as in previous test CC:
(none) =>
herman.viaene Validating. Advisory in Comment 0. CC:
(none) =>
andrewsfarm, sysadmin-bugs
Dave Hodgins
2023-02-25 20:39:52 CET
Keywords:
(none) =>
advisory An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGASA-2023-0066.html Status:
NEW =>
RESOLVED |