--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2019-1ffd6b6064
2019-05-17 01:03:28.819325
--------------------------------------------------------------------------------Name        : python3
Product     : Fedora 30
Version     : 3.7.3
Release     : 3.fc30
URL         : https://www.python.org/
Summary     : Interpreter of the Python programming language
Description :
Python is an accessible, high-level, dynamically typed, interpreted programming
language, designed with an emphasis on code readability.
It includes an extensive standard library, and has a vast ecosystem of
third-party libraries.

The python3 package provides the "python3" executable: the reference
interpreter for the Python language, version 3.
The majority of its standard library is provided in the python3-libs package,
which should be installed automatically along with python3.
The remaining parts of the Python standard library are broken out into the
python3-tkinter and python3-test packages, which may need to be installed
separately.

Documentation for Python is provided in the python3-docs package.

Packages containing additional libraries for Python are generally named with
the "python3-" prefix.

--------------------------------------------------------------------------------Update Information:

Security fix for CVE-2019-9740 and CVE-2019-9947. Fix a regression introduced by
the fix for CVE-2019-9636. Add manual page link for python3.7m.
--------------------------------------------------------------------------------ChangeLog:

* Tue May  7 2019 Charalampos Stratakis  - 3.7.3-3
- Fix handling of pre-normalization characters in urlsplit
- Disallow control chars in http URLs (#1695572, #1700684, #1688169, #1706851)
* Wed Apr 17 2019 Patrik Kopkan  - 3.7.3-2
- Makes man python3.7m show python3.7 man pages (#1612241)
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1688169 - CVE-2019-9740 python: improper neutralization of CRLF sequences in urllib module
        https://bugzilla.redhat.com/show_bug.cgi?id=1688169
  [ 2 ] Bug #1695572 - CVE-2019-9947 python: improper neutralization of CRLF sequences in urllib module
        https://bugzilla.redhat.com/show_bug.cgi?id=1695572
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2019-1ffd6b6064' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
--------------------------------------------------------------------------------_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Fedora 30: python3 Security Update

May 16, 2019
Security fix for CVE-2019-9740 and CVE-2019-9947

Summary

Python is an accessible, high-level, dynamically typed, interpreted programming

language, designed with an emphasis on code readability.

It includes an extensive standard library, and has a vast ecosystem of

third-party libraries.

The python3 package provides the "python3" executable: the reference

interpreter for the Python language, version 3.

The majority of its standard library is provided in the python3-libs package,

which should be installed automatically along with python3.

The remaining parts of the Python standard library are broken out into the

python3-tkinter and python3-test packages, which may need to be installed

separately.

Documentation for Python is provided in the python3-docs package.

Packages containing additional libraries for Python are generally named with

the "python3-" prefix.

Security fix for CVE-2019-9740 and CVE-2019-9947. Fix a regression introduced by

the fix for CVE-2019-9636. Add manual page link for python3.7m.

* Tue May 7 2019 Charalampos Stratakis - 3.7.3-3

- Fix handling of pre-normalization characters in urlsplit

- Disallow control chars in http URLs (#1695572, #1700684, #1688169, #1706851)

* Wed Apr 17 2019 Patrik Kopkan - 3.7.3-2

- Makes man python3.7m show python3.7 man pages (#1612241)

[ 1 ] Bug #1688169 - CVE-2019-9740 python: improper neutralization of CRLF sequences in urllib module

https://bugzilla.redhat.com/show_bug.cgi?id=1688169

[ 2 ] Bug #1695572 - CVE-2019-9947 python: improper neutralization of CRLF sequences in urllib module

https://bugzilla.redhat.com/show_bug.cgi?id=1695572

su -c 'dnf upgrade --advisory FEDORA-2019-1ffd6b6064' at the command

line. For more information, refer to the dnf documentation available at

https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the

GPG keys used by the Fedora Project can be found at

https://fedoraproject.org/security/

package-announce mailing list -- package-announce@lists.fedoraproject.org

To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org

Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

FEDORA-2019-1ffd6b6064 2019-05-17 01:03:28.819325 Product : Fedora 30 Version : 3.7.3 Release : 3.fc30 URL : https://www.python.org/ Summary : Interpreter of the Python programming language Description : Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages, which may need to be installed separately. Documentation for Python is provided in the python3-docs package. Packages containing additional libraries for Python are generally named with the "python3-" prefix. Security fix for CVE-2019-9740 and CVE-2019-9947. Fix a regression introduced by the fix for CVE-2019-9636. Add manual page link for python3.7m. * Tue May 7 2019 Charalampos Stratakis - 3.7.3-3 - Fix handling of pre-normalization characters in urlsplit - Disallow control chars in http URLs (#1695572, #1700684, #1688169, #1706851) * Wed Apr 17 2019 Patrik Kopkan - 3.7.3-2 - Makes man python3.7m show python3.7 man pages (#1612241) [ 1 ] Bug #1688169 - CVE-2019-9740 python: improper neutralization of CRLF sequences in urllib module https://bugzilla.redhat.com/show_bug.cgi?id=1688169 [ 2 ] Bug #1695572 - CVE-2019-9947 python: improper neutralization of CRLF sequences in urllib module https://bugzilla.redhat.com/show_bug.cgi?id=1695572 su -c 'dnf upgrade --advisory FEDORA-2019-1ffd6b6064' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Change Log

References

Update Instructions

Severity
Product : Fedora 30
Version : 3.7.3
Release : 3.fc30
URL : https://www.python.org/
Summary : Interpreter of the Python programming language

Related News