CVE-2021-37714 (CNNVD-202108-1636)

HIGH
中文标题:
Github jsoup 安全漏洞
英文标题:
Crafted input may cause the jsoup HTML and XML parser to get stuck, timeout, or throw unchecked exceptions
CVSS分数: 7.5
发布时间: 2021-08-18 15:10:11
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Github jsoup是一个用于处理真实世界 HTML 的 Java 库。 Github jsoup 1.14.2之前版本存在安全漏洞,该漏洞可导致jsoup拒绝服务。

英文描述:

jsoup is a Java library for working with HTML. Those using jsoup versions prior to 1.14.2 to parse untrusted HTML or XML may be vulnerable to DOS attacks. If the parser is run on user supplied input, an attacker may supply content that causes the parser to get stuck (loop indefinitely until cancelled), to complete more slowly than usual, or to throw an unexpected exception. This effect may support a denial of service attack. The issue is patched in version 1.14.2. There are a few available workarounds. Users may rate limit input parsing, limit the size of inputs based on system resources, and/or implement thread watchdogs to cap and timeout parse runtimes.

CWE类型:
CWE-835 CWE-248
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
jhy jsoup < 1.14.2 - - cpe:2.3:a:jhy:jsoup:<_1.14.2:*:*:*:*:*:*:*
jsoup jsoup * - - cpe:2.3:a:jsoup:jsoup:*:*:*:*:*:*:*:*
quarkus quarkus * - - cpe:2.3:a:quarkus:quarkus:*:*:*:*:*:*:*:*
oracle banking_trade_finance 14.5 - - cpe:2.3:a:oracle:banking_trade_finance:14.5:*:*:*:*:*:*:*
oracle banking_treasury_management 14.5 - - cpe:2.3:a:oracle:banking_treasury_management:14.5:*:*:*:*:*:*:*
oracle business_process_management_suite 12.2.1.3.0 - - cpe:2.3:a:oracle:business_process_management_suite:12.2.1.3.0:*:*:*:*:*:*:*
oracle business_process_management_suite 12.2.1.4.0 - - cpe:2.3:a:oracle:business_process_management_suite:12.2.1.4.0:*:*:*:*:*:*:*
oracle flexcube_universal_banking * - - cpe:2.3:a:oracle:flexcube_universal_banking:*:*:*:*:*:*:*:*
oracle flexcube_universal_banking 14.5 - - cpe:2.3:a:oracle:flexcube_universal_banking:14.5:*:*:*:*:*:*:*
oracle hospitality_token_proxy_service 19.2 - - cpe:2.3:a:oracle:hospitality_token_proxy_service:19.2:*:*:*:*:*:*:*
oracle peoplesoft_enterprise_peopletools 8.58 - - cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*
oracle peoplesoft_enterprise_peopletools 8.59 - - cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*
oracle primavera_unifier 20.12 - - cpe:2.3:a:oracle:primavera_unifier:20.12:*:*:*:*:*:*:*
oracle primavera_unifier 21.12 - - cpe:2.3:a:oracle:primavera_unifier:21.12:*:*:*:*:*:*:*
oracle retail_customer_management_and_segmentation_foundation * - - cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:*:*:*:*:*:*:*:*
oracle webcenter_portal 12.2.1.3.0 - - cpe:2.3:a:oracle:webcenter_portal:12.2.1.3.0:*:*:*:*:*:*:*
oracle webcenter_portal 12.2.1.4.0 - - cpe:2.3:a:oracle:webcenter_portal:12.2.1.4.0:*:*:*:*:*:*:*
oracle communications_messaging_server 8.1 - - cpe:2.3:o:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*
netapp management_services_for_element_software_and_netapp_hci - - - cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*
oracle financial_services_crime_and_compliance_management_studio 8.0.8.2.0 - - cpe:2.3:a:oracle:financial_services_crime_and_compliance_management_studio:8.0.8.2.0:*:*:*:*:*:*:*
oracle financial_services_crime_and_compliance_management_studio 8.0.8.3.0 - - cpe:2.3:a:oracle:financial_services_crime_and_compliance_management_studio:8.0.8.3.0:*:*:*:*:*:*:*
oracle middleware_common_libraries_and_tools 12.2.1.3.0 - - cpe:2.3:a:oracle:middleware_common_libraries_and_tools:12.2.1.3.0:*:*:*:*:*:*:*
oracle middleware_common_libraries_and_tools 12.2.1.4.0 - - cpe:2.3:a:oracle:middleware_common_libraries_and_tools:12.2.1.4.0:*:*:*:*:*:*:*
oracle stream_analytics * - - cpe:2.3:a:oracle:stream_analytics:*:*:*:*:*:*:*:*
oracle stream_analytics 19c - - cpe:2.3:a:oracle:stream_analytics:19c:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 x_refsource_CONFIRM
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
[james-notifications] 20210820 [GitHub] [james-project] chibenwa opened a new pull request #609: [UPGRADE] JSOUP 1.14.1 -> 1.14.2 to address CVE-2021-37714 mailing-list
cve.org
访问
[james-notifications] 20210823 [GitHub] [james-project] chibenwa merged pull request #609: [UPGRADE] JSOUP 1.14.1 -> 1.14.2 to address CVE-2021-37714 mailing-list
cve.org
访问
[james-notifications] 20210823 [james-project] branch master updated: [UPGRADE] JSOUP 1.14.1 -> 1.14.2 to address CVE-2021-37714 mailing-list
cve.org
访问
[maven-issues] 20210830 [jira] [Created] (WAGON-612) Update jsoup to >= 1.14.2 for fix security issue mailing-list
cve.org
访问
[maven-issues] 20210901 [jira] [Created] (MNG-7227) Fix CVE-2021-37714 present in apache-maven mailing-list
cve.org
访问
[maven-issues] 20210901 [jira] [Updated] (MNG-7227) Fix CVE-2021-37714 present in apache-maven mailing-list
cve.org
访问
[maven-issues] 20210901 [jira] [Commented] (MNG-7227) Fix CVE-2021-37714 present in apache-maven mailing-list
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
CVSS评分详情
3.1 (cna)
HIGH
7.5
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
机密性
NONE
完整性
NONE
可用性
HIGH
时间信息
发布时间:
2021-08-18 15:10:11
修改时间:
2024-08-04 01:23:01
创建时间:
2025-11-11 15:36:58
更新时间:
2025-11-11 15:56:51
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2021-37714 2025-11-11 15:21:02 2025-11-11 07:36:58
NVD nvd_CVE-2021-37714 2025-11-11 14:57:41 2025-11-11 07:45:16
CNNVD cnnvd_CNNVD-202108-1636 2025-11-11 15:10:42 2025-11-11 07:56:51
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 15:56:51
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202108-1636; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202108-1636
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:45:16
affected_products_count: 1 → 25; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 25
  • data_sources: ['cve'] -> ['cve', 'nvd']