|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2023-36811: borgbackup: spoofed archive leads to data loss | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Cathy Hu <cathy.hu> |
| Component: | Incidents | Assignee: | Antonio Larrosa <alarrosa> |
| Status: | NEW --- | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | alarrosa, Andreas.Stieger, hpj, karol, Oruriz, security-team |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/376776/ | ||
| Whiteboard: | |||
| Found By: | Security Response Team | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
spec file that works
python-pyfuse3 |
||
|
Description
Cathy Hu
2023-08-31 07:23:19 UTC
Affected: - openSUSE:Factory/borgbackup - openSUSE:Backports:SLE-15-SP4/borgbackup *** Bug 1223404 has been marked as a duplicate of this bug. *** TW openSUSE:Factory/borgbackup 1.2.7 Submitted 1.2.7 to openSUSE:Backports:SLE-15-SP6/borgbackup https://build.opensuse.org/request/show/1170250 Needs fixing: openSUSE:Backports:SLE-15-SP5:Update/borgbackup Maintainers can you please action that? (In reply to Andreas Stieger from comment #3) > Submitted 1.2.7 to openSUSE:Backports:SLE-15-SP6/borgbackup > https://build.opensuse.org/request/show/1170250 Won't build. Please check. We can't really release a new stable distribution release with last year's vulnerabilities on a non-stable upstream release (In reply to Andreas Stieger from comment #4) > (In reply to Andreas Stieger from comment #3) > > Submitted 1.2.7 to openSUSE:Backports:SLE-15-SP6/borgbackup > > https://build.opensuse.org/request/show/1170250 > > Won't build. Please check. We can't really release a new stable distribution > release with last year's vulnerabilities on a non-stable upstream release The reason why it won't build is because suse 15.6 by default ships python 3.6. Which reached EOL 3 years ago. I'm new to suse so I don't really what to change inside specs file to build with python3.11 not with python3.6. Borg 1.2.7 is used by oracle in EL by the way.... Probably something from the wiki below is needed to use Leap's updated python. https://en.opensuse.org/openSUSE:Packaging_Python#Python_3_Leap Looks like a nice weekend project. (In reply to Andreas Stieger from comment #6) > Probably something from the wiki below is needed to use Leap's updated > python. > https://en.opensuse.org/openSUSE:Packaging_Python#Python_3_Leap > Looks like a nice weekend project. Give me one more hour. Created attachment 874518 [details] spec file that works Edited spec file from suse Tumbleweed. Updated to latest upstream. https://github.com/borgbackup/borg/releases/download/1.2.8/borgbackup-1.2.8.tar.gz https://github.com/borgbackup/borg/releases/download/1.2.8/borgbackup-1.2.8.tar.gz.asc Also python-pyfuse3 required for borg mount, so I ported python-pyfuse3 from suse Tumbleweed too. |