| Summary: | python-django new security issues CVE-2022-2834[67] | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | David Walser <luigiwalser> |
| Component: | Security | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Sec team <security> |
| Severity: | critical | ||
| Priority: | Normal | CC: | andrewsfarm, davidwhodgins, sysadmin-bugs, tarazed25, yvesbrungard |
| Version: | 8 | Keywords: | advisory, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MGA8-64-OK | ||
| Source RPM: | python-django-3.2.12-1.mga8.src.rpm | CVE: | |
| Status comment: | |||
|
Description
David Walser
2022-04-11 16:08:00 CEST
David Walser
2022-04-11 16:08:11 CEST
Status comment:
(none) =>
Fixed upstream in 3.2.13 Ubuntu has issued an advisory for this today (April 11): https://ubuntu.com/security/notices/USN-5373-1 Updated package uploaded for Mageia 8 and Cauldron by papoteur: python3-django-3.2.13-1.mga8 from python-django-3.2.13-1.mga8.src.rpm CC:
(none) =>
yves.brungard_mageia mga8, x86_64 Checked the core version for later comparison by creating a project as in bug 28802. Successful installion of mysite. Removed the whole project tree and ran the update. $ django-admin startproject mysite $ ls mysite manage.py* mysite/ $ cd mysite $ python manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions Running migrations: Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK [...] Applying auth.0012_alter_user_first_name_max_length... OK Applying sessions.0001_initial... OK $ tree . ├── db.sqlite3 ├── manage.py └── mysite ├── asgi.py ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-38.pyc │ ├── settings.cpython-38.pyc │ └── urls.cpython-38.pyc ├── settings.py ├── urls.py └── wsgi.py $ python manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). May 16, 2022 - 10:37:24 Django version 3.2.13, using settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. In a browser a success message was posted at localhost:8000/ with the image of a rocketship launching. It provided usefule links to release notes and documentation. No regressions - good enough. CC:
(none) =>
tarazed25 Validating. Keywords:
(none) =>
validated_update
Dave Hodgins
2022-05-19 00:13:15 CEST
Keywords:
(none) =>
advisory An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGASA-2022-0190.html Resolution:
(none) =>
FIXED |