Django up to 1.8.18/1.11.10/2.0.2 Regex Backtracking 拒绝服务漏洞

admin 2023-12-02 07:17:24 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
低危 Django up to 1.8.18/1.11.10/2.0.2 Regex Backtracking 拒绝服务漏洞

CVE编号

CVE-2018-7537

利用情况

暂无

补丁情况

官方补丁

披露时间

2018-03-10
漏洞描述
在2.0.3之前的Django 2.0,在1.11.11之前的1.11,在1.8.19之前的1.8中发现了一个问题。如果django.utils.text.Truncator的chars()和words() methods传递了html = True参数,由于正则表达式中的catastrophic backtracking漏洞,它们评估某些输入的速度非常慢。 chars()和words()方法用于实现truncatechars_html和truncatewords_html模板过滤器,因此它们很容易受到攻击。
解决建议
目前厂商已发布升级补丁以修复漏洞,补丁获取链接:https://www.djangoproject.com/weblog/2018/mar/06/security-releases/
参考链接
http://www.securityfocus.com/bid/103357
https://access.redhat.com/errata/RHSA-2018:2927
https://access.redhat.com/errata/RHSA-2019:0265
https://lists.debian.org/debian-lts-announce/2018/03/msg00006.html
https://usn.ubuntu.com/3591-1/
https://www.debian.org/security/2018/dsa-4161
https://www.djangoproject.com/weblog/2018/mar/06/security-releases/
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
应用 djangoproject django * From (including) 1.11 Up to (excluding) 1.11.11
运行在以下环境
应用 djangoproject django * From (including) 1.8 Up to (excluding) 1.8.19
运行在以下环境
应用 djangoproject django * From (including) 2.0 Up to (excluding) 2.0.3
运行在以下环境
系统 alpine_3.10 py-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.11 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.12 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.13 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.14 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.15 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.16 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.17 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.18 py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.4 py-django * Up to (excluding) 1.8.19-r0
运行在以下环境
系统 alpine_3.5 py-django * Up to (excluding) 1.8.19-r0
运行在以下环境
系统 alpine_3.6 py-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.7 py-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.8 py-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_3.9 py-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 alpine_edge py3-django * Up to (excluding) 1.11.11-r0
运行在以下环境
系统 canonical ubuntu_linux 14.04 -
运行在以下环境
系统 canonical ubuntu_linux 16.04 -
运行在以下环境
系统 canonical ubuntu_linux 17.10 -
运行在以下环境
系统 debian debian_linux 7.0 -
运行在以下环境
系统 debian debian_linux 8.0 -
运行在以下环境
系统 debian debian_linux 9.0 -
运行在以下环境
系统 debian_10 python-django * Up to (excluding) 1:1.11.11-1
运行在以下环境
系统 debian_11 python-django * Up to (excluding) 1:1.11.11-1
运行在以下环境
系统 debian_12 python-django * Up to (excluding) 1:1.11.11-1
运行在以下环境
系统 debian_7 python-django * Up to (excluding) 1.4.22-1+deb7u4
运行在以下环境
系统 debian_8 python-django * Up to (excluding) 1.7.7-1+deb8u4
运行在以下环境
系统 debian_9 python-django * Up to (excluding) 1:1.10.7-2+deb9u1
运行在以下环境
系统 debian_sid python-django * Up to (excluding) 1:1.11.11-1
运行在以下环境
系统 fedora_27 python2-django-doc * Up to (excluding) 1.11.11-1.fc27
运行在以下环境
系统 fedora_28 python2-django1.11 * Up to (excluding) 2.0.3-1.fc28
运行在以下环境
系统 fedora_28_Modular django * Up to (excluding) 1.6-20180409143454.c7b355af
运行在以下环境
系统 fedora_EPEL_7 python2-django * Up to (excluding) 1.11.13-2.el7
运行在以下环境
系统 opensuse_Leap_42.3 python-Django * Up to (excluding) 1.8.19-5.3.1
运行在以下环境
系统 ubuntu_14.04 python-django * Up to (excluding) 1.6.11-0ubuntu1.2
运行在以下环境
系统 ubuntu_14.04.6_lts python-django * Up to (excluding) 1.6.11-0ubuntu1.2
运行在以下环境
系统 ubuntu_16.04 python-django * Up to (excluding) 1.8.7-1ubuntu5.6
运行在以下环境
系统 ubuntu_16.04.7_lts python-django * Up to (excluding) 1.8.7-1ubuntu5.6
阿里云评分 3.1
  • 攻击路径 远程
  • 攻击复杂度 复杂
  • 权限要求 无需权限
  • 影响范围 有限影响
  • EXP成熟度 未验证
  • 补丁情况 官方补丁
  • 数据保密性 无影响
  • 数据完整性 无影响
  • 服务器危害 无影响
  • 全网数量 100
CWE-ID 漏洞类型
CWE-185 不正确的正则表达式
- avd.aliyun.com
weinxin
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
N/A Ali_nvd

N/A

N/ACVE编号 CVE-2024-9120利用情况 暂无补丁情况 N/A披露时间 2024-09-23漏洞描述Use after free in Dawn
评论:0   参与:  0