Files
CVEs-PoC/2014/CVE-2014-7145.md
T
2024-06-18 02:51:15 +02:00

18 lines
760 B
Markdown

### [CVE-2014-7145](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7145)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The SMB2_tcon function in fs/cifs/smb2pdu.c in the Linux kernel before 3.16.3 allows remote CIFS servers to cause a denial of service (NULL pointer dereference and client system crash) or possibly have unspecified other impact by deleting the IPC$ share during resolution of DFS referrals.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-2394-1
#### Github
- https://github.com/Live-Hack-CVE/CVE-2014-7145