vendor:
PaulNews
by:
Özkan Mustafa Akkus (AkkuS)
7.5
CVSS
HIGH
SQL Injection and Cross-Site Scripting
89, 79
CWE
Product Name: PaulNews
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:mediasoft_pro:paulnews
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
PaulNews 1.0 – ‘keyword’ SQL Injection / Cross-Site Scripting
The vulnerability allows an attacker to inject sql commands from the search section with 'keyword' parameter. An attacker can use the GET or POST methods to exploit the vulnerability. The payloads for SQLi are boolean-based blind, error-based and AND/OR time-based blind. The payload for XSS is <script>alert(1)</script>
Mitigation:
Input validation and sanitization should be done to prevent SQL injection and XSS attacks.