vendor:
Blog System
by:
cp77fk4r
8,8
CVSS
HIGH
Cross Site Scripting, SQL Injection, Full Path Disclosure
79, 89, 200
CWE
Product Name: Blog System
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: YES
Related CWE: N/A
CPE: a:netartmedia:blog_system
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2010
Blog System <= 1.5 Multiple Vulnerabilities
Cross-Site Scripting attacks are a type of injection problem, in which malicious scripts are injected into the otherwise benign and trusted web sites. A SQL injection attack consists of insertion or 'injection' of a SQL query via the input data from the client to the application. Full Path Disclosure (FPD) vulnerabilities enable the attacker to see the path to the webroot/file.
Mitigation:
Input validation, parameterized queries, and proper encoding of user input can help prevent XSS and SQL injection attacks. Restricting access to sensitive files and directories can help prevent FPD vulnerabilities.