mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 19:18:06 +02:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
### [CVE-2018-3984](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3984)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An exploitable uninitialized length vulnerability exists within the Word document-parser of the Atlantis Word Processor 3.0.2.3 and 3.0.2.5. A specially crafted document can cause Atlantis to skip initializing a value representing the number of columns of a table. Later, the application will use this as a length within a loop that will write to a pointer on the heap. Due to this value being controlled, a buffer overflow will occur, which can lead to code execution under the context of the application. An attacker must convince a victim to open a document in order to trigger this vulnerability.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://talosintelligence.com/vulnerability_reports/TALOS-2018-0652
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|