漏洞标题
Quadratic runtime因PDF格式不完整而超时,其中缺少pypdf中的xref标记。
漏洞描述信息
在pypdf中,处理畸形PDF缺少xref标记的二次运行时间
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
漏洞类别
跨界内存写
漏洞标题
Quadratic runtime with malformed PDF missing xref marker in pypdf
漏洞描述信息
pypdf is a pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. An attacker who uses this vulnerability can craft a PDF which leads to unexpected long runtime. This quadratic runtime blocks the current process and can utilize a single core of the CPU by 100%. It does not affect memory usage. This issue has been addressed in PR 808 and versions from 1.27.9 include this fix. Users are advised to upgrade. There are no known workarounds for this vulnerability.
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
漏洞类别
算法复杂性
漏洞标题
pypdf 安全漏洞
漏洞描述信息
PyPDF2是一个免费的开源纯 python PDF 库。能够拆分、 合并、 裁剪和转换 PDF 文件的页面。 pypdf 1.27.9之前版本存在安全漏洞,该漏洞源于攻击者可以制PDF导致意外的长时间运行,会阻塞进程。
CVSS信息
N/A
漏洞类别
其他