| 标题 | elf-parser project has DoS vulnerability |
|---|
| 描述 | In the elf-parser project, elf_parser.cpp:66 in elf_parser::Elf_parser::get_segments() exist a denial of service vulnerability. Attackers can cause denial of service through carefully constructed malicious files.
When open this malicious file, the program will generate a wild pointer.You can access ASAN report or run the poc file see this DoS vulnerability be triggered.
Through GDB analysis, the reason for this wild pointer may be :
```
at ../elf_parser.cpp:66
66 segment.segment_physaddr = phdr[i].p_paddr;
``` |
|---|
| 来源 | ⚠️ https://github.com/10cksYiqiyinHangzhouTechnology/elf-parser_segments_poc |
|---|
| 用户 | 10cksYiqiyinHangzhouTechnology (UID 41666) |
|---|
| 提交 | 2023-03-02 13時47分 (3 年前) |
|---|
| 管理 | 2023-03-02 19時16分 (5 hours later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 222222 [finixbit elf-parser elf_parser.cpp get_segments 拒绝服务] |
|---|
| 积分 | 20 |
|---|