Chipsec

Latest version: v1.13.11

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

Scan your dependencies

Page 9 of 15

1.6.2

__New or Updated Modules/UtilCmds:__
* `common.sgx_check` - Update missed formatting changes
* `common.uefi.access_uefispec` - Get rid of call to ord(), delete unreferenced lists, print error message only if ro_concern is not empty, try to modify other variables as well and fix status code check for set_EFI_variable
* `module_common` - Update BaseModule methods
* `modules.tools.uefi.uefivar_fuzz` - Add bytes support to uefivar_fuzz.py
* `tools.smm.smm_ptr` - Fix smm_ptr.py sig bytearray
* `utilcmd.interrupts_cmd` - Fix payload reading for smi_smmc
* `utilcmd.mmio_cmd` - General Flake8 formatting cleanup and add partial MMIO region dump
* `utilcmd.pci_cmd` - Remove underscores that are no longer needed

__New or Updated Configurations:__
* `8086/common` - Switch to MEI1 device definition
* `8086/pch_4xx` - PCH 4xx series updates
* `8086/pch_4xxh` - PCH 4xx series updates
* `8086/pch_4xxlp` - PCH 4xx series updates

__Removed Modules:__
* None

__Additional Changes:__
* `.travis.yaml` - Change xenial to newer distros
* `chipsec.chipset` - Update functions to display register in verbose mode, update for issue 761 and add changes to enable consistancy checking
* `chipsec.defines` - Improve winhelper.py py3 str handling
* `chipsec.hal.iobar` - Add changes to enable consistancy checking
* `chipsec.hal.mmio` - Add changes to enable consistancy checking
* `chipsec.hal.spi_uefi` - Update spi_uefi.py to handle the corrupted GUID
* `chipsec.hal.spi` - Fix hal.spi bytearray verbose print
* `chipsec.hal.tpm_eventlog` - Remove stray backslash from the URL for TCG EFI Platform Specification
* `chipsec.helper.linux.linuxhelper` - Change tostring to tobytes, add one additional status_dict and other minor improvements
* `chipsec.helper.win.win32helper` - Improve winhelper.py py3 str handling
* `chipsec.logger` - Update to prefer WConio2 over the original WConio
* `tests.software.cs` - Update to always close the temporary log file when a test fails
* `tests.software.test_tpm_eventlog` - Generate 12-byte fake TPM event in EFIFirmwareBlob test
* `tests.software.util` - Update to always close the temporary log file when a test fails

__Additional Notes:__
* __For Windows users, please rebuild your windows driver as updates have been made.__
* __For Windows, Linux and MacOS: Python2 support has been deprecated as of June 2020. Please use Python3.__
* Any modules under the `modules.tools` directory have not yet been fully validated to work with Python3.

__New Module Details:__

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

1.6.1

__New or Updated Modules/UtilCmds:__
* None


__New or Updated Configurations:__
* `8086/pch_5xxh` - Fix missing type attribute


__Removed Modules:__
* None


__Additional Changes:__
* `chipsec.chipset` - Update exception logic from cs exception changes

__Additional Notes:__
* __For Windows users, please rebuild your windows driver as updates have been made.__
* __For Windows, Linux and MacOS: Python2 support has been deprecated as of June 2020. Please use Python3.__
* Any modules under the `modules.tools` directory have not yet been fully validated to work with Python3.

__New Module Details:__


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

1.6.0

__New or Updated Modules/UtilCmds:__
* `common.memlock` - Add display of register when in verbose mode
* `common.smm_code_chk` - Capture self.res and fix encoding issue
* `common.spi_access` - Add messaging for SPI checks
* `common.spi_desc` - Add messaging for SPI checks
* `utilcmd.config_cmd` - Add util config util command
* `utilcmd.interrupts_cmd` - Update interrupts_cmd.py CLI to argparse and add smmc port option and print textual representation of the status returned by send_smmc_SMI
* `utilcmd.io_cmd` - Fix parameter processing in I/O command
* `utilcmd.pci_cmd` - Update pci_cmd.py CLI to argparse


__New or Updated Configurations:__
* `8086/apl` - Updated the product xml files to match the datasheets
* `8086/cht` - Updated the product xml files to match the datasheets
* `8086/cml` - Add CML configuration
* `8086/glk` - Updated the product xml files to match the datasheets
* `8086/pch_4xx` - Add pch4xx config file
* `8086/pch_4xxh` - Add pch4xxh config file
* `8086/pch_5xxh` - Add pch5xxh config file
* `8086/pch_5xxlp` - Add pch5xxlp config file
* `8086/rkl` - Add RKL configuration
* `8086/skx` - Add CPUID range to include detection_value for CPX
* `8086/tglu` - Add TGLU configuration


