US20190087582A1 - Bios security - Google Patents
Bios security Download PDFInfo
- Publication number
- US20190087582A1 US20190087582A1 US16/083,818 US201616083818A US2019087582A1 US 20190087582 A1 US20190087582 A1 US 20190087582A1 US 201616083818 A US201616083818 A US 201616083818A US 2019087582 A1 US2019087582 A1 US 2019087582A1
- Authority
- US
- United States
- Prior art keywords
- bios
- variables
- saved
- active
- setting
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 230000009471 action Effects 0.000 claims abstract description 28
- 230000015654 memory Effects 0.000 claims description 46
- 238000000034 method Methods 0.000 claims description 39
- 230000004048 modification Effects 0.000 claims description 10
- 238000012986 modification Methods 0.000 claims description 10
- 238000001514 detection method Methods 0.000 claims description 6
- 230000006870 function Effects 0.000 description 8
- 230000001010 compromised effect Effects 0.000 description 5
- 230000008569 process Effects 0.000 description 2
- 238000011084 recovery Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 238000010200 validation analysis Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/575—Secure boot
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/572—Secure firmware programming, e.g. of basic input output system [BIOS]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
Definitions
- BIOS The basic input/output system
- BIOS is firmware used by a system (e.g., computer) when booting to initialize various hardware interfaces, and to provide a variety of services to the system while the system is operating.
- One BIOS standard is known as the unified extensible firmware interface (UEFI), which is used in many personal computers.
- UEFI unified extensible firmware interface
- the UEFI specifies several boot variables which may be updated while the system is operating to adjust how the BIOS operates. Some of these variables are defined as authenticated variables, and are used to aid in preventing malicious attacks on the BIOS and the system itself.
- FIG. 1 illustrates example memories associated with BIOS security.
- FIG. 2 illustrates a flowchart of example operations associated with BIOS security.
- FIG. 3 illustrates another flowchart of example operations associated with BIOS security.
- FIG. 4 illustrates an example system associated with BIOS security.
- FIG. 5 illustrates an example BIOS.
- FIG. 6 illustrates an example computing device in which example systems, and methods, and equivalents, may operate.
- BIOS basic input/output system
- BIOSs store configuration settings in flash memory dedicated to the BIOS. Some of these settings are security sensitive and are managed by BIOS code running in system management mode (SMM). As malicious attacks on the SMM have increased, these security sensitive settings may be exposed, potentially allowing an attacker to defeat the security function of the SMM. This may enabling further compromise of, for example, the BIOS and the system with the compromised BIOS.
- SMM system management mode
- a BIOS may be configured to store two sets of sensitive variables in a BIOS flash memory: an active version and a saved version.
- the BIOS flash memory may also store an ordered list of updates made to the variables since the prior boot.
- a description of the saved version may be stored in a secure flash. Depending on resources available in the secure flash, the description may be a copy of the saved variables, a hash of the saved variables, and so forth.
- the active version may be compared to the description in the secure flash. If the two match, then no changes to the active version were made while the system was last operating, and the boot may proceed as normal.
- updates from the ordered list may be verified and applied to the saved version to create an updated version of the sensitive variables. If the updated version matches the active version, then the changes made to the active version during prior system operation were authorized, and as above, the system may boot as normal. However, if the updated version does not match the active version, or one of the updates fails, then at least one of the saved version, active version, and updates may have been corrupted either incidentally or by a malicious attack. This may cause the BIOS to take an action to, for example, recover to a prior known safe state, alert a user of the system operating the BIOS, or take some other action consistent with reasserting control over the system and/or preventing similar attacks from occurring in the future.
- FIG. 1 illustrates example memories associated with basic input/output system (BIOS) security. It should be appreciated that the items depicted in FIG. 1 are illustrative examples, and many different systems, devices, and so forth, may operate in accordance with various examples.
- BIOS basic input/output system
- BIOS memory 100 may be, for example, a flash memory used by the BIOS of a system to store settings, instructions, and so forth associated with running a BIOS.
- the system may rely on the BIOS to, for example, perform various functions associated with starting or booting the system, as well as while the system is operating. These functions may include, for example, loading an operating system, detecting system components, interfacing system components with one another, and so forth.
- BIOS may rely on a variety of settings and/or variables stored in BIOS memory 100 . Some of these settings may be, for example, security sensitive blacklists, whitelists, and so forth.
- UEFI unified extensible firmware interface
- PK platform key
- KEK key exchange key
- DBX forbidden signatures database
- DB signature database
- DBT timestamp signature database
- the authenticated variables are protected by being managed by BIOS code operating in system management mode (SMM), a privileged mode of execution. However, even the SMM has come under attack.
- BIOS memory 100 it may be desirable to determine if they have been maliciously manipulated, and if resources are available, restore them to a prior safe state. In various examples, this may be achieved in part by storing two copies of sensitive BIOS variables in BIOS memory 100 . Here, these are illustrated as saved variables 110 and active variables 120 . In this example, four sensitive BIOS variables are illustrated as saved variables 110 SV 1 through SV 4 , and respective active variables 120 AV 1 through AV 4 . However, in different examples, a greater or smaller number of sensitive BIOS variables may be used.
- a saved variable description 160 may be stored in a private memory 150 separate from the BIOS memory 100 . Private memory 150 may be controlled by a secure entity tasked with preventing the BIOS from becoming compromised.
- the saved variable description 160 may be a copy of the saved variables 110 , a hash of the saved variables 110 , and so forth. The form saved variable description 160 takes within private memory 150 may depend on system resources available for storing saved variable description 160 , as well as restore functions desired in the event a mismatch is detected.
- the system may continue booting as normal as no malicious attack on the sensitive variables was made. If differences were detected, then it is desirable to first determine whether the differences were the result of an authorized modification or a malicious attack before taking security measures. This may be achieved by attempting to recreate active variables 120 using the saved variables 110 and a set of saved updates 130 to the sensitive variables. Saved updates 130 may be an ordered list of updates to the sensitive variables that were made during the prior operation of the system. Thus, to recreate active variables 120 from saved variables 110 , saved updates 130 may be revalidated and applied to saved variables 110 in the order the saved updates were listed. This may create a set of updated variables (not shown). The updated variables may then be compared to the active variables 120 . If the updated variables match the active variables, then no attacks on the sensitive variables were made, whether by manipulating saved variables 110 , active variables 120 , saved updates 130 , or a combination thereof.
- the saved variables 110 may also be updated to match the active variables 120 , and the saved variable description 160 may be updated to correspond to the new saved variables 110 .
- the saved updates queue 130 may also be cleared as the updates have been applied.
- a security action may be taken to attempt to repair the saved variables and/or to notify an entity interested in security of the system.
- the scale of the security action taken may depend on what form the description of saved variables 160 takes in the private memory 150 . If the description of the saved variables 160 is a copy of saved variables 110 , it may be possible to restore saved variables and/or active variables 120 to a known secure state. If less information is available regarding the sensitive variables, for example, if saved variable description 160 stores a hash of saved variables 110 , a recovery action may not be possible.
- the system may be booted using the current settings, a known safe set of settings, and so forth, and an entity interested in the security of the system may be notified.
- the entity may be, for example, a user and/or administrator of the system, a remote logic that maintains the system, and so forth.
- the scope of information stored description of the saved variables 160 may depend on resources available in private memory 150 , and the desirability of stronger system restoration options.
- the UEFI authenticated variables include whitelists and blacklists, which may grow in size over time. If the amount of space available to store description of saved variables 160 is limited on private memory 150 , due to, for example, multiple demands on a limited resource, the BIOS may rely on a weaker recovery option to protect the system.
- saved variables 110 and active variables 120 will match (e.g., SV 1 will have the same value as AV 1 ). This may be because no changes were made during a prior operation of the system, or because saved variables 110 were updated to match active variables 120 .
- various changes may be made to the sensitive variables. These changes may be authorized or unauthorized, depending on whether the changes are made through the proper channels with the proper authenticating information. This authenticating information may be system specific and depend on the type of BIOS used.
- authorized changes are completed, the changes are made to active variables 120 , with saved variables 110 maintaining their state throughout operation of the system. The authorized changes may also be logged in saved updates queue 130 for use the next time the system is started. These changes may be stored in order to ensure that active variables 120 can be reproduced from saved variables 110 at a future point of time.
- saved variable description 160 stores a copy of saved variables 110
- active variables 120 could be compared directly to saved variable description 160
- saved updates 130 could be applied to a copy of saved variable description 160 loaded into memory to generate the updated copy.
- saved variable description 160 may also include a hash of saved variables 110 to speed up an initial comparison of active variables 120 and saved variables 110 .
- Module includes but is not limited to hardware, firmware, software stored on a computer-readable medium or in execution on a machine, and/or combinations of each to perform a function(s) or an action(s), and/or to cause a function or action from another module, method, and/or system.
- a module may include a software controlled microprocessor, a discrete module, an analog circuit, a digital circuit, a programmed module device, a memory device containing instructions, and so on. Modules may include gates, combinations of gates, or other circuit components. Where multiple logical modules are described, it may be possible to incorporate the multiple logical modules into one physical module. Similarly, where a single logical module is described, it may be possible to distribute that single logical module between multiple physical modules.
- FIG. 2 illustrates an example method 200 associated with basic input/output system (BIOS) security.
- Method 200 may be embodied on a non-transitory processor-readable medium storing processor-executable instructions. The instructions, when executed by a processor, may cause the processor to perform method 200 .
- method 200 may exist within logic gates and/or RAM of an application specific integrated circuit (ASIC).
- ASIC application specific integrated circuit
- method 200 may be performed after system management mode (SMM) BIOS code has been loaded into the SMM BIOS area but before non-BIOS code has been run on the CPU. This may ensure that method 200 is operating in a secure environment with a low risk of the SMM itself being compromised, and assumes that the SMM could be compromised by the time the operating system starts running.
- SMM system management mode
- Method 200 includes detecting a mismatch between an active BIOS setting and a saved BIOS setting at 250 .
- the active BIOS setting and saved BIOS setting may be BIOS variables used by a BIOS during boot of a system or device in which the BIOS is installed.
- the BIOS may operate using the unified extensible firmware interface (UEFI) standard. Consequently, the BIOS setting may be a UEFI variable. Further the UEFI variable may be a UEFI authenticated variable as described in the UEFI standard.
- UEFI unified extensible firmware interface
- detecting the mismatch between the active BIOS setting and the saved BIOS setting may include comparing a hash of the active BIOS setting to a hash of the saved BIOS setting.
- the hash of the saved BIOS setting may be stored in a secure memory.
- detecting the mismatch between the active BIOS setting and the saved BIOS setting may include comparing a hash of a set of active BIOS settings to a hash of saved BIOS settings.
- the hash of saved BIOS settings may be stored on the secure memory.
- the set of active BIOS settings may include the active BIOS setting and the set of saved BIOS settings may include the saved BIOS setting.
- Detecting the mismatch between the active BIOS setting and the saved BIOS setting may also include comparing the active BIOS setting and a copy of the saved BIOS setting that is stored in a secure memory.
- Method 200 also includes validating an update at 260 .
- the update may have been previously applied to the active BIOS setting.
- the system may have received an update to the active BIOS setting.
- This update may have been validated, applied to the active BIOS setting, and then logged so that the change could be reproduced to, for example, ensure the ability to recreate the active BIOS setting when determining whether there has been a malicious attack against the system.
- Updates may be validated depending on the type of variable being updated. Some variables may rely on, for example, a key hierarchy involving a valid digital signature, knowledge of a shared secret, and so forth.
- Method 200 also includes applying the update to the saved BIOS setting at 270 .
- This may create an updated BIOS setting.
- a series of updates may have been stored during a previous operation of a system performing method 200 .
- these updates may be sequentially validated and applied to the saved BIOS setting to recreate the updated BIOS setting. Reapplying them in the same order that they were previously applied may ensure accurate recreation of the active BIOS setting, assuming no malicious activity occurred manipulating one or more of the saved BIOS setting, the active BIOS setting, the update, and so forth.
- Method 200 also includes determining whether the updated BIOS setting matches the active BIOS setting at 280 .
- method 200 may proceed to updating the saved BIOS setting at action 290 .
- the saved BIOS setting may be updated to match the active BIOS setting. This may ensure that changes that have been found to be valid are preserved in the future so they changes do not need to be remade after every boot.
- method 200 may proceed to action 290 and take a security action.
- the security action may include, for example, recovering a prior version of the BIOS setting and booting a system operating the BIOS. In other examples, the security action may include booting the system and alerting an entity of a security event associated with the BIOS.
- FIG. 3 illustrates a method 300 associated with basic input/output system (BIOS) security.
- Method 300 includes several actions similar to those described above with reference to method 200 ( FIG. 2 ). For example, method 300 includes detecting a mismatch between an active BIOS setting and a saved BIOS setting at 350 , validating an update at 360 , updating a saved BIOS setting to create an updated BIOS setting at 370 , determining whether the updated BIOS setting matches the active BIOS setting at 380 , updating the saved BIOS setting at 390 , and taking a security action at 395 .
- BIOS basic input/output system
- Method 300 also includes receiving a request to update the active BIOS setting at 310 .
- Method 300 also includes validating the request at 320 .
- Method 300 also includes applying the update to the active BIOS setting at 330 .
- Method 300 also includes storing the update at 340 . Consequently, method 300 illustrates how valid changes are made to BIOS variables during operation of a system performing method 300 .
- FIG. 4 illustrates a system 400 associated with basic input/output system (BIOS) security.
- System 400 includes a BIOS memory 410 .
- BIOS memory 410 may store a set of active BIOS variables.
- BIOS memory 410 may also store a set of saved BIOS variables.
- the saved BIOS variables may describe a known valid prior version of the set of active BIOS variables.
- BIOS memory 410 may also store a set of queued updates describing changes made to the set of saved BIOS variables.
- System 400 also includes a secure memory 420 .
- Secure memory 420 may store a description of the saved BIOS variables.
- the description of the saved BIOS variables may be, for example, a copy of the saved BIOS variables, a hash of the saved BIOS variables, and so forth.
- System 400 also includes an update module 430 .
- Update module 430 may verify an update to a BIOS variable. Update module 430 may also apply the update to an active BIOS variable. Update module 430 may also store the update in the BIOS memory.
- BIOS security module may detect a mismatch between a member of the set of active BIOS variables and a respective member of the set of saved BIOS variables. This detection may be performed during a boot of system 400 . When the mismatch is detected, the queued updates may be sequentially applied to the set of saved BIOS variables to generate a set of updated BIOS variables. When the set of updated BIOS variables matches the set of active BIOS variables, the saved BIOS variables may be updated to match the set of active BIOS variables. When the set of updated BIOS variables does not match the set of active BIOS variables, a security action may be initiated by BIOS security module 440 .
- how a mismatch between the member of the set of saved BIOS variables and the member of the set of active BIOS variables is detected may depend on how the description of the set of saved BIOS variables is stored on secure memory 420 . Additionally, how the description of the set of saved BIOS variables is stored may also dictate what security actions are possible. For example, the description of the set of saved BIOS variables may be a copy of the set of saved BIOS variables. Consequently, detecting the mismatch may involve comparing each member of the active BIOS variables to a respective member of the copy of the set of saved BIOS variables. Further, because the secure memory includes a backup of the set of saved BIOS variables, the security action may include restoring the saved BIOS variables from the secure memory.
- the description of the set of saved BIOS variables may include hashes of one or more of the set of saved BIOS variables.
- the security action may involve alerting an entity associated with system 400 of an unauthorized manipulation of a BIOS variable. This entity may be, for example, a user of system 400 , a logic tasked with ensuring security of system 400 , and so forth.
- FIG. 5 illustrates a basic input/output system (BIOS) 500 .
- BIOS 500 may include a data store 510 .
- Data store 510 may store a set of active BIOS variables.
- Data store 510 may also store a set of saved BIOS variables.
- the set of saved BIOS variables may describe a known valid prior version of the set of active BIOS variables.
- Data store 510 may also store a set of queued updates describing changes made to the set of saved BIOS variables.
- BIOS 500 also includes a modification detection module 520 .
- Modification detection module 520 may detect a mismatch between a member of the set of active BIOS variables and a respective member of the set of saved BIOS variables. This detection may be performed during a boot of a system operating BIOS 500 .
- the mismatch may be detected by comparing data describing the member of the set of active BIOS variables to data describing the respective member of the set of saved BIOS variables.
- the data describing the respective member of the set of saved BIOS variables may be retrieved from a secure storage (not shown).
- BIOS 500 also includes a modification approval module 530 .
- Modification approval module 530 may apply the set of queued updates to the set of saved BIOS variables. This may generate a set of updated BIOS variables.
- Modification approval module 530 may also update the set of saved BIOS variables when the set of updated BIOS variables matches the set of active BIOS variables.
- Modification approval module 530 may also initiate a security action when an updated BIOS variable differs from a respective member of the set of BIOS variables.
- BIOS 500 may also include a BIOS update module (not shown).
- the BIOS update module may receive a request to update an updated member of the set of active BIOS settings.
- the BIOS update module may then validate the request, and, upon successful validation, apply the update to the updated member.
- the BIOS update module may then store a copy of the update in the BIOS data store.
- FIG. 6 illustrates an example computing device in which example systems and methods, and equivalents, may operate.
- the example computing device may be a computer 600 that includes a processor 610 and a memory 620 connected by a bus 630 .
- Computer 600 includes a BIOS security module 640 .
- BIOS security module 640 may perform, alone or in combination, various functions described above with reference to the example systems, methods, and so forth.
- BIOS security module 640 may be implemented as a non-transitory computer-readable medium storing processor-executable instructions, in hardware, software, firmware, an application specific integrated circuit, and/or combinations thereof.
- the instructions may also be presented to computer 600 as data 650 and/or process 660 that are temporarily stored in memory 620 and then executed by processor 610 .
- the processor 610 may be a variety of processors including dual microprocessor and other multi-processor architectures.
- Memory 620 may include non-volatile memory (e.g., read only memory) and/or volatile memory (e.g., random access memory).
- Memory 620 may also be, for example, a magnetic disk drive, a solid state disk drive, a floppy disk drive, a tape drive, a flash memory card, an optical disk, and so on.
- memory 620 may store process 660 and/or data 650 .
- Computer 600 may also be associated with other devices including other computers, devices, peripherals, and so forth in numerous configurations (not shown).
Landscapes
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
Description
- The basic input/output system (BIOS) is firmware used by a system (e.g., computer) when booting to initialize various hardware interfaces, and to provide a variety of services to the system while the system is operating. One BIOS standard is known as the unified extensible firmware interface (UEFI), which is used in many personal computers. The UEFI specifies several boot variables which may be updated while the system is operating to adjust how the BIOS operates. Some of these variables are defined as authenticated variables, and are used to aid in preventing malicious attacks on the BIOS and the system itself.
- The present application may be more fully appreciated in connection with the following detailed description taken in conjunction with the accompanying drawings.
-
FIG. 1 illustrates example memories associated with BIOS security. -
FIG. 2 illustrates a flowchart of example operations associated with BIOS security. -
FIG. 3 illustrates another flowchart of example operations associated with BIOS security. -
FIG. 4 illustrates an example system associated with BIOS security. -
FIG. 5 illustrates an example BIOS. -
FIG. 6 illustrates an example computing device in which example systems, and methods, and equivalents, may operate. - Systems, methods, and equivalents associated with basic input/output system (BIOS) security are described. System BIOSs store configuration settings in flash memory dedicated to the BIOS. Some of these settings are security sensitive and are managed by BIOS code running in system management mode (SMM). As malicious attacks on the SMM have increased, these security sensitive settings may be exposed, potentially allowing an attacker to defeat the security function of the SMM. This may enabling further compromise of, for example, the BIOS and the system with the compromised BIOS.
- To protect these settings, a BIOS may be configured to store two sets of sensitive variables in a BIOS flash memory: an active version and a saved version. The BIOS flash memory may also store an ordered list of updates made to the variables since the prior boot. Further, a description of the saved version may be stored in a secure flash. Depending on resources available in the secure flash, the description may be a copy of the saved variables, a hash of the saved variables, and so forth. When the variables are loaded during a system boot, the active version may be compared to the description in the secure flash. If the two match, then no changes to the active version were made while the system was last operating, and the boot may proceed as normal.
- If there are differences, updates from the ordered list may be verified and applied to the saved version to create an updated version of the sensitive variables. If the updated version matches the active version, then the changes made to the active version during prior system operation were authorized, and as above, the system may boot as normal. However, if the updated version does not match the active version, or one of the updates fails, then at least one of the saved version, active version, and updates may have been corrupted either incidentally or by a malicious attack. This may cause the BIOS to take an action to, for example, recover to a prior known safe state, alert a user of the system operating the BIOS, or take some other action consistent with reasserting control over the system and/or preventing similar attacks from occurring in the future.
-
FIG. 1 illustrates example memories associated with basic input/output system (BIOS) security. It should be appreciated that the items depicted inFIG. 1 are illustrative examples, and many different systems, devices, and so forth, may operate in accordance with various examples. -
FIG. 1 illustrates aBIOS memory 100.BIOS memory 100 may be, for example, a flash memory used by the BIOS of a system to store settings, instructions, and so forth associated with running a BIOS. The system may rely on the BIOS to, for example, perform various functions associated with starting or booting the system, as well as while the system is operating. These functions may include, for example, loading an operating system, detecting system components, interfacing system components with one another, and so forth. - When performing these functions, the BIOS may rely on a variety of settings and/or variables stored in
BIOS memory 100. Some of these settings may be, for example, security sensitive blacklists, whitelists, and so forth. By way of illustration, the unified extensible firmware interface (UEFI) standard specifies a platform key (PK), a key exchange key (KEK), a forbidden signatures database (DBX), a signature database (DB), a timestamp signature database (DBT), and so forth, that the UEFI standard describes as authenticated variables. These authenticated variables, if compromised, could prevent a system from operating, allow operation of malicious code, and so forth. Thus, the authenticated variables are protected by being managed by BIOS code operating in system management mode (SMM), a privileged mode of execution. However, even the SMM has come under attack. - Consequently, to protect security sensitive BIOS variables, it may be desirable to determine if they have been maliciously manipulated, and if resources are available, restore them to a prior safe state. In various examples, this may be achieved in part by storing two copies of sensitive BIOS variables in
BIOS memory 100. Here, these are illustrated assaved variables 110 andactive variables 120. In this example, four sensitive BIOS variables are illustrated assaved variables 110 SV1 through SV4, and respectiveactive variables 120 AV1 through AV4. However, in different examples, a greater or smaller number of sensitive BIOS variables may be used. - When a system running the BIOS is booted, the system will first check to see whether
active variables 120 have changed since the last time the system as operated. While it is possible that this may be detected merely by comparingactive variables 120 and savedvariables 110, it is possible that both savedvariables 110 andactive variables 120 were maliciously updated to attempt to evade this type of detection. To protect against this, a savedvariable description 160 may be stored in aprivate memory 150 separate from theBIOS memory 100.Private memory 150 may be controlled by a secure entity tasked with preventing the BIOS from becoming compromised. In various examples the savedvariable description 160 may be a copy of thesaved variables 110, a hash of thesaved variables 110, and so forth. The form savedvariable description 160 takes withinprivate memory 150 may depend on system resources available for storing savedvariable description 160, as well as restore functions desired in the event a mismatch is detected. - If no differences between
active variables 120 and savedvariable description 160 were detected, then the system may continue booting as normal as no malicious attack on the sensitive variables was made. If differences were detected, then it is desirable to first determine whether the differences were the result of an authorized modification or a malicious attack before taking security measures. This may be achieved by attempting to recreateactive variables 120 using thesaved variables 110 and a set ofsaved updates 130 to the sensitive variables. Savedupdates 130 may be an ordered list of updates to the sensitive variables that were made during the prior operation of the system. Thus, to recreateactive variables 120 fromsaved variables 110, savedupdates 130 may be revalidated and applied to savedvariables 110 in the order the saved updates were listed. This may create a set of updated variables (not shown). The updated variables may then be compared to theactive variables 120. If the updated variables match the active variables, then no attacks on the sensitive variables were made, whether by manipulatingsaved variables 110,active variables 120, savedupdates 130, or a combination thereof. - Notably, when
active variables 120 are validated by comparing them to the updated variables during the boot of the system, this indicates that this set of active variable is a safe set of active variables to continue using in the future. Consequently, thesaved variables 110 may also be updated to match theactive variables 120, and the savedvariable description 160 may be updated to correspond to the newsaved variables 110. Thesaved updates queue 130 may also be cleared as the updates have been applied. - When a mismatch between the updated variables and
active variables 120 exists after applyingsaved updates 130 to savedvariables 110, this indicates a malicious attack on the sensitive variables. At this point, a security action may be taken to attempt to repair the saved variables and/or to notify an entity interested in security of the system. The scale of the security action taken may depend on what form the description of savedvariables 160 takes in theprivate memory 150. If the description of the savedvariables 160 is a copy of savedvariables 110, it may be possible to restore saved variables and/oractive variables 120 to a known secure state. If less information is available regarding the sensitive variables, for example, if savedvariable description 160 stores a hash of savedvariables 110, a recovery action may not be possible. In these scenarios, the system may be booted using the current settings, a known safe set of settings, and so forth, and an entity interested in the security of the system may be notified. The entity may be, for example, a user and/or administrator of the system, a remote logic that maintains the system, and so forth. - As discussed, the scope of information stored description of the saved
variables 160 may depend on resources available inprivate memory 150, and the desirability of stronger system restoration options. By way of illustration, the UEFI authenticated variables include whitelists and blacklists, which may grow in size over time. If the amount of space available to store description of savedvariables 160 is limited onprivate memory 150, due to, for example, multiple demands on a limited resource, the BIOS may rely on a weaker recovery option to protect the system. - After a successful boot of a system where no malicious action was detected, saved
variables 110 andactive variables 120 will match (e.g., SV1 will have the same value as AV1). This may be because no changes were made during a prior operation of the system, or because savedvariables 110 were updated to matchactive variables 120. During operation of the system, various changes may be made to the sensitive variables. These changes may be authorized or unauthorized, depending on whether the changes are made through the proper channels with the proper authenticating information. This authenticating information may be system specific and depend on the type of BIOS used. As authorized changes are completed, the changes are made toactive variables 120, with savedvariables 110 maintaining their state throughout operation of the system. The authorized changes may also be logged in savedupdates queue 130 for use the next time the system is started. These changes may be stored in order to ensure thatactive variables 120 can be reproduced from savedvariables 110 at a future point of time. - In examples where saved
variable description 160 stores a copy of savedvariables 110, it may be possible to omit savedvariables 110 fromBIOS memory 100, and treat savedvariable description 160 as savedvariables 110. In this example,active variables 120 could be compared directly to savedvariable description 160, and savedupdates 130 could be applied to a copy of savedvariable description 160 loaded into memory to generate the updated copy. Further, when savedvariable description 160 includes a copy of savedvariables 110, savedvariable description 160 may also include a hash of savedvariables 110 to speed up an initial comparison ofactive variables 120 and savedvariables 110. - It is appreciated that, in the following description, numerous specific details are set forth to provide a thorough understanding of the examples. However, it is appreciated that the examples may be practiced without limitation to these specific details. In other instances, methods and structures may not be described in detail to avoid unnecessarily obscuring the description of the examples. Also, the examples may be used in combination with each other.
- “Module”, as used herein, includes but is not limited to hardware, firmware, software stored on a computer-readable medium or in execution on a machine, and/or combinations of each to perform a function(s) or an action(s), and/or to cause a function or action from another module, method, and/or system. A module may include a software controlled microprocessor, a discrete module, an analog circuit, a digital circuit, a programmed module device, a memory device containing instructions, and so on. Modules may include gates, combinations of gates, or other circuit components. Where multiple logical modules are described, it may be possible to incorporate the multiple logical modules into one physical module. Similarly, where a single logical module is described, it may be possible to distribute that single logical module between multiple physical modules.
-
FIG. 2 illustrates anexample method 200 associated with basic input/output system (BIOS) security.Method 200 may be embodied on a non-transitory processor-readable medium storing processor-executable instructions. The instructions, when executed by a processor, may cause the processor to performmethod 200. In other examples,method 200 may exist within logic gates and/or RAM of an application specific integrated circuit (ASIC). In some examples,method 200 may be performed after system management mode (SMM) BIOS code has been loaded into the SMM BIOS area but before non-BIOS code has been run on the CPU. This may ensure thatmethod 200 is operating in a secure environment with a low risk of the SMM itself being compromised, and assumes that the SMM could be compromised by the time the operating system starts running. -
Method 200 includes detecting a mismatch between an active BIOS setting and a saved BIOS setting at 250. In various examples, the active BIOS setting and saved BIOS setting may be BIOS variables used by a BIOS during boot of a system or device in which the BIOS is installed. As discussed above, the BIOS may operate using the unified extensible firmware interface (UEFI) standard. Consequently, the BIOS setting may be a UEFI variable. Further the UEFI variable may be a UEFI authenticated variable as described in the UEFI standard. - In one example, detecting the mismatch between the active BIOS setting and the saved BIOS setting may include comparing a hash of the active BIOS setting to a hash of the saved BIOS setting. The hash of the saved BIOS setting may be stored in a secure memory. In another example, detecting the mismatch between the active BIOS setting and the saved BIOS setting may include comparing a hash of a set of active BIOS settings to a hash of saved BIOS settings. The hash of saved BIOS settings may be stored on the secure memory. In this example, the set of active BIOS settings may include the active BIOS setting and the set of saved BIOS settings may include the saved BIOS setting. Detecting the mismatch between the active BIOS setting and the saved BIOS setting may also include comparing the active BIOS setting and a copy of the saved BIOS setting that is stored in a secure memory.
-
Method 200 also includes validating an update at 260. The update may have been previously applied to the active BIOS setting. By way of illustration, during a previous operation of asystem performing method 200, the system may have received an update to the active BIOS setting. This update may have been validated, applied to the active BIOS setting, and then logged so that the change could be reproduced to, for example, ensure the ability to recreate the active BIOS setting when determining whether there has been a malicious attack against the system. Updates may be validated depending on the type of variable being updated. Some variables may rely on, for example, a key hierarchy involving a valid digital signature, knowledge of a shared secret, and so forth. -
Method 200 also includes applying the update to the saved BIOS setting at 270. This may create an updated BIOS setting. By way of illustration a series of updates may have been stored during a previous operation of asystem performing method 200. Ataction 270, these updates may be sequentially validated and applied to the saved BIOS setting to recreate the updated BIOS setting. Reapplying them in the same order that they were previously applied may ensure accurate recreation of the active BIOS setting, assuming no malicious activity occurred manipulating one or more of the saved BIOS setting, the active BIOS setting, the update, and so forth. -
Method 200 also includes determining whether the updated BIOS setting matches the active BIOS setting at 280. When the updated BIOS setting matches the active BIOS setting,method 200 may proceed to updating the saved BIOS setting ataction 290. The saved BIOS setting may be updated to match the active BIOS setting. This may ensure that changes that have been found to be valid are preserved in the future so they changes do not need to be remade after every boot. When the updated BIOS setting differs from the active BIOS setting,method 200 may proceed toaction 290 and take a security action. The security action may include, for example, recovering a prior version of the BIOS setting and booting a system operating the BIOS. In other examples, the security action may include booting the system and alerting an entity of a security event associated with the BIOS. -
FIG. 3 illustrates amethod 300 associated with basic input/output system (BIOS) security.Method 300 includes several actions similar to those described above with reference to method 200 (FIG. 2 ). For example,method 300 includes detecting a mismatch between an active BIOS setting and a saved BIOS setting at 350, validating an update at 360, updating a saved BIOS setting to create an updated BIOS setting at 370, determining whether the updated BIOS setting matches the active BIOS setting at 380, updating the saved BIOS setting at 390, and taking a security action at 395. -
Method 300 also includes receiving a request to update the active BIOS setting at 310.Method 300 also includes validating the request at 320.Method 300 also includes applying the update to the active BIOS setting at 330.Method 300 also includes storing the update at 340. Consequently,method 300 illustrates how valid changes are made to BIOS variables during operation of asystem performing method 300. -
FIG. 4 illustrates asystem 400 associated with basic input/output system (BIOS) security.System 400 includes aBIOS memory 410.BIOS memory 410 may store a set of active BIOS variables.BIOS memory 410 may also store a set of saved BIOS variables. The saved BIOS variables may describe a known valid prior version of the set of active BIOS variables.BIOS memory 410 may also store a set of queued updates describing changes made to the set of saved BIOS variables. -
System 400 also includes asecure memory 420.Secure memory 420 may store a description of the saved BIOS variables. The description of the saved BIOS variables may be, for example, a copy of the saved BIOS variables, a hash of the saved BIOS variables, and so forth. -
System 400 also includes anupdate module 430.Update module 430 may verify an update to a BIOS variable.Update module 430 may also apply the update to an active BIOS variable.Update module 430 may also store the update in the BIOS memory. -
System 400 also includes aBIOS security module 440. BIOS security module may detect a mismatch between a member of the set of active BIOS variables and a respective member of the set of saved BIOS variables. This detection may be performed during a boot ofsystem 400. When the mismatch is detected, the queued updates may be sequentially applied to the set of saved BIOS variables to generate a set of updated BIOS variables. When the set of updated BIOS variables matches the set of active BIOS variables, the saved BIOS variables may be updated to match the set of active BIOS variables. When the set of updated BIOS variables does not match the set of active BIOS variables, a security action may be initiated byBIOS security module 440. - How a mismatch between the member of the set of saved BIOS variables and the member of the set of active BIOS variables is detected may depend on how the description of the set of saved BIOS variables is stored on
secure memory 420. Additionally, how the description of the set of saved BIOS variables is stored may also dictate what security actions are possible. For example, the description of the set of saved BIOS variables may be a copy of the set of saved BIOS variables. Consequently, detecting the mismatch may involve comparing each member of the active BIOS variables to a respective member of the copy of the set of saved BIOS variables. Further, because the secure memory includes a backup of the set of saved BIOS variables, the security action may include restoring the saved BIOS variables from the secure memory. However, somesystems 400 may not have resources available for storing copies of BIOS variables withinsecure memory 420. In these cases, the description of the set of saved BIOS variables may include hashes of one or more of the set of saved BIOS variables. In these cases, the security action may involve alerting an entity associated withsystem 400 of an unauthorized manipulation of a BIOS variable. This entity may be, for example, a user ofsystem 400, a logic tasked with ensuring security ofsystem 400, and so forth. -
FIG. 5 illustrates a basic input/output system (BIOS) 500.BIOS 500 may include adata store 510.Data store 510 may store a set of active BIOS variables.Data store 510 may also store a set of saved BIOS variables. The set of saved BIOS variables may describe a known valid prior version of the set of active BIOS variables.Data store 510 may also store a set of queued updates describing changes made to the set of saved BIOS variables. -
BIOS 500 also includes amodification detection module 520.Modification detection module 520 may detect a mismatch between a member of the set of active BIOS variables and a respective member of the set of saved BIOS variables. This detection may be performed during a boot of asystem operating BIOS 500. The mismatch may be detected by comparing data describing the member of the set of active BIOS variables to data describing the respective member of the set of saved BIOS variables. The data describing the respective member of the set of saved BIOS variables may be retrieved from a secure storage (not shown). -
BIOS 500 also includes amodification approval module 530.Modification approval module 530 may apply the set of queued updates to the set of saved BIOS variables. This may generate a set of updated BIOS variables.Modification approval module 530 may also update the set of saved BIOS variables when the set of updated BIOS variables matches the set of active BIOS variables.Modification approval module 530 may also initiate a security action when an updated BIOS variable differs from a respective member of the set of BIOS variables. - In some examples,
BIOS 500 may also include a BIOS update module (not shown). The BIOS update module may receive a request to update an updated member of the set of active BIOS settings. The BIOS update module may then validate the request, and, upon successful validation, apply the update to the updated member. The BIOS update module may then store a copy of the update in the BIOS data store. -
FIG. 6 illustrates an example computing device in which example systems and methods, and equivalents, may operate. The example computing device may be acomputer 600 that includes aprocessor 610 and amemory 620 connected by a bus 630.Computer 600 includes aBIOS security module 640.BIOS security module 640 may perform, alone or in combination, various functions described above with reference to the example systems, methods, and so forth. In different examples,BIOS security module 640 may be implemented as a non-transitory computer-readable medium storing processor-executable instructions, in hardware, software, firmware, an application specific integrated circuit, and/or combinations thereof. - The instructions may also be presented to
computer 600 asdata 650 and/orprocess 660 that are temporarily stored inmemory 620 and then executed byprocessor 610. Theprocessor 610 may be a variety of processors including dual microprocessor and other multi-processor architectures.Memory 620 may include non-volatile memory (e.g., read only memory) and/or volatile memory (e.g., random access memory).Memory 620 may also be, for example, a magnetic disk drive, a solid state disk drive, a floppy disk drive, a tape drive, a flash memory card, an optical disk, and so on. Thus,memory 620 may storeprocess 660 and/ordata 650.Computer 600 may also be associated with other devices including other computers, devices, peripherals, and so forth in numerous configurations (not shown). - It is appreciated that the previous description of the disclosed examples is provided to enable any person skilled in the art to make or use the present disclosure. Various modifications to these examples will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other examples without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the examples shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (15)
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/US2016/058047 WO2018075057A1 (en) | 2016-10-21 | 2016-10-21 | Bios security |
Publications (2)
Publication Number | Publication Date |
---|---|
US20190087582A1 true US20190087582A1 (en) | 2019-03-21 |
US10803176B2 US10803176B2 (en) | 2020-10-13 |
Family
ID=62018732
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/083,818 Active 2037-02-13 US10803176B2 (en) | 2016-10-21 | 2016-10-21 | Bios security |
Country Status (5)
Country | Link |
---|---|
US (1) | US10803176B2 (en) |
EP (1) | EP3485416B1 (en) |
CN (1) | CN109804378A (en) |
TW (1) | TWI672634B (en) |
WO (1) | WO2018075057A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220027138A1 (en) * | 2020-07-27 | 2022-01-27 | Dell Products, Lp | System and method for system-wide firmware downgrade control |
US11347519B2 (en) * | 2020-05-27 | 2022-05-31 | Dell Products L.P. | Systems and methods for detecting short-term changes to BIOS setup |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019236087A1 (en) * | 2018-06-07 | 2019-12-12 | Hewlett-Packard Development Company, L.P. | Non-volatile memory protections |
TWI736074B (en) * | 2019-12-20 | 2021-08-11 | 瑞昱半導體股份有限公司 | Peripheral devices and upgrade-verifying method thereof |
CN113127844A (en) * | 2021-03-24 | 2021-07-16 | 山东英信计算机技术有限公司 | Variable access method, device, system, equipment and medium |
TWI789142B (en) * | 2021-12-03 | 2023-01-01 | 新唐科技股份有限公司 | Controller, computing device, bios recovery and backup method |
US20230418590A1 (en) * | 2022-06-22 | 2023-12-28 | Hewlett-Packard Development Company, L.P. | Instruction updates |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7143275B2 (en) * | 2002-08-01 | 2006-11-28 | Hewlett-Packard Development Company, L.P. | System firmware back-up using a BIOS-accessible pre-boot partition |
US20110113181A1 (en) * | 2009-11-06 | 2011-05-12 | Piwonka Mark A | System and method for updating a basic input/output system (bios) |
US20120260082A1 (en) * | 2011-04-08 | 2012-10-11 | Insyde Software Corp. | System and method for processing requests to alter system security databases and firmware stores in a unified extensible firmware interface-compliant computing device |
US20140040605A1 (en) * | 2012-08-01 | 2014-02-06 | William T. Futral | Methods and apparatus for performing secure bios upgrade |
US20140189336A1 (en) * | 2012-12-28 | 2014-07-03 | Miguel Ballesteros | Methods and apparatus to support authenticated variables |
US20150089209A1 (en) * | 2013-09-25 | 2015-03-26 | Cisco Technology, Inc. | Synchronization of UEFI Secure Boot Variables on a Managed Server |
US20150089238A1 (en) * | 2013-09-20 | 2015-03-26 | Insyde Software Corp. | System and method for verifying changes to uefi authenticated variables |
US9026771B2 (en) * | 2007-04-27 | 2015-05-05 | Hewlett-Packard Development Company, L.P. | Secure computer system update |
US20150205616A1 (en) * | 2012-09-28 | 2015-07-23 | Hewlett-Packard Development Company, L.P. | Selectable graphics controllers to display output |
US20150379306A1 (en) * | 2014-06-27 | 2015-12-31 | Vincent J. Zimmer | Management of Authenticated Variables |
US20160162285A1 (en) * | 2011-01-19 | 2016-06-09 | International Business Machines Corporation | Updating software |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7293169B1 (en) | 2003-02-26 | 2007-11-06 | American Megatrends, Inc. | Methods and systems for remotely updating the firmware of multiple computers over a distributed network |
US9413538B2 (en) | 2011-12-12 | 2016-08-09 | Microsoft Technology Licensing, Llc | Cryptographic certification of secure hosted execution environments |
WO2013093209A1 (en) | 2011-12-21 | 2013-06-27 | Ssh Communications Security Oyj | Automated access, key, certificate, and credential management |
JP6054908B2 (en) | 2014-05-22 | 2016-12-27 | レノボ・シンガポール・プライベート・リミテッド | Method for repairing variable sets, computer program and computer |
-
2016
- 2016-10-21 US US16/083,818 patent/US10803176B2/en active Active
- 2016-10-21 EP EP16919189.7A patent/EP3485416B1/en active Active
- 2016-10-21 WO PCT/US2016/058047 patent/WO2018075057A1/en unknown
- 2016-10-21 CN CN201680089928.9A patent/CN109804378A/en active Pending
-
2017
- 2017-05-15 TW TW106115984A patent/TWI672634B/en not_active IP Right Cessation
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7143275B2 (en) * | 2002-08-01 | 2006-11-28 | Hewlett-Packard Development Company, L.P. | System firmware back-up using a BIOS-accessible pre-boot partition |
US9026771B2 (en) * | 2007-04-27 | 2015-05-05 | Hewlett-Packard Development Company, L.P. | Secure computer system update |
US20110113181A1 (en) * | 2009-11-06 | 2011-05-12 | Piwonka Mark A | System and method for updating a basic input/output system (bios) |
US20160162285A1 (en) * | 2011-01-19 | 2016-06-09 | International Business Machines Corporation | Updating software |
US20120260082A1 (en) * | 2011-04-08 | 2012-10-11 | Insyde Software Corp. | System and method for processing requests to alter system security databases and firmware stores in a unified extensible firmware interface-compliant computing device |
US20140040605A1 (en) * | 2012-08-01 | 2014-02-06 | William T. Futral | Methods and apparatus for performing secure bios upgrade |
US20150205616A1 (en) * | 2012-09-28 | 2015-07-23 | Hewlett-Packard Development Company, L.P. | Selectable graphics controllers to display output |
US20140189336A1 (en) * | 2012-12-28 | 2014-07-03 | Miguel Ballesteros | Methods and apparatus to support authenticated variables |
US20150089238A1 (en) * | 2013-09-20 | 2015-03-26 | Insyde Software Corp. | System and method for verifying changes to uefi authenticated variables |
US20150089209A1 (en) * | 2013-09-25 | 2015-03-26 | Cisco Technology, Inc. | Synchronization of UEFI Secure Boot Variables on a Managed Server |
US20150379306A1 (en) * | 2014-06-27 | 2015-12-31 | Vincent J. Zimmer | Management of Authenticated Variables |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11347519B2 (en) * | 2020-05-27 | 2022-05-31 | Dell Products L.P. | Systems and methods for detecting short-term changes to BIOS setup |
US20220027138A1 (en) * | 2020-07-27 | 2022-01-27 | Dell Products, Lp | System and method for system-wide firmware downgrade control |
US12001827B2 (en) * | 2020-07-27 | 2024-06-04 | Dell Products L.P | System and method for system-wide firmware downgrade control |
Also Published As
Publication number | Publication date |
---|---|
WO2018075057A1 (en) | 2018-04-26 |
US10803176B2 (en) | 2020-10-13 |
EP3485416A1 (en) | 2019-05-22 |
TWI672634B (en) | 2019-09-21 |
EP3485416A4 (en) | 2020-01-29 |
CN109804378A (en) | 2019-05-24 |
EP3485416B1 (en) | 2020-11-25 |
TW201820130A (en) | 2018-06-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10803176B2 (en) | Bios security | |
US11520894B2 (en) | Verifying controller code | |
US10740468B2 (en) | Multiple roots of trust to verify integrity | |
US9880908B2 (en) | Recovering from compromised system boot code | |
US9870474B2 (en) | Detection of secure variable alteration in a computing device equipped with unified extensible firmware interface (UEFI)-compliant firmware | |
EP2681689B1 (en) | Protecting operating system configuration values | |
EP3028147B1 (en) | Updating boot code | |
US9129103B2 (en) | Authenticate a hypervisor with encoded information | |
US7921461B1 (en) | System and method for rootkit detection and cure | |
WO2013067486A1 (en) | Secure boot administration in a unified extensible firmware interface (uefi)- compliant computing device | |
US10181956B2 (en) | Key revocation | |
US11200065B2 (en) | Boot authentication | |
US20120011353A1 (en) | Information processing apparatus having verification capability of configuration change | |
US20200159929A1 (en) | Basic input/output system updates | |
WO2018176125A1 (en) | Method and apparatus for secure computing device start up | |
WO2016024967A1 (en) | Secure non-volatile random access memory | |
US20200143058A1 (en) | Operational verification | |
KR102153048B1 (en) | Method and apparatus for detection alteration of smram | |
US20170017794A1 (en) | Method and device for protecting a computing apparatus against manipulation | |
CN116089967B (en) | Data rollback prevention method and electronic equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:VILLATEL, MAUGAN;BALACHEFF, BORIS;PLAQUIN, DAVID;AND OTHERS;REEL/FRAME:047333/0242 Effective date: 20160930 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |