Chipsec

Latest version: v1.13.11

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

Scan your dependencies

Page 10 of 15

1.5.7

__New or Updated Modules/UtilCmds:__
* `utilcmd.iommu_cmd` - Updated command to use argparse
* `utilcmd.mem_cmd` - Updated command to use argparse
* `utilcmd.msr_cmd` - Updated command to use argparse
* `utilcmd.smbus_cmd` - Updated command to use argparse
* `utilcmd.spi_cmd` - Updated command to use argparse

__New or Updated Configurations:__
* None

__Removed Modules:__
* None

__Additional Changes:__
* `docs.sphinx.uefiinstall` - Updated URLs
* `hal.uefi_common` - Updated to pass string not array to EFI_GUID_STR from parse_sb_db
* `README.md` - Updated twitter mentions
* `tests.software.mock_helper` - Implemented cpuid method for mock_helper

__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.6

__New or Updated Modules/UtilCmds:__
* `common.secureboot.variables` - Changed verbiage around "Blacklist" and "Whitelist" to use neutral terms
* `tools.smm.smm_ptr` - Fixed python3 str/bytes issue
* `tools.uefi.blacklist.json` > `tools.uefi.blocklist.json` - Changed verbiage around "Blacklist" and "Whitelist" to use neutral terms
* `tools.uefi.blacklist` > `tools.uefi.scan_blocked`- Changed verbiage around "Blacklist" and "Whitelist" to use neutral terms
* `tools.uefi.whitelist` > `tools.uefi.scan_image`- Changed verbiage around "Blacklist" and "Whitelist" to use neutral terms


__New or Updated Configurations:__
* `8086/apl` - Cleaned up config
* `8086/dnv` - Cleaned up config
* `8086/glk` - Cleaned up config

__Removed Modules:__
* None

__Additional Changes:__
* `README.md` - Added archstrike reference
* `chipset` - Added log message when PCH or Plat are unknown and prints the VID/DID/RID that chipsec reads
* `chipset` - Updated default get_device_bus()
* `docs.sphinx._templates.layout`- Changed verbiage around "Master" to use neutral term
* `docs.sphinx.conf`- Changed verbiage around "Master" to use neutral term
* `docs.sphinx.index`- Changed verbiage around "Master" to use neutral term
* `hal.pcidb` - Updated pcidb
* `hal.spi_uefi` - Added decode option to save specific filetypes
* `helper.efi.efihelper` - Fixed edk2 writemem interface invocation
* `helper.linux.linuxhelper` - Fixed bug in native_write_msr()
* `helper.linux.linuxhelper` - Fixed encoding bug when processing in_buf
* `scripts.build_exe_win7-amd64`- Changed verbiage around "Blacklist" and "Whitelist" to use neutral terms
* `scripts.build_exe_win7-x86`- Changed verbiage around "Blacklist" and "Whitelist" to use neutral terms
* `utilcmd.decode_cmd` - Updated the use of argparse
* `utilcmd.igd_cmd` - Updated to use argparse
* `utilcmd.mmio_cmd` - Updated to use argparse
* `utilcmd.uefi_cmd` - Added decode option to save specific filetypes
* `utilcmd.uefi_cmd` - Fixed issues in multiple functions

__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.5

__New or Updated Modules/UtilCmds:__
* `common.cpu.spectre_v2` - Added check for the presence of the Retpoline mitigation on Windows platforms.
* `utilcmd.cmos_cmd` - Updated to use argparse
* `utilcmd.ec_cmd` - Updated to use argparse
* `utilcmd.io_cmd` - Updated to use argparse

__New or Updated Configurations:__
* `8086/dvn` - Added DIDs to DVN configuration.

__Removed Modules:__
* None

__Additional Changes:__
* `chipsec_main` - Added skip_config and no_banner command line options
* `chipsec_util` - Added skip_config and no_banner command line options
* `helper.basehelper` - Added retpoline_supported() function
* `helper.linux.linuxhelper` - Added retpoline_supported() function
* `helper.oshelper` - Added retpoline_supported() function
* `helper.osx.osxhelper` - Added retpoline_supported() function
* `helper.rwe.rwehelper` - Added retpoline_supported() function
* `helper.win.win32helper` - Added retpoline_supported() function
* `helper.win.win32helper` - Fixed error in exception handling

__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.4

__New or Updated Modules/UtilCmds:__
* `utilcmd.cpu_cmd` - Added CPU Topology command (`chipsec_util cpu topology`)

__New or Updated Configurations:__
* `8086/apl` - Fixed HSFS register size
* `8086/cml` - Fixed XML to correctly identify a system
* `8086/whl` - Fixed XML to correctly identify a system

__Removed Modules:__
* None

__Additional Changes:__
* `chipset` - Added function to check if a register defines all fields in input list
* `chipset` - Updated to only check cpuid for platform if driver is loaded.
* `hal.cpu` - Added get_cpu_topology function
* `helper.linux.cpuid` - Fixed file encoding bug
* `helper.linux.linuxhelper` - Reworked affinity functions for Linux

__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.3

