You are here
Home > Preporuke > Sigurnosni nedostaci programskog paketa django

Sigurnosni nedostaci programskog paketa django

  • Detalji os-a: WN7
  • Važnost: IMP
  • Operativni sustavi: L
  • Kategorije: LFE

——————————————————————————–
Fedora Update Notification
FEDORA-2014-9788
2014-08-27 00:47:38
——————————————————————————–

Name : python-django14
Product : Fedora 20
Version : 1.4.14
Release : 1.fc20
URL : http://www.djangoproject.com/
Summary : A high-level Python Web framework
Description :
Django is a high-level Python Web framework that encourages rapid
development and a clean, pragmatic design. It focuses on automating as
much as possible and adhering to the DRY (Don’t Repeat Yourself)
principle.

——————————————————————————–
Update Information:

update to 1.4.14 fixing CVE-2014-0480 CVE-2014-0481 CVE-2014-0482, CVE-2014-0483
——————————————————————————–
ChangeLog:

* Mon Aug 25 2014 Matthias Runge <mrunge@redhat.com> – 1.4.14-1
– update to 1.4.14 fixing CVE-2014-0480 CVE-2014-0481 CVE-2014-0482,
CVE-2014-0483
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> – 1.4.13-2
– Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 16 2014 Matthias Runge <mrunge@redhat.com> – 1.4.13-1
– update to 1.4.13 fixing CVE-2014-1418 (rhbz#1097936)
* Tue Apr 22 2014 Matthias Runge <mrunge@redhat.com> – 1.4.11-1
– update to 1.4.11 fixing CVE-2014-0473 and CVE-2014-0474
* Thu Apr 3 2014 Matthias Runge <mrunge@redhat.com> – 1.4.8-3
– fix file conflicts with other django packages
* Thu Mar 27 2014 Matthias Runge <mrunge@redhat.com> – 1.4.8-2
– Parallel installable version based on Toshio Kuratomis contribution
——————————————————————————–
References:

[ 1 ] Bug #1129950 – CVE-2014-0480 Django: reverse() can generate URLs pointing to other hosts, leading to phishing attacks
https://bugzilla.redhat.com/show_bug.cgi?id=1129950
[ 2 ] Bug #1129952 – CVE-2014-0481 Django: file upload denial of service
https://bugzilla.redhat.com/show_bug.cgi?id=1129952
[ 3 ] Bug #1129954 – CVE-2014-0482 Django: RemoteUserMiddleware session hijacking
https://bugzilla.redhat.com/show_bug.cgi?id=1129954
[ 4 ] Bug #1129959 – CVE-2014-0483 Django: data leakage via querystring manipulation in admin
https://bugzilla.redhat.com/show_bug.cgi?id=1129959
——————————————————————————–

This update can be installed with the “yum” update program. Use
su -c ‘yum update python-django14’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

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/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-9771
2014-08-27 00:46:46
——————————————————————————–

Name : python-django
Product : Fedora 20
Version : 1.6.6
Release : 1.fc20
URL : http://www.djangoproject.com/
Summary : A high-level Python Web framework
Description :
Django is a high-level Python Web framework that encourages rapid
development and a clean, pragmatic design. It focuses on automating as
much as possible and adhering to the DRY (Don’t Repeat Yourself)
principle.

——————————————————————————–
Update Information:

Security fix for CVE-2014-0480, CVE-2014-0481, CVE-2014-0482, CVE-2014-0483
——————————————————————————–
ChangeLog:

* Thu Aug 21 2014 Matthias Runge <mrunge@redhat.com> – 1.6.6-1
– update to 1.6.6
– fix CVE-2014-0480 (rhbz#1129950)
– fix CVE-2014-0481 (rhbz#1129952)
– fix CVE-2014-0482 (rhbz#1129954)
– fix CVE-2014-0483 (rhbz#1129959)
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> – 1.6.5-3
– Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> – 1.6.5-2
– Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Fri May 16 2014 Matthias Runge <mrunge@redhat.com> – 1.6.5-1
– update to 1.6.5 CVE-2014-1418, CVE-2014-3730 (rhbz#1097935)
* Mon May 12 2014 Matthias Runge <mrunge@redhat.com> – 1.6.4-2
– don’t hardcode python3.3
* Wed May 7 2014 Matthias Runge <mrunge@redhat.com> – 1.6.4-1
– update to 1.6.4 fix a potential regression in reverse()
* Tue Apr 22 2014 Matthias Runge <mrunge@redhat.com> – 1.6.3-1
– update to 1.6.3 fixing CVE-2014-0473 and CVE-2014-0474
* Thu Mar 27 2014 Matthias Runge <mrunge@redhat.com> – 1.6.2-2
– remove simplejson requirement
– make bash-completion a sub-package, both main packages can require
* Thu Feb 13 2014 Matthias Runge <mrunge@redhat.com> – 1.6.2-1
– update to 1.6.2 (rhbz#1027766)
– bash completion for python3-django-admin (rhbz#1035987)
* Sun Nov 24 2013 Matěj Cepl <mcepl@redhat.com> – 1.6-1
– update to 1.6 (rhbz#1027766)
——————————————————————————–
References:

[ 1 ] Bug #1129950 – CVE-2014-0480 Django: reverse() can generate URLs pointing to other hosts, leading to phishing attacks
https://bugzilla.redhat.com/show_bug.cgi?id=1129950
[ 2 ] Bug #1129952 – CVE-2014-0481 Django: file upload denial of service
https://bugzilla.redhat.com/show_bug.cgi?id=1129952
[ 3 ] Bug #1129954 – CVE-2014-0482 Django: RemoteUserMiddleware session hijacking
https://bugzilla.redhat.com/show_bug.cgi?id=1129954
[ 4 ] Bug #1129959 – CVE-2014-0483 Django: data leakage via querystring manipulation in admin
https://bugzilla.redhat.com/show_bug.cgi?id=1129959
——————————————————————————–

This update can be installed with the “yum” update program. Use
su -c ‘yum update python-django’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

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/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-9791
2014-08-27 00:47:46
——————————————————————————–

Name : python-django
Product : Fedora 19
Version : 1.5.9
Release : 1.fc19
URL : http://www.djangoproject.com/
Summary : A high-level Python Web framework
Description :
Django is a high-level Python Web framework that encourages rapid
development and a clean, pragmatic design. It focuses on automating as
much as possible and adhering to the DRY (Don’t Repeat Yourself)
principle.

——————————————————————————–
Update Information:

update to 1.5.9 fixing CVE-2014-3473 CVE-2014-3474 CVE-2014-3475
——————————————————————————–
ChangeLog:

* Mon Aug 25 2014 Matthias Runge <mrunge@redhat.com> – 1.5.9-1
– update to 1.5.9 fixing CVE-2014-3473 CVE-2014-3474 CVE-2014-3475
* Fri May 16 2014 Matthias Runge <mrunge@redhat.com> – 1.5.8-1
– update to 1.5.8 fixing CVE-2014-1418 (rhbz#1097935)
* Thu Apr 24 2014 Matthias Runge <mrunge@redhat.com> – 1.5.6-1
– update to 1.5.6 fixing CVE-2014-0473 and CVE-2014-0474
* Mon Sep 16 2013 Matthias Runge <mrunge@redhat.com> – 1.5.4-1
– fix CVE-2013-1443 (DoS via large passwords), fixes rhbz#1008281
* Wed Sep 11 2013 Matthias Runge <mrunge@redhat.com> – 1.5.3-1
– fix CVE-2013-4315 (ssi issue), fixes rhbz 1004969
* Tue Aug 20 2013 Matthias Runge <mrunge@redhat.com> – 1.5.2-2
– increase obsoletes to 1.4.6-2
* Wed Aug 14 2013 Matthias Runge <mrunge@redhat.com> – 1.5.2-1
– security related update
* Mon Aug 5 2013 Matthias Runge <mrunge@redhat.com> – 1.5.1-3
– rebuild to fix build issues during mass rebuild.
* Sun Aug 4 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> – 1.5.1-2
– Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
——————————————————————————–
References:

[ 1 ] Bug #1129950 – CVE-2014-0480 Django: reverse() can generate URLs pointing to other hosts, leading to phishing attacks
https://bugzilla.redhat.com/show_bug.cgi?id=1129950
[ 2 ] Bug #1129952 – CVE-2014-0481 Django: file upload denial of service
https://bugzilla.redhat.com/show_bug.cgi?id=1129952
[ 3 ] Bug #1129954 – CVE-2014-0482 Django: RemoteUserMiddleware session hijacking
https://bugzilla.redhat.com/show_bug.cgi?id=1129954
——————————————————————————–

This update can be installed with the “yum” update program. Use
su -c ‘yum update python-django’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

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/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

AutorMarko Stanec
Cert idNCERT-REF-2014-09-0007-ADV
CveCERT-CVE-DUMMY
ID izvornikaCERT-ORIGID-DUMMY
ProizvodCERT-DUMMY-PRODUCT
Izvorhttp://www.adobe.com/
Top
More in Preporuke
Sigurnosni nedostatak programskog paketa python-elixir

Otkriven je sigurnosni nedostatak u programskom paketu python-elixir. Otkriveni nedostatak je posljedica neispravnog generiranja nasumičnih vrijednosti za Blowfish algoritam. Potencijalnim...

Close