vendor:
Podcast Generator
by:
BlackHawk
9.3
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: Podcast Generator
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: YES
Related CWE: N/A
CPE: a:podcastgen:podcast_generator
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
Podcast Generator <= 1.1 Remote Code Execution
This app has tons of bugs, but because of its structure lot of them are useless.. but not them all! Look at 'core/admin/delete.php' (i have omitted the author comments): no check for admin rights, so now we can delete whatever file we want, with any exstension.. so let's delete config.php and make a rfesh new installation with a password set by us! The RCE is triggered in 'core/admin/scriptconfig.php', line 56: no sanitize of the input and no quotes added when writting to the config file (so no need mq=off)
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in any system operations.