summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/releases/security.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt
index cbd5585244..ddb4871a7b 100644
--- a/docs/releases/security.txt
+++ b/docs/releases/security.txt
@@ -690,3 +690,15 @@ Versions affected
* Django 1.8 `(patch) <https://github.com/django/django/commit/9f83fc2f66f5a0bac7c291aec55df66050bb6991>`__
* Django 1.7 `(patch) <https://github.com/django/django/commit/8a01c6b53169ee079cb21ac5919fdafcc8c5e172>`__
+
+February 1, 2016 -- CVE-2016-2048
+---------------------------------
+
+`CVE-2016-2048 <https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2048&cid=2>`_:
+User with "change" but not "add" permission can create objects for ``ModelAdmin``’s with ``save_as=True``.
+`Full description <https://www.djangoproject.com/weblog/2016/feb/01/releases-192-and-189/>`__
+
+Versions affected
+~~~~~~~~~~~~~~~~~
+
+* Django 1.9 `(patch) <https://github.com/django/django/commit/adbca5e4db42542575734b8e5d26961c8ada7265>`__