vendor:
Podcast Generator
by:
Ayşenur KARAASLAN
7.5
CVSS
HIGH
Persistent Cross-Site Scripting (XSS)
79
CWE
Product Name: Podcast Generator
Affected Version From: < 3.1.1
Affected Version To: < 3.1.1
Patch Exists: YES
Related CWE: N/A
CPE: a:podcastgenerator:podcast_generator
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Web
2021
Podcast Generator 3.1 – ‘Long Description’ Persistent Cross-Site Scripting (XSS)
Podcast Generator is an open source Content Management System written in PHP and specifically designed for podcast publishing. The following is PoC to use the XSS bug with unauthorized user. Login to your admin account. 'Upload New Episode' or 'Edit' field has got 'Long Description'. Long Description field is not filtered. It is possible to place JavaScript code. Click the Home button. Click 'More' button of created or edited episode.
Mitigation:
Input validation should be done for all user input and output encoding should be done for all output.