mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
931 B
Markdown
19 lines
931 B
Markdown
### [CVE-2004-1440](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1440)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Multiple heap-based buffer overflows in the modpow function in PuTTY before 0.55 allow (1) remote attackers to execute arbitrary code via an SSH2 packet with a base argument that is larger than the mod argument, which causes the modpow function to write memory before the beginning of its buffer, and (2) remote malicious servers to cause a denial of service (client crash) and possibly execute arbitrary code via a large bignum during authentication.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/kaleShashi/PuTTY
|
|
- https://github.com/pbr94/PuTTy-
|
|
|