Fedora has issued an advisory today (September 13): https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/thread/2VCU6EVQDIXNCEDJUCTFIER2WVNNDTYZ/ The issue is fixed upstream in 3.8.14 and 3.10.7. Mageia 8 is also affected.
Blocks: (none) => 30572Status comment: (none) => Fixed upstream in 3.8.14 and 3.10.7Whiteboard: (none) => MGA8TOO
Upstream announcement from September 7: https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html
A note about this issue: https://www.openwall.com/lists/oss-security/2022/09/21/1
Fedora has issued an advisory today (September 22): https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/thread/OKYE2DOI2X7WZXAWTQJZAXYIWM37HDCY/ The issue is fixed upstream in 3.8.14 and 3.10.6.
Summary: python3 new security issue CVE-2020-10735 => python3 new security issues CVE-2020-10735 and CVE-2021-28861
(In reply to David Walser from comment #3) > Fedora has issued an advisory today (September 22): > https://lists.fedoraproject.org/archives/list/package-announce@lists. > fedoraproject.org/thread/OKYE2DOI2X7WZXAWTQJZAXYIWM37HDCY/ > > The issue is fixed upstream in 3.8.14 and 3.10.6. Ubuntu has issued an advisory for this on September 22: https://ubuntu.com/security/notices/USN-5629-1
openSUSE has issued an advisory for this today (September 30): https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LSVFIZF6ZYMLK2HRCPTYDPZM3P6NDQKU/
Fixed in cauldron with python 3.10.7.
CC: (none) => jani.valimaa
Pushed python-pip and python3 to core/updates_testing. python-pip is updated to match bundled pip version in updated python3. SRPMS: python-pip-22.0.4-1.mga8 python3-3.8.14-1.mga8 RPMS: lib(64)python3.8-3.8.14-1.mga8 lib(64)python3.8-stdlib-3.8.14-1.mga8 lib(64)python3.8-testsuite-3.8.14-1.mga8 lib(64)python3-devel-3.8.14-1.mga8 python3-3.8.14-1.mga8 python3-docs-3.8.14-1.mga8 python3-pip-22.0.4-1.mga8 python-pip-wheel-22.0.4-1.mga8 tkinter3-3.8.14-1.mga8 tkinter3-apps-3.8.14-1.mga8
Assignee: python => qa-bugs
Blocks: (none) => 30929
Does this also fix Bug 30572?
Status comment: Fixed upstream in 3.8.14 and 3.10.7 => (none)
(In reply to David Walser from comment #8) > Does this also fix Bug 30572? Unfortunately no, but I have now pushed python3-3.8.14-1.1.mga8 to core/udpates_testing to also include fix for bug 30572. SRPMS: python-pip-22.0.4-1.mga8 python3-3.8.14-1.1.mga8 RPMS: lib(64)python3.8-3.8.14-1.1.mga8 lib(64)python3.8-stdlib-3.8.14-1.1.mga8 lib(64)python3.8-testsuite-3.8.14-1.1.mga8 lib(64)python3-devel-3.8.14-1.1.mga8 python3-3.8.14-1.1.mga8 python3-docs-3.8.14-1.1.mga8 python3-pip-22.0.4-1.mga8 python-pip-wheel-22.0.4-1.mga8 tkinter3-3.8.14-1.1.mga8 tkinter3-apps-3.8.14-1.1.mga8
(In reply to David Walser from comment #8) > Does this also fix Bug 30572? Unfortunately no, but I have now pushed python3-3.8.14-1.1.mga8 to core/udpates_testing to also include fix for bug 30572. python-pip is updated to match bundled pip version in updated python3. SRPMS: python-pip-22.0.4-1.mga8 python3-3.8.14-1.1.mga8 RPMS: lib(64)python3.8-3.8.14-1.1.mga8 lib(64)python3.8-stdlib-3.8.14-1.1.mga8 lib(64)python3.8-testsuite-3.8.14-1.1.mga8 lib(64)python3-devel-3.8.14-1.1.mga8 python3-3.8.14-1.1.mga8 python3-docs-3.8.14-1.1.mga8 python3-pip-22.0.4-1.mga8 python-pip-wheel-22.0.4-1.mga8 tkinter3-3.8.14-1.1.mga8 tkinter3-apps-3.8.14-1.1.mga8
Whiteboard: MGA8TOO => (none)Version: Cauldron => 8
MGA8-64 MATE on Acer Aspire 5253 No installation issues Testing according wiki $ python3 /usr/share/doc/python3-ply/example/calc/calc.py WARNING: Couldn't open 'parser.out'. [Errno 13] Permission denied: '/usr/share/doc/python3-ply/example/calc/parser.out' Generating LALR tables WARNING: Couldn't create 'parsetab'. [Errno 13] Permission denied: '/usr/share/doc/python3-ply/example/calc/parsetab.py' calc > a=5 calc > b=6 calc > a*b 30 exit with CTRL-D On the warnings: first one: the referenced file does not exist second: indeed no write-acess on this folder. The update seems to function OK, but leaving others to judge on this warnings.
CC: (none) => herman.viaene
Tried the test as root and as expected it worked without the parsetab error message. $ sudo python /usr/share/doc/python3-ply/example/calc/calc. Generating LALR tables calc > .... As it does not seem to need parsetab when run as a user just ignore it and give the OK.
CC: (none) => tarazed25
Whiteboard: (none) => MGA8-64-OK
Validating.
Keywords: (none) => validated_updateCC: (none) => andrewsfarm, sysadmin-bugs
CC: (none) => davidwhodginsKeywords: (none) => advisory
An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGASA-2022-0359.html
Resolution: (none) => FIXEDStatus: NEW => RESOLVED