CVE-2025-40843(参考链接:https://github.com/advisories/GHSA-5xf2-f6ch-6p8r)的修复方式是:将未检查的 替换为带边界检查的 辅助函数。 在 行,传递给该辅助函数的目标缓冲区是 ,但传入的大小却是完整的 (4096 字节)。由于 底层使用的是 ,它会将目标缓冲区用 NUL 字符填充至指定的长度 ,因此该代码片段每次调用时都会尝试在剩余的 4094 字节空间内写入 4096 字节,从而引发一个与输入路径长度无关的 2 字节栈溢出。 该问题影响 CodeChe
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Ericsson | CodeChecker | ≤ 6.28.2 |
affected |
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 |
|---|---|---|---|---|
| Ericsson | CodeChecker | 0 ~ 6.28.2 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POCNo comments yet