mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 04:38:03 +02:00
19 lines
945 B
Markdown
19 lines
945 B
Markdown
### [CVE-2008-5100](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5100)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The strong name (SN) implementation in Microsoft .NET Framework 2.0.50727 relies on the digital signature Public Key Token embedded in the pathname of a DLL file instead of the digital signature of this file itself, which makes it easier for attackers to bypass Global Assembly Cache (GAC) and Code Access Security (CAS) protection mechanisms, aka MSRC ticket MSRC8566gs.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/4605
|
|
- http://www.applicationsecurity.co.il/LinkClick.aspx?fileticket=ycIS1bewMBI%3d&tabid=161&mid=555
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|