__Removed Modules:__
* None


__Additional Changes:__
* `README.md` - Add release convention section
* `chipsec.chipset` - Add execeptions within cs.read_register, specify detection_value ranges and check if the VID is present in the chipset dictionary
* `chipsec/modules/tools/uefi/blockedlist.json` - Add MosaicRegressor UEFI RK to blockedlist
* `chipsec_tools/log_parser/requirements.txt` - Update log_parser requirements.txt and add lxml version update
* `drivers/linux/Makefile` - Support overriding Linux source path
* `drivers/linux/dkms.conf` - Update chipsec version in dkms.conf and override KSRC instead of KERNELDIR in dkms.conf
* `drivers/win7/chipsec_hlpr.vcxproj` - Fix copy error when building driver with a space in the path
* `drivers/win7/driver.c` - Change macro used for writing to MMIO
* `drivers/win7/include/chipsec.h` - Add IOCTL code
* `hal.interrupts` - Add port options to send_smmc_SMI() and dump the communication buffer before and after triggering the SMI
* `hal.uefi_common` - Dump boot script entries using dump_buffer_bytes and add textual representation of the status returned by send_smmc_SMI
* `hal.uefi_platform` - Fix wrong header length for EDK-type boot script
* `helper.linux.linuxhelper` - Fix mmio access granularity in native mode and error message when the Linux kernel module fails to load
* `helper.win.win32helper` - Use new IOCTL for MMIO writes
* `Sphinx` - Updates for manual
* `tests.software.mock_helper` - Fix mock_helper for cs_exceptions
* `travis.yml` - Update travis.yml for macos


__Additional Notes:__
* __For Windows users, please rebuild your windows driver as updates have been made.__
* __For Windows, Linux and MacOS: Python2 support has been deprecated as of June 2020. Please use Python3.__
* Any modules under the `modules.tools` directory have not yet been fully validated to work with Python3.

__New Module Details:__


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

1.5.10

__New or Updated Modules/UtilCmds:__
* `common.debugenabled` - Change helper calls to HAL calls
* `common.smm_code_chk` - Introduce a new module that checks that SMM_Code_Chk_En is configured properly
* `common.spi_fdopss` - Update spi_fdopss check for FDOPSS
* `tools.smm.smm_ptr` - Fix minor typos in smm_ptr.py
* `tools.vmm.xen.hypercall` - Change helper calls to HAL calls

__New or Updated Configurations:__
* `8086/apl` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/bdw` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/cfl` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/cml` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/dnv` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/edx` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/glk` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/hsw` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/hsx` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/icl` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/kbl` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/skl` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/skx` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `8086/whl` - Add the definition for MSR_SMM_FEATURE_CONTROL
* `template` - Add lock and lockedby to configuration

__Removed Modules:__
* None

__Additional Changes:__
* `chipsec.chipset` - Add lock and lockedby to configuration
* `drivers.linux.Makefile` - Fix Makefile to work with DKMS
* `drivers.linux.chipsec_km.c` - Fix driver for Linux kernel 5.10+. Remove old syscalls get_fs/set_fs.
* `drivers.linux.chipsec_km.c` - Fix two memory leak bugs
* `drivers.linux.chipsec_km.c` - Use CONFIG_EFI instead of user defined HAS_EFI (1036)

__Additional Notes:__
* __For Windows users, please rebuild your windows driver as updates have been made.__
* __For Windows, Linux and MacOS: Python2 support has been deprecated as of June 2020. Please use Python3.__
* Any modules under the `modules.tools` directory have not yet been fully validated to work with Python3.

__New Module Details:__
* `common.smm_code_chk` - Introduce a new module that checks that SMM_Code_Chk_En is configured properly

Module Name | Supported Platforms | Flags
:---: | :---: | :---:
common.smm_code_chk | APL BDW CFL CML DNV EDX GLK HSW HSX ICL KBL SKL SKX WHL | None

1.5.9

