mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-13 05:54:46 +02:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
### [CVE-2007-6631](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6631)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Multiple buffer overflows in LScube libnemesi 0.6.4-rc1 and earlier allow remote attackers to execute arbitrary code via (1) a reply that begins with a long version string, which triggers an overflow in handle_rtsp_pkt in rtsp_handlers.c; long headers that trigger overflows in (2) send_pause_request, (3) send_play_request, (4) send_setup_request, or (5) send_teardown_request in rtsp_send.c, as demonstrated by the Content-Base header; or a long Transport header, which triggers an overflow in (6) get_transport_str_sctp, (7) get_transport_str_tcp, or (8) get_transport_str_udp in rtsp_transport.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://aluigi.altervista.org/adv/libnemesibof-adv.txt
|
|
- http://aluigi.org/poc/libnemesibof.zip
|
|
- http://securityreason.com/securityalert/3513
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|