Chipsec

Latest version: v1.13.11

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

Scan your dependencies

Page 6 of 15

1.10.0

What's Changed
* Fix URL typo in style guide by frinzell in https://github.com/chipsec/chipsec/pull/1596
* Update tests.yml to remove EOLed Debian 8 by npmitche in https://github.com/chipsec/chipsec/pull/1610
* Update GitHub Actions to use the new $GITHUB_OUTPUT file by fishilico in https://github.com/chipsec/chipsec/pull/1599
* Add TypeHints to oshelper.py by frinzell in https://github.com/chipsec/chipsec/pull/1598
* Decouple parse_args() from ChipsecMain and ChipsecUtil classes by frinzell in https://github.com/chipsec/chipsec/pull/1604
* Fix writemem call to supply correct arguments by npmitche in https://github.com/chipsec/chipsec/pull/1605
* Remove Ubuntu v18.04 from test due to deprecation by npmitche in https://github.com/chipsec/chipsec/pull/1606
* Add cpuid detection string to xml files by jun2zhou in https://github.com/chipsec/chipsec/pull/1601
* Add CodeQL workflow for GitHub code scanning by lgtm-com in https://github.com/chipsec/chipsec/pull/1609
* Removed deprecated logger functions by frinzell in https://github.com/chipsec/chipsec/pull/1588
* Decompress changes - remove helper dependencies by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1487
* Add ability to parse FVs that are in a signed FV by npmitche in https://github.com/chipsec/chipsec/pull/1607
* Exit CHIPSEC if Python 2 found by frinzell in https://github.com/chipsec/chipsec/pull/1622
* Fix compiler warnings for efi/tiano compress by npmitche in https://github.com/chipsec/chipsec/pull/1623
* Define PEP572 and for-else while-else support by frinzell in https://github.com/chipsec/chipsec/pull/1619
* Remove empty class definition parentheses by npmitche in https://github.com/chipsec/chipsec/pull/1620
* Update debian/* for dpkg-buildpackage by npmitche in https://github.com/chipsec/chipsec/pull/1615
* Enable codeql on linux driver code by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1612
* Add chipsec_main flag for module_exclude by npmitche in https://github.com/chipsec/chipsec/pull/1614
* Update install documentation to reflect compression changes by npmitche in https://github.com/chipsec/chipsec/pull/1624
* Update logger to use python logging by Sae86 in https://github.com/chipsec/chipsec/pull/1616

**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.9.1...1.10.0

Additional Notes
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.9.1

What's Changed
* Add type hints to aligned_column_spacing functions by dscott90 in https://github.com/chipsec/chipsec/pull/1586
* Add applicable Python version, Type Hint & f-string PEPs to contribution guide by frinzell in https://github.com/chipsec/chipsec/pull/1587
* Update the wording around the -i flag by npmitche in https://github.com/chipsec/chipsec/pull/1593
* Update mailing list and add Discord server link by npmitche in https://github.com/chipsec/chipsec/pull/1592
* Use CPUID to identify processors instead of PCI Dev ID by jun2zhou in https://github.com/chipsec/chipsec/pull/1590


**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.9.0...1.9.1

Additional Notes
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.

1.9.0

__New or Updated Modules/UtilCmds:__
* Add fw bleed vuln to scan_blocked tool
* `chipsec/modules/tools/uefi/blockedlist.json`
* `hal.uefi_search`
* `modules.tools.uefi.scan_blocked`

__New or Updated Configurations:__
* Add SSML register to 4xx cfg from datasheet
* `8086/pch_4xx`
* Add configuration of Intel 440FX PCI and Memory Controller registers
* `8086/pmc_i440fx`
* Add tatlow server DIDs to 500 series pch config
* `8086/pch_5xxh`
* Update Longname of 6xxS PCH devices
* `8086/pch_6xxS`
* Update SBREGBAR fixed address
* `8086/pch_6xxS`
* Update sku code tags to match platform
* `8086/pch_6xxS`
* Update misc registers and corresponding fields
* `8086/apl`
* `8086/byt`
* `8086/cfl`
* `8086/cht`
* `8086/common`
* `8086/glk`
* `8086/icx`
* `8086/iommu`
* `8086/kbl`
* `8086/pch_1xx`
* `8086/pch_2xx`
* `8086/pch_3xx`
* `8086/pch_3xxlp`
* `8086/pch_3xxop`
* `8086/pch_c620`
* `8086/sfdp`
* `8086/skl`
* `8086/snb`

__Removed Modules:__
* None

__Additional Changes:__
* Add _log function and update log levels
* `logger`
* Add a script which starts a QEMU virtual machine with a UEFI shell
* `scripts.qemu_efi`
* Add aligned column width functionality
* `logger`
* Add lightgray color to wconio
* `logger`
* Add log_hal, log_verbose, log_debug functions
* `logger`
* Add missing color argument
* `logger`
* Addresss unittest failures
* `logger`
* Create new logging levels
* `logger`
* Create setlevel function
* `chipsec_main`
* `chipsec_util`
* `chipset`
* `logger`
* Fix Unicode error
* `hal.pcidb`
* Remove log_Color global variable
* `logger`
* Update Longname of 6xxS PCH devices
* `logger`
* Update to allow 0x00 (null value) mem writes in UEFI Shell
* `__install__/UEFI/chipsec_py368_uefi_x64.zip`
* `chipsec_tools/edk2/PythonEFI/edk2module.c`
* `defines`
* `helper.efi.efihelper`
* Update to decouple color and levels
* `logger`
* Updated pcidb
* `hal.pcidb`

__Additional Notes:__
* For Windows driver, Compile with WDK that supports Windows 10 version 2004 or later: https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/updating-deprecated-exallocatepool-calls
* Python EFI was updated in this release. Be sure to rebuild boot media.
* __Python2 support has been deprecated as of June 2020 and is no longer supported for Chipsec 1.8.0. Please use Python3.__
* If you are having issues with running in the UEFI Shell, please be sure to update your python executable using the zip in this release.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.
* :arrow_right: `master` branch has been renamed to `main` :arrow_left:

__New Module Details:__

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

__New Utility Details:__

_Utility Name:_

_Utility Usage:_

1.8.8

__New or Updated Modules/UtilCmds:__
* Better docstring formatting in smm_dma.py
* `modules.common.smm_dma`
* Clean up py2 class object
* `modules.tools.smm.smm_ptr`
* `modules.tools.vmm.common`
* Remove broken link from smm_dma.py
* `modules.common.smm_dma`
* Update is_supported() in memconfig.py
* `modules.common.memconfig`

__New or Updated Configurations:__
* Add 600 series pch config to public
* `8086/pch_6xxP`
* `8086/pch_6xxS`
* Better docstring formatting in whl.xml
* `8086/whl`

__Removed Modules:__
* None

__Additional Changes:__
* Add CODEOWNERS file to repo
* `.github/CODEOWNERS`
* Add VS2022 support to driver and improve documentation
* `docs/sphinx/installation/Install in Windows.rst`
* `drivers/win7/driver.c`
* Add arch checks
* `chipset`
* `defines`
* Clean up code in uefi_fv.py
* `hal.uefi_fv`
* Clean up deprecated py2 code
* `hal.spd`
* `hal.tpm`
* `helper.file.filehelper`
* `helper.win.win32helper`
* Clean up py2 class object
* `hal.hal_base`
* `hal.paging`
* `hal.pci`
* `hal.tpm_eventlog`
* `helper.basehelper`
* `helper.linux.cpuid`
* `helper.linux.legacy_pci`
* `module_common`
* Clean up py2 code in primitives.py
* `fuzzing.primitives`
* Clean up some flake8 artifacts in uefi_platform.py
* `hal.uefi_platform`
* Reinstantiate DMA32 allocations in linux driver
* `drivers/linux/chipsec_km.c`
* `drivers/linux/include/chipsec.h`
* Remove .travis.yml and add .lgtm.yml to update to py3 check
* `.lgtm.yml`
* `.travis.yml`
* Remove tabs to fix skipped code when HAL logging level is not set
* `hal.uefi`
* Update pack formatting and improve readability
* `helper.linux.linuxhelper`
* Update the versions used in Github Actions CI
* `.github/workflows/tests.yml`
* Update to use GitHub Teams to define codeowners
* `.github/CODEOWNERS`

__Additional Notes:__
* For Windows driver, Compile with WDK that supports Windows 10 version 2004 or later: https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/updating-deprecated-exallocatepool-calls
* Linux driver was updated in this release. Be sure to re-compile.
* __Python2 support has been deprecated as of June 2020 and is no longer supported for Chipsec 1.8.0. Please use Python3.__
* If you are having issues with running in the UEFI Shell, please be sure to update your python executable using the zip in this release.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.
* :arrow_right: `master` branch has been renamed to `main` :arrow_left:

__New Module Details:__

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

__New Utility Details:__

_Utility Name:_

_Utility Usage:_

1.8.7

__New or Updated Modules/UtilCmds:__
* Clean up ia_untrusted.py code
* `modules.common.cpu.ia_untrusted`
* Fix pylint issue R1719 and E0602
* `utilcmd.ec_cmd`
* Move wsmt.py to tools
* `modules.tools.wsmt`
* Remove sphinx warnings
* `modules.tools.smm.smm_ptr`
* Update log_verbose() in bios_ts.py and sgx_check.py
* `modules.common.bios_ts`
* `modules.common.sgx_check`
* Update logger.error() in modules
* `modules.common.uefi.s3bootscript`
* `modules.tools.smm.rogue_mmio_bar`
* Update logger.error() in utilcmd files
* `utilcmd.acpi_cmd`
* `utilcmd.chipset_cmd`
* `utilcmd.deltas_cmd`
* `utilcmd.desc_cmd`
* `utilcmd.igd_cmd`
* `utilcmd.iommu_cmd`
* `utilcmd.mem_cmd`
* `utilcmd.mmcfg_cmd`
* `utilcmd.pci_cmd`
* `utilcmd.reg_cmd`
* `utilcmd.smbus_cmd`
* `utilcmd.spd_cmd`
* `utilcmd.uefi_cmd`
* `utilcmd.vmem_cmd`
* `utilcmd.vmm_cmd`

__New or Updated Configurations:__


__Removed Modules:__
* None

__Additional Changes:__
* Add a cache for resolved BAR addresses
* `hal.mmio`
* Consolidate Linux installation documentation
* `docs/sphinx/installation/Install in Linux.rst`
* `docs/sphinx/installation/Using-CHIPSEC-with-Kali-Linux.rst`
* `docs/sphinx/start/Download.rst`
* Fix malloc issue in Linux driver
* `drivers/linux/chipsec_km.c`
* Fix pylint issue R1703
* `utilcmd.ec_cmd`
* Fix pylint issue R1719 and E0602
* `hal.uefi_platform`
* `hal.virtmem`
* Fix simplified-if-expression
* `hal.cpu`
* Improve skipped messaging
* `chipsec_main`
* `logger`
* `module`
* `modules.tools.secureboot.te`
* `testcase`
* Remove EOL'd rwehelper
* `helper.helpers`
* `helper.rwe.__init__`
* `helper.rwe.rwehelper`
* Remove sphinx warnings
* `docs/sphinx/contribution/code-style-python.rst`
* Update .flake8 file to better align with style guide
* `.flake8`
* Update Py2 to Py3 check and warn() in oshelper.py
* `helper.oshelper`
* Update all python files to adhere to the .flake8 file using autopep8
* Update dead CSW14 link
* `README`
* Update get_device_bus() debug text in chipset.py
* `chipset`
* Update log_verbose() in efihelper.py
* `helper.efi.efihelper`
* Update logger.error() in common files
* `chipset`
* `file`
* `module`
* `result_deltas`
* Update logger.error() in hal modules
* `hal.acpi`
* `hal.cpu`
* `hal.interrupts`
* `hal.iobar`
* `hal.iommu`
* `hal.paging`
* `hal.smbus`
* `hal.spi_descriptor`
* `hal.spi_uefi`
* `hal.spi`
* `hal.ucode`
* `hal.uefi_common`
* `hal.uefi_platform`
* `hal.uefi`
* `hal.vmm`
* Update logger.error() in helper files
* `helper.dal.dalhelper`
* `helper.file.filehelper`
* `helper.linux.linuxhelper`
* `helper.oshelper`
* `helper.osx.osxhelper`
* `helper.win.win32helper`
* Update logger.warn()
* `helper.file.filehelper`
* `helper.linux.linuxhelper`
* `helper.win.win32helper`
* Update to not create LEGACY_PCI objects on every access for native mode
* `helper.linux.linuxhelper`
* Update verbose_log in module_common.py
* `module_common`
* Update warn() in hal files
* `hal.acpi`
* `hal.iobar`
* `hal.mmio`
* `hal.pci`
* `hal.spd`
* `hal.spi_descriptor`
* `hal.spi_uefi`
* `hal.spi`
* `hal.tpm_eventlog`
* `hal.uefi_common`
* `hal.uefi_platform`
* `hal.uefi`

__Additional Notes:__
* Linux driver was updated in this release. Be sure to re-compile.
* __Python2 support has been deprecated as of June 2020 and is no longer supported for Chipsec 1.8.0. Please use Python3.__
* If you are having issues with running in the UEFI Shell, please be sure to update your python executable using the zip in this release.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.
* :arrow_right: `master` branch has been renamed to `main` :arrow_left:

__New Module Details:__

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

__New Utility Details:__

_Utility Name:_

_Utility Usage:_

1.8.6

__New or Updated Modules/UtilCmds:__
* Add usage documentation to ept_finder.py
* `modules.tools.vmm.ept_finder`
* Add usage documentation to hypercallfuzz.py
* `modules.tools.vmm.hypercallfuzz`
* Add usage documentation to iofuzz.py
* `modules.tools.vmm.iofuzz`
* Add usage documentation to msr_fuzz.py
* `modules.tools.vmm.msr_fuzz`
* Add usage documentation to pcie_fuzz.py
* `modules.tools.vmm.pcie_fuzz`
* Add usage documentation to pcie_overlap_fuzz.py
* `modules.tools.vmm.pcie_overlap_fuzz`
* Add usage documentation to venom.py
* `modules.tools.vmm.venom`
* Add usage documentation to xsa188.py
* `modules.tools.vmm.xen.xsa188`
* Fix byte buffer prints in tool modules
* `modules.tools.uefi.s3script_modify`
* `modules.tools.vmm.common`
* Update logging in spi_cmd.py
* `utilcmd.spi_cmd`
* Update usage documentation in sinkhole.py
* `modules.tools.cpu.sinkhole`
* Update usage documentation to hypercallfuzz.py
* `modules.tools.vmm.xen.hypercallfuzz`
* Update usage documentation to vmbusfuzz.py
* `modules.tools.vmm.hv.vmbusfuzz`


__New or Updated Configurations:__
* Add 7 series config file
* `8086/pch_7x`
* Add 8 series config file
* `8086/pch_8x`
* Add CML DIDs from 10th Gen Core Datasheet Vol 1
* `8086/cml`

__Removed Modules:__
* None

__Additional Changes:__
* Add warning if fv header checksum is invalid
* `hal.uefi_fv`
* Correct list numbering in manual
* `docs/sphinx/index.rst`
* Fix byte buffer prints in hal
* `hal.physmem`
* Fix formatting issue in documentation
* `docs/sphinx/installation/USB with UEFI Shell.rst`
* Minor usage documentation updates to cpuid_fuzz.py
* `modules.tools.vmm.cpuid_fuzz`
* Move command template to chipsec-manual
* `docs/sphinx/development/Sample-Util-Command.rst`
* `templates.command`
* Move module template to chipsec-manual
* `docs/sphinx/development/Sample-Module-Code.rst`
* `templates.module`
* Prep deprecation of logging methods and formatting clean up
* `logger`
* Update duplicated logger functions in chipsec_main.py and chipsec_util.py
* `chipsec_main`
* `chipsec_util`

__Additional Notes:__
* __Python2 support has been deprecated as of June 2020 and is no longer supported for Chipsec 1.8.0. Please use Python3.__
* If you are having issues with running in the UEFI Shell, please be sure to update your python executable using the zip in this release.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.
* :arrow_right: `master` branch has been renamed to `main` :arrow_left:

__New Module Details:__

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

__New Utility Details:__

_Utility Name:_

_Utility Usage:_

Page 6 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.