__New or Updated Modules/UtilCmds:__
* `common.bios_smi` - Changed test logic to execute test even when TCOSMIEnable and GlobalSMIEnable controls are not defined.
* `common.cpu.cpu_info` - Added comment(s) to be included in chipsec-manual update
* `common.cpu.ia_untrusted` - Added comment(s) to be included in chipsec-manual update
* `common.cpu.spectre_v2` - Fixed error in uefi shell for spectre v2 test
* `common.me_mfg_mode` - Updated comment(s) to be included in chipsec-manual update
* `tools.vmm.hv.hypercall` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.hv.hypercallfuzz` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.hv.synth_dev` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.hv.synth_kbd` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.hv.vmbus` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.hv.vmbusfuzz` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.xen.hypercall` - Updated imports to fix issue when generating chipsec-manual update
* `tools.vmm.xen.hypercallfuzz` - Updated imports to fix issue when generating chipsec-manual update
* `utilcmd.mem_cmd` - Updated comment(s) to be included in chipsec-manual update
* `utilcmd.mmcfg_base_cmd` - Broke out base function from mmcfg_cmd for ease of argparse implementation
* `utilcmd.mmcfg_cmd` - Updated mmcfg_cmd.py CLI to use argparse
* `utilcmd.msgbus_cmd` - Updated msgbus_cmd.py CLI to use argparse
* `utilcmd.reg_cmd` - Updated reg_cmd.py CLI to use argparse
* `utilcmd.spd_cmd` - Updated spd_cmd.py CLI to use argparse
* `utilcmd.spidesc_cmd` - Updated spidesc_cmd.py CLI to use argparse
* `utilcmd.vmm_cmd` - Updated vmm_cmd.py CLI to use argparse

__New or Updated Configurations:__
* `8086/sfdp` - Added/updated comment(s) to be included in chipsec-manual update

__Removed Modules:__
* None

__Additional Changes:__
* `AUTHORS` - Updated authors document
* `chipsec-manual.pdf` - Updated manual
* `chipsec.chipset` - Added log message to print actual DIDs if using -p or --pch
* `chipsec_main` - Added very verbose command-line option (-vv)
* `chipsec_util` - Added very verbose command-line option (-vv)
* `drivers/linux/Makefile` - Fixed build error on latest Ubuntu
* `drivers/linux/chipsec_km.c` - Added support for accessing the kernel symbols by reading /proc/kallsyms directly
* `drivers/linux/chipsec_km.c` - Expanded the conditional compilation based on d02624b to support more PaX/GRsec kernel
* `hal.interrupts` - Fixed typos
* `hal.msgbus` - Updated comment(s) to be included in chipsec-manual update
* `hal.spd` - Fixed Python3 decode error
* `hal.spd` - Updated comment(s) to be included in chipsec-manual update

__Additional Notes:__
* __For Windows users, please rebuild your windows driver as updates have been made.__
* __For Windows, Linux and MacOS: Python2 support has been deprecated as of June 2020. Please use Python3.__
* Any modules under the `modules.tools` directory have not yet been fully validated to work with Python3.

__New Module Details:__

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

1.5.8

__New or Updated Modules/UtilCmds:__
* `common.me_mfg_mode` - Updated to assign and return self.res
* `tools.vmm.hv.hypercallfuzz` - Fixed typos in strings
* `tools.vmm.hv.synth_dev` - Fixed typos in strings
* `tools.vmm.hv.synth_kbd` - Fixed typos in strings
* `tools.vmm.hv.vmbusfuzz` - Fixed typos in strings
* `utilcmd.tpm_cmd` - Updated util to use argparse
* `utilcmd.ucode_cmd` - Updated util to use argparse
* `utilcmd.vmem_cmd` - Updated util to use argparse


__New or Updated Configurations:__
* None

__Removed Modules:__
* None

__Additional Changes:__
* `hal.uefi_common` - Updated variable name to remove the word "slave"
* `hal.uefi_platform` - Updated variable name to remove the word "slave"
* `helper.efi.efihelper` - Updated va2pa function signature to match other helper's
* `setup` - Updated to not skip decompression tools when running with --skip_driver
* `tests.hardware.test_generic` - Added legacy support to unit test functions in test_generic

__Additional Notes:__
* __For Windows users, please rebuild your windows driver as updates have been made.__
* __For Windows, Linux and MacOS: Python2 support has been deprecated as of June 2020. Please use Python3.__
* Any modules under the `modules.tools` directory have not yet been fully validated to work with Python3.

__New Module Details:__

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

Page 9 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.