WordPress WP-Predict 1.0 Blind SQL Injection

2012.07.11
Credit: Chris Kellum
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-89

# Exploit Title: WordPress WP-Predict v1.0 Blind SQL Injection # Date: 7/9/12 # Exploit Author: Chris Kellum # Vendor Homepage: http://www.pootlepress.co.uk/ # Software Link: http://downloads.wordpress.org/plugin/wp-predict.zip # Version: 1.0 ===================== Vulnerability Details ===================== PredictId parameter in post request is vulnerable to blind SQL injection. =============== Testing Details =============== When attempting follow-up submissions, the plugin states that you've already voted. This can easily be circumvented by using your browser's back button. ================= Injection Example ================= Using Burp Suite or other proxy, intercept the post request when submitting your answer and append and 1=1 to the predictId parameter before forwarding: predictSelection=1&predictId=1 and 1=1&postAction=submitVote&submitVote.x=70&submitVote.y=26 In the example above, the statement evaluates to true and the vote count increases by 1. Sending a new request with "predictId=1 and 1=0" will not increase the vote count.

References:

http://www.pootlepress.co.uk/


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top