9.8
CVSSv3

CVE-2005-4891

Published: 15/01/2020 Updated: 21/01/2020
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Simple Machine Forum (SMF) versions 1.0.4 and previous versions have an SQL injection vulnerability that allows remote malicious users to inject arbitrary SQL statements.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

simplemachines simple machine forum

Exploits

#!/usr/bin/perl -w ################################################################################ # SMF Modify SQL Injection // All Versions // By James wwwgulftechorg # ################################################################################ # Simple proof of concept for the modify post SQL Injection issue I discovered # # in Si ...