mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-12 21:42:20 +02:00
18 lines
988 B
Markdown
18 lines
988 B
Markdown
### [CVE-2004-0842](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0842)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Internet Explorer 6.0 SP1 and earlier, and possibly other versions, allows remote attackers to cause a denial of service (application crash from "memory corruption") via certain malformed Cascading Style Sheet (CSS) elements that trigger heap-based buffer overflows, as demonstrated using the "<STYLE>@;/*" string, possibly due to a missing comment terminator that may cause an invalid length to trigger a large memory copy operation, aka the "CSS Heap Memory Corruption Vulnerability."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2004/ms04-038
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|