Files
CVEs-PoC/2013/CVE-2013-4548.md
T
2024-07-25 21:25:12 +00:00

18 lines
805 B
Markdown

### [CVE-2013-4548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4548)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The mm_newkeys_from_blob function in monitor_wrap.c in sshd in OpenSSH 6.2 and 6.3, when an AES-GCM cipher is used, does not properly initialize memory for a MAC context data structure, which allows remote authenticated users to bypass intended ForceCommand and login-shell restrictions via packet data that provides a crafted callback address.
### POC
#### Reference
- https://hackerone.com/reports/500
#### Github
- https://github.com/bigb0x/CVE-2024-6387