低效算法复杂度漏洞 存在于 ash-project 的 ,使得能够向带轨迹的创建或更新操作提交大型数组属性的用户,能够通过过度消耗 CPU 和内存资源来引发拒绝服务(DoS)攻击。 在启用“全量差异”变更跟踪时, 在处理列表变更时,会将每个先前数组元素与新的列表进行配对。该过程在每一步都通过 重建剩余元素累加器,每次都会复制不断增长的列表,因此配对操作的复杂度随数组长度的立方增长(O(n³))。由于没有任何机制限制数组长度,且该值直接来自操作输入参数,一个携带大型受支持 属性的请求将导致数十秒的 CPU 占用和多
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.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| ash-project | ash_paper_trail | 0.1.1 ~ 0.7.0 |
cpe:2.3:a:ash-project:ash_paper_trail:*:*:*:*:*:*:*:*
|
|
| ash-project | ash_paper_trail | 449cd2a93416853066378fa61c715e89f80dc854 ~ e781f5d8840b07d57db99f9a4728298837d7b3a8 |
cpe:2.3:a:ash-project:ash_paper_trail:*:*:*:*:*:*:*:*
|
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-77970 | 5.9 MEDIUM | Sensitive fields nested in embedded values are not redacted in AshPaperTrail versions |
| CVE-2026-75847 | 5.9 MEDIUM | Sensitive attribute values stored in a non-sensitive public changes map in AshPaperTrail |
| CVE-2026-77846 | 2.1 LOW | JSON path injection via unescaped get_path segments in AshSqlite |
No comments yet