mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-05 02:28:16 +02:00
18 lines
683 B
Markdown
18 lines
683 B
Markdown
### [CVE-2006-4925](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4925)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
packet.c in ssh in OpenSSH allows remote attackers to cause a denial of service (crash) by sending an invalid protocol sequence with USERAUTH_SUCCESS before NEWKEYS, which causes newkeys[mode] to be NULL.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://bugs.gentoo.org/show_bug.cgi?id=148228
|
|
|
|
#### Github
|
|
- https://github.com/phx/cvescan
|
|
|