mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-22 22:19:39 +02:00
18 lines
968 B
Markdown
18 lines
968 B
Markdown
### [CVE-2005-0255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0255)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
String handling functions in Mozilla 1.7.3, Firefox 1.0, and Thunderbird before 1.0.2, such as the nsTSubstring_CharT::Replace function, do not properly check the return values of other functions that resize the string, which allows remote attackers to cause a denial of service and possibly execute arbitrary code by forcing an out-of-memory state that causes a reallocation to fail and return a pointer to a fixed address, which leads to heap corruption.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9111
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|