__New or Updated Modules/UtilCmds:__

__New or Updated Configurations:__
* `8086/icl` - Added detection value to ICL.
* `8086/pch_c620` - Updated C620 BIOS Control fields.

__Removed Modules:__

__Additional fixes:__
* `AUTHORS` - Updated authors.
* `__install__.UEFI.chipsec_uefi_x64.zip` - Updated 64bit python.efi binary.
* `chipsec_main` - Fix module loading output with -m option
* `chipsec_tools.edk2.PythonEFI.edk2module.c` - Fixed 64-bit Physical Address issue in UEFI Shell
* `chipset` - Added MMIO register type to is_register_device_enabled()
* `chipset` - Updated get_control to call print_register when running in DEBUG mode
* `docs.sphinx.uefiinstall.rst` - Updated uefi shell link within docs.
* `drivers.win7.driver.c` - Updated the Windows driver to enable multi-processor.
* `hal.mmio` - Updated MMIO BAR enabled
* `hal.uefi` - Updated EFIVARS GUID filenames to be lowercase.
* `helper.efi.efihelper` - Fixed 64-bit Physical Address issue in UEFI Shell
* `helper.linux.linuxhelper` - Fixed python3 issue that required explicitly opening file as binary. Fixed additional native mode issues.
* `helper.rwe.rwehelper` - Fixed broken RWEverything helper.
* `scripts.build_exe_win7-amd64` - Fixed packing of XML config files
* `scripts.build_exe_win7-x86` - Fixed packing of XML config files

__Additional Notes:__
* Cleaned up white formatting issues across many files using autopep8.
* __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.2

__New or Updated Modules/UtilCmds:__
* Moved `debugenabled`, `memconfig`, `remap`, `smm_dma` > to > `common.debugenabled`, `common.memconfig`, `common.remap`, `common.smm_dma`
* `common.bios_kbrd_buffer` - Fixed divide operation for Python 3.
* `common.bios_smi` - Updated and fixed module, including is_supported and when it returns a warning.
* `common.cpu.ia_untrusted` - Updated test logic.
* `common.spi_access` - Updated print permission logic and general cleanup.
* `fuzzing.primitives` - Fixed functions to use correct syntax.
* `tools.uefi.whitelist` - Updated and cleaned imports.
* `utilcmd.cpu_cmd` - Fixed functional and white space issues.
* `utilcmd.uefi_cmd` - Fixed functions to use correct syntax.

__New or Updated Configurations:__
* `8086/apl` - Updated APL configuration.
* `8086/cfl` - Moved detection value from SKU to Family tag.
* `8086/cml` - Added DID to CML platform.
* `8086/cml` - Moved detection value from SKU to Family tag.
* `8086/common` - Added register fields to check if IGD is enabled.
* `8086/pch_1xx` - Fixed PCH DID Collision.
* `8086/pch_4xx` - Added PCH 4xx support.
* `8086/whl` - Moved detection value from SKU to Family tag.

__Removed Modules:__

__Additional fixes:__
* `.flake8` - Added Flake8 config file to project. Plan to fix all PEP8 violations, except those in the ignore list in future releases.
* `.gitignore` - Added ./build and ./.vscode directories to git ignore list.
* `chipsec_main` - Fixed issue that printed loaded modules multiple times.
* `chipsec_main` - Updated error message when being run on unknown platform.
* `chipset` - Added CPUID option when identifying CPUs and general cleanup.
* `defines` - Fixed function to use correct syntax.
* `hal.acpi_tables` - Updated to use EFI_GUID_STR from hal.uefi_common.
* `hal.acpi` - Removed unused element.
* `hal.igd` - Added is_enabled function
* `hal.interrupts` - Fixed functions to use correct syntax.
* `hal.msr` - Fixed element name.
* `hal.spi_uefi` - Updated to use hal.uefi_fv
* `hal.spi` - Updated print permission logic.
* `hal.uefi_common` - Updated to simplify module and move FV functionality to hal.uefi_fv.
* `hal.uefi_fv` - Added new file to simplify FV functionality.
* `hal.uefi_platform` - Updated to use hal.uefi_fv
* `hal.win.win32helper` - Updated to use EFI_GUID_STR from hal.uefi_common.
* `helper.linux.cores.c` - Removed file in favor of using python's OS module.
* `helper.linux.cpuid` - Added Linux native function for getting CPUID info.
* `helper.linux.legacy_pci` - Added Linux native legacy pci r/w config functions.
* `helper.linux.linuxhelper` - Added function to call native cpuid function.
* `helper.linux.linuxhelper` - Added functionality to use legacy pci r/w config functions.
* `helper.linux.linuxhelper` - Updated to use python 3's os.get/set_affinity instead of helper.linux.cores.c.
* `logger` - Fixed return value.
* `setup` - Removed helper.linux.cores.c from setup.
* `test.hardware.test_generic` - Updated setUp function to use distro module
* `test.software.cs` - Added chipset harness.
* `test.software.mock_helper` - Updated helper harness.
* `test.software.test_cs` - Added chipset tests

__Additional Notes:__
* __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 10 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.