5
CVSSv2

CVE-2008-6538

Published: 30/03/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

DeStar 0.2.2-5 allows remote malicious users to add arbitrary users via a direct request to config/add/CfgOptUser.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

holger schurig destar 0.2.2-5

Exploits

# #!/usr/bin/python # # Exploit for destar 022-5, tested on Linux Debian # # Bug found and exploit coded by a non root user # # nonrootblogspotcom # # Enero 2008 # # This is a PoC, please use it just for learning how to exploit something # # use: $python /exploit_codepy # # required: urllib,urllib2 sys and re # import urllib,urllib2 i ...