mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-12 05:11:38 +02:00
18 lines
856 B
Markdown
18 lines
856 B
Markdown
### [CVE-2007-5824](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5824)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
webserver.c in mt-dappd in Firefly Media Server 0.2.4 and earlier allows remote attackers to cause a denial of service (NULL dereference and daemon crash) via a stats method action to /xml-rpc with (1) an empty Authorization header line, which triggers a crash in the ws_decodepassword function; or (2) a header line without a ':' character, which triggers a crash in the ws_getheaders function.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/4600
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|