vendor:
PodcastGenerator
by:
Mirabbas Agalarov
7.5
CVSS
HIGH
Blind SSRF via XML Injection
CWE
Product Name: PodcastGenerator
Affected Version From: v3.2.9
Affected Version To: v3.2.9
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2023
PodcastGenerator 3.2.9 – Blind SSRF via XML Injection
The PodcastGenerator application version 3.2.9 is vulnerable to blind SSRF via XML Injection. An attacker can inject malicious XML code in the Short Description section, leading to server-side request forgery (SSRF) attacks. By exploiting this vulnerability, an attacker can make arbitrary requests to internal resources or perform port scanning.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate XML data before processing it. Additionally, access controls should be implemented to prevent unauthorized access to internal resources.