diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 898b7f3c30..171e19d85e 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -781,3 +781,29 @@ Versions affected * Django 1.9 `(patch) `__ * Django 1.8 `(patch) `__ + +November 1, 2016 - :cve:`2016-9013` +----------------------------------- + +User with hardcoded password created when running tests on Oracle. `Full +description `__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 1.10 `(patch) `__ +* Django 1.9 `(patch) `__ +* Django 1.8 `(patch) `__ + +November 1, 2016 - :cve:`2016-9014` +----------------------------------- + +DNS rebinding vulnerability when ``DEBUG=True``. `Full description +`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 1.10 `(patch) `__ +* Django 1.9 `(patch) `__ +* Django 1.8 `(patch) `__