diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2017-04-25 15:44:23 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-04-28 14:25:38 +0200 |
| commit | 32e514709f9955a29fea8f307b8907ec6f955ba9 (patch) | |
| tree | b2fb48fc3c2028867c1b0ce6c60df23db439194c /package/python-web2py/python-web2py.mk | |
| parent | cf113c76dfd262dd8ba17e4eb19e7d3deed437bc (diff) | |
| download | buildroot-32e514709f9955a29fea8f307b8907ec6f955ba9.tar.gz buildroot-32e514709f9955a29fea8f307b8907ec6f955ba9.zip | |
python-web2py: security bump to version 2.14.6
CVE-2016-4806 - Web2py versions 2.14.5 and below was affected by Local File
Inclusion vulnerability, which allows a malicious intended user to
read/access web server sensitive files.
CVE-2016-4807 - Web2py versions 2.14.5 and below was affected by Reflected
XSS vulnerability, which allows an attacker to perform an XSS attack on
logged in user (admin).
CVE-2016-4808 - Web2py versions 2.14.5 and below was affected by CSRF (Cross
Site Request Forgery) vulnerability, which allows an attacker to trick a
logged in user to perform some unwanted actions i.e An attacker can trick an
victim to disable the installed application just by sending a URL to victim.
CVE-2016-10321 - web2py before 2.14.6 does not properly check if a host is
denied before verifying passwords, allowing a remote attacker to perform
brute-force attacks.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit a534030c6e67ff0319f8af2b55fe977a06f17dfd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-web2py/python-web2py.mk')
| -rw-r--r-- | package/python-web2py/python-web2py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-web2py/python-web2py.mk b/package/python-web2py/python-web2py.mk index 38faabc55d..af13e69c9b 100644 --- a/package/python-web2py/python-web2py.mk +++ b/package/python-web2py/python-web2py.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_WEB2PY_VERSION = R-2.12.3 +PYTHON_WEB2PY_VERSION = R-2.14.6 PYTHON_WEB2PY_SITE = $(call github,web2py,web2py,$(PYTHON_WEB2PY_VERSION)) PYTHON_WEB2PY_LICENSE = LGPLv3 PYTHON_WEB2PY_LICENSE_FILES = LICENSE |

