中危 jsoup jsoup 在web页面生成时对输入的转义处理不恰当(跨站脚本)
CVE编号
CVE-2022-36033利用情况
暂无补丁情况
官方补丁披露时间
2022-08-30漏洞描述
jsoup is a Java HTML parser, built for HTML editing, cleaning, scraping, and cross-site scripting (XSS) safety. jsoup may incorrectly sanitize HTML including `javascript:` URL expressions, which could allow XSS attacks when a reader subsequently clicks that link. If the non-default `SafeList.preserveRelativeLinks` option is enabled, HTML including `javascript:` URLs that have been crafted with control characters will not be sanitized. If the site that this HTML is published on does not set a Content Security Policy, an XSS attack is then possible. This issue is patched in jsoup 1.15.3. Users should upgrade to this version. Additionally, as the unsanitized input may have been persisted, old content should be cleaned again using the updated version. To remediate this issue without immediately upgrading: - disable `SafeList.preserveRelativeLinks`, which will rewrite input URLs as absolute URLs - ensure an appropriate [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is defined. (This should be used regardless of upgrading, as a defence-in-depth best practice.)解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | jsoup | jsoup | * | Up to (excluding) 1.15.3 | |||||
运行在以下环境 | |||||||||
系统 | amazon_2023 | jsoup | * | Up to (excluding) 1.13.1-9.amzn2023.0.5 | |||||
运行在以下环境 | |||||||||
系统 | debian_10 | jsoup | * | Up to (including) 1.10.2-2 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | jsoup | * | Up to (including) 1.10.2-2 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | jsoup | * | Up to (excluding) 1.15.3-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | jsoup | * | Up to (excluding) 1.15.3-1 | |||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_15.3 | jsoup-javadoc | * | Up to (excluding) 1.15.3-150200.3.6.1 | |||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_15.4 | jsoup-javadoc | * | Up to (excluding) 1.15.3-150200.3.6.1 | |||||
- 攻击路径 本地
- 攻击复杂度 复杂
- 权限要求 普通权限
- 影响范围 越权影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 数据泄露
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-79 | 在Web页面生成时对输入的转义处理不恰当(跨站脚本) |
CWE-87 | 替代XSS语法转义处理不恰当 |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论