List all the CheckPoint hotfixes - NETSEC

Latest

Learning, Sharing, Creating

Cybersecurity Memo

Tuesday, January 8, 2013

List all the CheckPoint hotfixes


Checkpoint SK41258 provides a way to list all installed hotfix on your system:

[Expert@CP]# fw ver
This is Check Point VPN-1(TM) & FireWall-1(R) R75.40 - Build 275
[Expert@CP]# grep -i HOTFIX $CPDIR/registry/HKLM_registry.* | more
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HotFixes
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                         :HOTFIX_FOXX_HF_HA40_041 (1)
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HOTFIX_FOXX_HF_HA40_041
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                         :SilentUninstall ("/opt/CPsuite-R75.40/uninstall_fw1_wrapper_HOTFIX_FOXX_HF_HA40_041 -SU")
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                         :SilentUninstall ("/opt/SecurePlatform/uninstall_SecurePlatform_HOTFIX_R71_30 -SU")
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HotFixes
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                         :HOTFIX_FOXX_HF_HA40_041 (1)
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                 : (HOTFIX_FOXX_HF_HA40_041
/opt/CPshrd-R75.40/registry/HKLM_registry.data:                                         :SilentUninstall ("/opt/CPppak-R75.40/uninstall_sim_HOTFIX_FOXX_HF_HA40_041 -SU")
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HotFixes
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                             :HOTFIX_FOXX_HF_HA40_041 (1)
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HOTFIX_FOXX_HF_HA40_041
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                             :SilentUninstall ("/opt/CPsuite-R75.40/uninstall_fw1_wrapper_HOTFIX_FOXX_HF_HA40_041 -SU")
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                             :SilentUninstall ("/opt/SecurePlatform/uninstall_SecurePlatform_HOTFIX_R71_30 -SU")
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HOTFIX_R71_30
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HotFixes
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                             :HOTFIX_FOXX_HF_HA40_041 (1)
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                     : (HOTFIX_FOXX_HF_HA40_041
/opt/CPshrd-R75.40/registry/HKLM_registry.data.old:                                             :SilentUninstall ("/opt/CPppak-R75.40/uninstall_sim_HOTFIX_FOXX_HF_HA40_041 -SU")

With latest R75.45  cpinfo new option -y, it is able to list all installed Hotfixes with intuitive results.


[Expert@CP-1]# fw ver

This is Check Point VPN-1(TM) & FireWall-1(R) R75.45 - Build 193

[Expert@CP-1]# cpinfo -y all
------------------------
Hotfix versions
------------------------
[FW1] 
  HOTFIX_R75_45 
[SecurePlatform] 
  No hotfixes..
[PPACK] 
  HOTFIX_R75_45 
[CPinfo] 
  No hotfixes..
[SmartPortal] 
  No hotfixes..
[Reporting Module] 
  HOTFIX_R75_45 
[CVPN] 
  HOTFIX_R75_45 
[SmartLog] 
  HOTFIX_R75_45 
[PICPmgmtrfesR75] 
  No hotfixes..
[R7520CMP] 
  default 
[R75CMP] 
  HOTFIX_R75_45 
[NGXCMP] 
  No hotfixes..
[V40CMP] 
  No hotfixes..
[EdgeCmp] 
  HOTFIX_R75_45 
[SFWCMP] 
  No hotfixes..
[FLICMP] 
  HOTFIX_R75_45 
[CON66CMP] 
  No hotfixes..
[rtm] 
  No hotfixes..


No comments:

Post a Comment