### [CVE-2018-4038](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4038) ![](https://img.shields.io/static/v1?label=Product&message=Atlantis%20Word%20Processor&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=remote%20code%20execution&color=brighgreen) ### Description An exploitable arbitrary write vulnerability exists in the open document format parser of the Atlantis Word Processor, version 3.2.7.2, while trying to null-terminate a string. A specially crafted document can allow an attacker to pass an untrusted value as a length to a constructor. This constructor will miscalculate a length and then use it to calculate the position to write a null byte. This can allow an attacker to corrupt memory, which can result in code execution under the context of the application. An attacker must convince a victim to open a specially crafted document in order to trigger this vulnerability. ### POC #### Reference - https://talosintelligence.com/vulnerability_reports/TALOS-2018-0711 #### Github No PoCs found on GitHub currently.