mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 07:40:25 +02:00
18 lines
1002 B
Markdown
18 lines
1002 B
Markdown
### [CVE-2021-28840](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28840)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Null Pointer Dereference vulnerability exists in D-Link DAP-2310 2.07.RC031, DAP-2330 1.07.RC028, DAP-2360 2.07.RC043, DAP-2553 3.06.RC027, DAP-2660 1.13.RC074, DAP-2690 3.16.RC100, DAP-2695 1.17.RC063, DAP-3320 1.01.RC014 and DAP-3662 1.01.RC022 in the upload_config function of sbin/httpd binary. When the binary handle the specific HTTP GET request, the content in upload_file variable is NULL in the upload_config function then the strncasecmp would take NULL as first argument, and incur the NULL pointer dereference vulnerability.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.dlink.com/en/security-bulletin/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|