6.5
CVSSv2

CVE-2008-6539

Published: 30/03/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

Static code injection vulnerability in user/settings/ in DeStar 0.2.2-5 allows remote authenticated users to add arbitrary administrators and inject arbitrary Python code into destar_cfg.py via a crafted pin parameter.

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, sys and re # import urllib import sys,re pri ...