pypdf 是一个免费且开源的纯 Python PDF 处理库。在 6.15.0 版本之前,攻击者可以构造一个 PDF 文件,其中包含一段很长的、不含空白字符的字节流。当 pypdf 的 模块中的 函数读取该流时,会进入一个逐字节循环,并在每次迭代中进行不可变字节的拼接操作,导致处理时间随输入长度呈二次方增长(即性能严重下降,可能被用于拒绝服务攻击)。该问题已在 6.15.0 版本中修复。
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POCNo comments yet