c-ares 是一个异步域名解析库。在 1.32.3 版本到 1.34.7 版本之间,c-ares 在查询完成处理中存在使用已释放内存(use-after-free)和重复释放(double-free)漏洞。 该缺陷的根本原因是:当查询的回调函数被调用时,该查询仍然链接在通道的内部查找结构中。这一问题在重传/结束路径的多个位置都存在,包括超时处理、响应处理和查询分发等场景。如果该查询本身,或者在 情况下其所属的 ,作为回调执行的副作用被释放,那么随后该对象会被再次访问和/或再次释放,从而导致内存错误。 此漏洞已在
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