Chipsec

Latest version: v1.13.11

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 15

1.5.1

Not secure
__New or Updated Modules/UtilCmds:__
* `cpu.ia_untrusted` - Identifiies whether IA untrusted bit has been set on all cores
* `memconfig` - Updated for when CPU has IA untrusted register defined
* `remap` - Updated for when CPU has IA untrusted register defined
* `smm_dma` - Updated for when CPU has IA untrusted register defined
* `rtclock` - Updated with modify switch to try and manually write to RTC memory region

__New or Updated Configurations:__
* `cml.xml` - add did 9b61
* `icl.xml` - add icl support

__Removed Modules:__

__Additional fixes:__
* `chipset.py` - platform cfg loader only accept hex based names
* `chipset.py` - Fix unknown platform error message to return system information
* `chipset.py` - Fix pch_vid assignment to come from pch not cpu
* `chipsec_km.c` - Fix compilation in kernels >= 5.6
* `hal.smbios.py` - add SMBIOS_SYSTEM_INFO_2_0
* `setup.py` - modified to copy 8086/*xml files
* `chipsec_main/chipsec_util` - do not display pch info for atom

__Additional Notes:__
* Python2 support will be deprecated June 2020.
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3.
* When filing an issue with python3 if possible also include the results of running the same command with python2.

__New Module Details:__

Module Name | Supported Platforms | Flags
:---: | :---: | :---:
ia_untrusted|10nm|None

1.5.0

__New or Updated Modules/UtilCmds:__
* `chipsec_main` - Added markdown output
* `utilcmd.io_cmd` - Updated help condition
* `utilcmd.msr_cmd` - Updated help condition
* `utilcmd.spidesc_cmd` - Updated help condition

__New or Updated Configurations:__
* `glk.xml` - Fixed register definitions
* `apl.xml` - Fixed register definitions
* `pch_4xxh` - Added configuration for CML-H pch

__Removed Modules:__

__Additional fixes:__
* `hal`, `helper` - Module imports cleaned up
* `helper.linux.linuxhelper` - Changed method used for counting number of threads
* XML loading changes
* All Intel configuraiton files moved under 8086 cfg directory
* Device id information moved to xml from chipset.py
* chipset_id functions and names removed
* `cfg.common` removed
* Cfg class moved to `chipset`
* Globals moved to appropriate hal module
* Updated linux build logic for detection of UEFI bios
* `logger` - Updated hexdump and print functions
* `chipset` - Added function to check device enabled based on register
* `hal.mmio` - Added ability to use LENGTH and BASE for MMCFG_base address
* TODO add configuration support within xml files
* `linux/chipsec_km.c` - Changed to use rdmsr/wrmsr_on_cpu functions
* `linux/chipsec_km.c` - Modified patch_apply_ucode function

__Additional Notes:__
* Python2 support will be deprecated June 2020.
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3.
* When filing an issue with python3 if possible also include the results of running the same command with python2.
* Linux driver must be recompiled

__New Module Details:__

Module Name | Supported Platforms | Flags
:---: | :---: | :---:

1.4.9

__New or Updated Modules/UtilCmds:__
* `chipsec_main` - Updated chipsec_main to add warning if Python arch and OS arch are not the same.
* `chipsec_util` - Updated chipsec_util to add warning if Python arch and OS arch are not the same.
* `tools.vmm.ept_finder` - Added tool to locate Extended Page Table (EPT)
* `utilcmd.uefi_cmd` - Updated to fix lgtm
* `utilcmd.uefi_cmd` - Updated to use ArgumentParser

__New or Updated Configurations:__

__Removed Modules:__

__Additional fixes:__
* `chipsec_tools.log_parser.*` - Added Chipsec XML to Human-readable HTML log parser
* `helper.linux.linuxhelper` - Updated to add support for compressed kernel modules.
* `helper.rwe.rwehelper` - Updated to fix error when RWE driver can't be found.
* `hal.spi` - Updated output for display_SPI_Ranges_Access_Permissions fucntion
* `chipset` - Add is_device defined function
* `chipset` - Add multibus functions to read/write multiple registers within one function


__Additional Notes:__
* Python2 support will be deprecated June 2020.
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3.
* When filing an issue with python3 if possible also include the results of running the same command with python2.

__New Module Details:__

Module Name | Supported Platforms | Flags
:---: | :---: | :---:
tools.vmm.ept_finder | * | None

1.4.8

__New or Updated Modules/UtilCmds:__
* `chipsec_main` - Updated chipsec banner information.
* `chipsec_util` - Updated chipsec banner information.
* `common.spd_wd` - Updated SNB support for spd_wd.
* `tools.secureboot.shell` - Added Shell.efi.
* `tools.secureboot.te` - Added warning if boot loader can't be found on ESP.
* `tools.uefi.reputation` - Added a small tool to perform reputation checks on EFI modules based on the VirusTotal API.

__New or Updated Configurations:__
* `pch_3xx` - Added pch for 3xx
* `pch_3xxlp` - Added pch for 3xxLP
* `pch_3xxop` - Added pch for 3xxOP
* `pch_c620` - Updated C620 register
* `snb` - Updated SNB support for spd_wd

__Removed Modules:__

__Additional fixes:__
* `defines` - Updated chipsec banner information
* `drivers.win7.driver` - Updated to fix build issue when building via old method.
* `hal.acpi_tables` - Updated to fix syntax issue when comparing variable to literal.
* `hal.spi_uefi` - Updated to fix decompress pfs and readability
* `hal.uefi_platform` - Updated to fix decompress pfs and readability
* `helper.efi.efihelper` - Added set_affinity function to efihelper
* `logger` - Updated to restore original console colors before termination.
* `scripts.build_exe_win7-amd64` - Updated to: make root_dir relative to __file__, delete unused source_dir, and pack Shell.efi and te.cfg as py2exe data files.
* `scripts.build_exe_win7-x86` - Updated to: make root_dir relative to __file__, delete unused source_dir, and pack Shell.efi and te.cfg as py2exe data files.


__Additional Notes:__
* Python2 support will be deprecated June 2020.
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3.
* When filing an issue with python3 if possible also include the results of running the same command with python2.

__New Module Details:__

Module Name | Supported Platforms | Flags
:---: | :---: | :---:
None | None | None

1.4.7

__New or Updated Modules/UtilCmds:__
* `chipsec_util` - Fixed path to library.zip.
* `common.secureboot.variables` - Updated to skip if OS can't get UEFI variables.
* `common.uefi.access_uefispec` - Updated to skip if OS can't get UEFI variables.
* `common.uefi.s3bootscript` - Updated to skip if OS can't get UEFI variables.
* `utlicmd.deltas_cmd` - Updated to fix argument parsing typos.
* `utlicmd.tpm_cmd` - Updated to fix order of input validation when running tool.

__New or Updated Configurations:__
* `dnv` - Updated to add HFS register to Denverton config.
* `pch_4xxlp` - Updated to add tcoctllock control to 4xxlp.

__Removed Modules:__

__Additional fixes:__
* `hal.spi_descriptor` - Fixed print formatting.
* `hal.tpm` - Fixed python 2/3 issue where python2 needs to unpack data structure.
* `hal.uefi` - Fixed python 3 print issue with print_buffer.
* `helper.win.win32helper` - Added catch for error when attempting to get UEFI variables. Some OS's restrict this functionality.
* `scripts.build_exe_win7_amd64` - Fixed issues with python3 and general clean up.
* `scripts.build_exe_win7_x86` - Fixed issues with python3 and general clean up.

__Additional Notes:__
* Python2 support will be deprecated June 2020.
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3.
* When filing an issue with python3 if possible also include the results of running the same command with python2.

__New Module Details:__

Module Name | Supported Platforms | Flags
:---: | :---: | :---:
None | None | None

1.4.6

__New or Updated Modules/UtilCmds:__
* `chipsec_util` - Exposed --helper variable to CLI like with chipsec_main.
* `chipsec_util` - Fixed -i flag to correctly set _unknownPlatform.
* `common.bios_smi` - Included Atom to is_supported.
* `common.ia32cfg` - Included Atom to is_supported.
* `common.spi_access` - Cleaned up spi_access and add check for valid flash descriptor.
* `common.uefi.access_uefispec` - Logging cleanup, check that 'uefispec_concern' is not empty before logging an error message.
* `tools.secureboot.te` - Fixed to always un-mount the ESP.
* `spi_cmd` - Bug fixes.

__New or Updated Configurations:__
* `chipset` - Additional CPUID for WHL added Add support for the Intel Core i7-8565U CPU, whose CPUID signature is 0x806EB.
* `common.py` - Added SFDP definition.
* `common.xml` - Added Registers on SPIBar.
* `dnv` - Updated Denverton configuration.
* `sfdp` - Added configuration for JEDEC Basic Flash Parameter Table.

__Removed Modules:__

__Additional fixes:__
* `chipset` - Fixed python2/3 issue.
* `drivers.osx.chipsec.cpu` - Assembly fix for MacOS build issue.
* `drivers.win7.driver` - Fixed to consistantly handle error condition.
* `drivers.win7.driver` - Fixed input buffer length check for IOCTL_WRMSR and IOCTL_LOAD_UCODE_UPDATE.
* `gitignore` - Updated gitignore to ignore windows build files.
* `hal.interrupts` - Refactored to fix python 2 issue.
* `hal.spi` - Bug fixes.
* `helper.rwe.rwehelper` - Python 3 fixes.
* `helper.win.win32helper` - Fixed error for uefi win support.
* `logger` - Added optional 'level' argument to log method.
* `logger` - Fixed ability to log to log_file.
* `scripts.build_exe_win7*` - Included blacklist.json to py2exe build.


__Additional Notes:__
* Python2 support will be deprecated June 2020.
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3.
* When filing an issue with python3 if possible also include the results of running the same command with python2.
* Users should rebuild the driver for Windows due to fixes in the driver source.

__New Module Details:__
Module Name | Supported Platforms | Flags
None

Page 11 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.