mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
18 lines
730 B
Markdown
18 lines
730 B
Markdown
### [CVE-2023-33660](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33660)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A heap buffer overflow vulnerability exists in NanoMQ 0.17.2. The vulnerability can be triggered by calling the function copyn_str() in the file mqtt_parser.c. An attacker could exploit this vulnerability to cause a denial of service attack.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/emqx/nanomq/issues/1155
|
|
|
|
#### Github
|
|
- https://github.com/DiRaltvein/memory-corruption-examples
|
|
|