cve/2018/CVE-2018-3841.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-3841](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3841)
![](https://img.shields.io/static/v1?label=Product&message=Pixar%20Renderman&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=denial%20of%20service&color=brighgreen)
### Description
A denial-of-service vulnerability exists in the Pixar Renderman IT Display Service 21.6 (0x69). The vulnerability is present in the parsing of a network packet without proper validation of the packet. The data read-in is not validated, and its use can lead to a null pointer dereference. The IT application is opened by a user and then listens for a connection on port 4001. An attacker can deliver an attack once the application has been opened.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2018-0524
2024-06-09 00:33:16 +00:00
- https://talosintelligence.com/vulnerability_reports/TALOS-2018-0524
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.