mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 18:29:31 +02:00
18 lines
852 B
Markdown
18 lines
852 B
Markdown
### [CVE-2010-0477](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0477)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The SMB client in Microsoft Windows Server 2008 R2 and Windows 7 does not properly handle (1) SMBv1 and (2) SMBv2 response packets, which allows remote SMB servers and man-in-the-middle attackers to execute arbitrary code via a crafted packet that causes the client to read the entirety of the response, and then improperly interact with the Winsock Kernel (WSK), aka "SMB Client Message Size Vulnerability."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/aRustyDev/C844
|
|
|