Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SECURE UPDATE OF FIRMWARE AND SOFTWARE
Document Type and Number:
WIPO Patent Application WO/2016/076880
Kind Code:
A1
Abstract:
Example implementations relate to secure update of firmware and software. For example, a method for providing secure firmware and software updates to a computing system includes receiving, by a management processor, an update request from a management station for the computing system, where the update request comprises update parameters indicative of components to be updated within the computing system. Further, the method includes storing details of the update request including the update parameters at a pre-defined memory location, where the update parameters include at least one certificate associated with the update request. The method also includes accessing, at least one of a firmware image and a software patch corresponding to the update request based on identification of the update parameters stored at the pre-defined memory location by an update manager, where the update manager has predefined access rights and privileges within an Operating System (OS) of the computing system.

Inventors:
SHIVANNA SUHAS (IN)
B H SANDEEP (IN)
M S NEENA (IN)
VADEN TOM L (US)
Application Number:
PCT/US2014/065615
Publication Date:
May 19, 2016
Filing Date:
November 14, 2014
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
HEWLETT PACKARD ENTPR DEV LP (US)
International Classes:
G06F21/50
Domestic Patent References:
WO2008127523A12008-10-23
Foreign References:
US20120311559A12012-12-06
US20130318357A12013-11-28
US20100082955A12010-04-01
US20090178033A12009-07-09
Attorney, Agent or Firm:
ADEKUNLE, Olaolu O et al. (3404 E. Harmony RoadMail Stop 7, Fort Collins CO, US)
Download PDF:
Claims:
What is claimed is:

1. A method for providing secure firmware and software updates to a computing system, the method comprising:

receiving, by a management processor of the computing system, an update request for the computing system, from a management station, wherein the update request includes update parameters indicative of components to be updated within the computing system, and

the update parameters include at least one certificate associated with the update request;

storing details of the update request and the update parameters at a pre- defined memory location;

accessing, at least one of a firmware image and a software patch corresponding to the update request based on identification of the update parameters stored at the pre-defined memory location by an update manager, wherein

the update manager has predefined access rights and privileges within an Operating System (OS) of the computing system; and verifying the at least one of the firmware image and the software patch based on the at least one certificate associated with the update request. 2. The method as claimed in claim 1, wherein the method further comprises generating an interrupt to indicate a pending firmware update corresponding to the received update request. 3. The method as claimed in claim 2, wherein the accessing comprises:

identifying the interrupt corresponding to the update request;

determining a location of the at least one of the firmware image and the software patch based on the update parameters stored at the pre-defined memory location; and downloading, by the update manager, the at least one of the firmware image and the software patch from the determined location based on the at least one certificate associated with the update request. 4. The method as claimed in claim 1, wherein the pre-defined memory location is a shared memory region (SMR) of the computing system, and wherein the SMR is accessible to the management processor and the update manager. 5. The method as claimed in claim 4, wherein the SMR is accessed using at least one of a shared memory semantics and industry standard commands, sent over a sideband interface connecting the update manager and the management processor. 6. The method as claimed in claim 1, wherein the update manager is a service of the OS of the computing system with predefined access rights and privileges.

7. The method as claimed in claim 1, further comprising installing the at least one of the firmware image and the software patch onto the computing system.

8. A computing system for secure firmware and software update, the computing system comprising:

a management processor to:

receive an update request from a management station, for the computing system, wherein

the update request comprises update parameters indicative of components to be updated within the computing system, and the update parameters include at least one certificate associated with the update request;

store the update request along with the update parameters at a pre-defined memory location; and

generate an interrupt corresponding to the update request to indicate a pending update for the components of the computing system; an update manager coupled to the management processor, the update manager comprising:

a communication module with predefined access rights and privileges within an Operating System (OS) of the computing system to:

identify the interrupt corresponding to the update request; access the pre-determined memory location to determine a location of the at least one of the firmware image and the software patch based on the update parameters; and

download the at least one of the firmware image and the software patch from the pre-determined location based at least on the at least one certificate included in the update parameters associated with the update request.

9. The computing system as claimed in claim 8, wherein the pre-defined memory location is at least one of a primary memory and a secondary memory of the computing system, wherein the pre-defined memory location is accessible to the management processor and the update manager.

10. The computing system as claimed in claim 8 further comprising a verification module to verify the at least one of the one firmware image and the software patch based on the certificate associated with the update request.

11. The computing system as claimed in claim 8 further comprising an installation module to install the at least one of the firmware image and the software patch onto the computing system.

12. The computing system as claimed in claim 8, wherein the pre-defined memory location is a shared memory region (SMR) of the computing system, and wherein the SMR is accessible to the management processor and the update manager.

13. The computing system as claimed in claim 8, wherein the update manager is a service of the OS of the computing system and is a part of OS installation with predefined access rights and privileges, and wherein the service is run in secured OS application containers.

14. A non-transitory computer-readable medium comprising instructions for secure firmware and software update on a computing system executable by a processor resource to:

receive an update request from a management station, for the computing system, wherein

the update request includes update parameters indicative of components to be updated within the computing system and

the update parameters include at least one certificate associated with the update request;

store the update request along with the update parameters at a pre- defined memory location, wherein;

access the pre-determined memory location to determine a location of the at least one of a firmware image and a software patch based on the update parameters; and download the at least one of the firmware image and the software patch from the determined location based at least on the certificate included in the update parameters associated with the update request.

15. The non-transitory computer-readable medium as claimed in claim 14, wherein the instructions are to further:

verify the at least of the one firmware image and the software patch based on the certificate associated with the update request; and

install the at least one of the firmware image and the software patch onto the computing system.

Description:
SECURE UPDATE OF FIRMWARE AND SOFTWARE

BACKGROUND

[0001] Computing systems, for example, laptops, desktops, personal digital assistants (PDA's), servers, Internet appliances, and combinations thereof generally include different components, such as input/output (I/O) cards, Basic Input/ Output System (BIOS), and device drivers. Such components generally contain a firmware, software, or any other suitable code that is executed to perform desired functionalities. Different components of the computing systems may be updated with new firmware or software from time to time. In an environment where servers are utilized to provide various functionalities, firmware or software of BIOS, I/O cards, and drivers may be frequently updated to provide the servers with most recent functionalities and capabilities.

BRIEF DESCRIPTION OF DRAWINGS

[0002] The detailed description is provided with reference to the accompanying figures. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. The same numbers are used throughout the drawings to reference like features and components.

[0003] Fig. 1(a) illustrates an example computing environment, implementing a computing system for secure update of firmware and software;

[0004] Fig. 1(b) illustrates various elements of the computing system, according to an example implementation of the present subject matter;

[0005] Fig. 1(c) illustrates elements of the computing system, according to another example implementation of the present subject matter; [0006] Fig. 2 is a flowchart representative of an example method of secure firmware and software update by a computing system; and

[0007] Fig. 3 illustrates an example computing environment, implementing a non-transitory computer-readable medium for secure update of firmware and software in a computing system.

DETAILED DESCRIPTION

[0008] The present subject matter relates to systems and methods for providing secure firmware and software updates to computing system. Within the life time of a computing system, many new versions of software and firmware may be released by independent hardware vendors (IHVs) and original equipment manufacturers (OEMs) which may include important updates or patches. Different organizations may install such updates to keep their computing systems up-to-date with the new versions of the software and firmware. Therefore, installation of computing systems in organizations may not be a one time activity and these computing systems may have to be updated with new firmware and software from time to time.

[0009] Generally, a computing system may have many updates including, but not limited to, BIOS updates, management firmware updates, I/O firmware image updates, provider agent updates, and device driver updates. To manage such different types of updates in computing systems, management processors are generally implemented by organizations which provide out-of-band management capabilities, such as installation of new versions of firmware and software onto the computing devices without actively utilizing resources of the computing system.

[0010] While updating a computing system with new versions of firmware and software, although some of the components like BIOS and Management firmware can be updated out-of-band using the management processor; some of the other firmware updates, such as I/O card firmware update and driver software update may necessitate support of the operating system (OS) running on the computing system for completion. Accordingly, updating such components of the computing system may require access credentials of the OS. However, sharing of OS credentials increases possible threats of malicious attacks on the computing system, thereby making the computing system vulnerable.

[0011] In some scenarios, to avoid sharing of OS credentials for the purpose of updates, and allow secure update of firmware and software, agents or software modules are deployed on the computing system. Such agents or software modules are either permanently deployed on the computing system, or are installed at the time of actual update and thereafter uninstalled. Deployment of agents on the computing system not only consumes valuable resources of the computing system, but also adds to the overall manageability overhead. Also, since the agents or software modules run with highest access privileges, such as that of a“root”, the computing system is exposed to security attacks by malicious users.

[0012] According to example implementations of the present subject matter, systems and methods for providing secure firmware and software updates to computing systems are described. The described systems and methods may allow management processors to update firmware and software onto a computing system, without utilizing deployment of an external agent, or necessitating sharing of OS credentials.

[0013] The described systems and methods may be implemented in various computing systems connected through various networks. Although the description herein is with reference to computing systems of data center environment such as servers, the methods and described techniques may be implemented in other devices, albeit with a few variations. Various implementations of the present subject matter have been described below by referring to several examples.

[0014] In an example of the present subject matter, the described computing systems may be implemented in a server and may also utilize a management processor for out-of-band management services. Further, the computing systems may also be monitored and controlled by management stations which may provide various functionalities, including monitoring of firmware and software updates from time to time.

[0015] In operation, the management processor of the computing system implemented as a server in data centre environment, may receive a firmware or a software update request from a management station. For the sake of explanation, the firmware update request and the software update request, received by the management processor, have been commonly and individually referred to as an update request, hereinafter.

[0016] In one example implementation of the present subject matter, the management processor may also receive update parameters within the update request, received from the management station. The update parameters may include information related to the update of the firmware or the software necessitated on the computing system. For example, the update parameters may include details of the updates to be done, along with a location of a third party device that may host these firmware or software updates. Further, the update parameters may also include unique keys or certificates to establish a secure connection with the third party device for the purpose of accessing and downloading of these updates for single sign on operations. Furthermore, the update parameters may also include certificates based on which authenticity and validity of a firmware image or a software patch for the firmware or the software update can be confirmed.

[0017] In said example implementation, the computing system, upon receiving the update request, may store the update request along with the update parameters in a pre-defined memory location; and may generate an interrupt for an update manager of the computing system. In one implementation, the update manager may be a dedicated service running on the OS of the computing system to facilitate secure firmware and software updates. The platform independent OS service can be part of the core OS installation necessitating no additional installation of agents. In said implementation, the update manager may identify the interrupt, read the update request using the secure in-band interface, and initiate a secure download of the firmware image, or the software patch for the firmware or the software update, respectively.

[0018] It would be understood that for a firmware update, the firmware image may be utilized by the computing system; and for a software update, the software patch may be installed by the computing system.

[0019] The update manager of the computing system, may access the update parameters from the pre-defined memory location, and may accordingly download the firmware image or the software patch from the third party device securely. In one implementation of the present subject matter, the update manager may be provided with predefined access rights and privileges such that the update manager can merely download components in a secure manner, based on the update request and the update parameters. In other words, the update manager may be provided with predefined access rights and privileges such that they utilize secure OS containers like Linux OS containers to run the OS service and isolate any firmware or software update invocations.

[0020] The downloaded firmware image or the software patch may then be installed onto the computing system to update the components of the computing system. Therefore, the described methods may enable a secure firmware and software update mechanism without adding any configuration overheads. The provisioning of predefined access rights and privileges to the update manager may provide additional security to the firmware and software update mechanism. Further, since the update parameters may include unique keys or certificates for establishing a mutually authenticated secure connection with the third party devices, the computing system is not vulnerable to malicious attacks and security threats. Moreover, certificates included in the update parameters may allow validation of the downloaded firmware image or software patch for handling certification revocations more flexibly. Furthermore, since agents and third party patches are not installed for the purpose of firmware and software update, additional computing resources of the computing system are not utilized. [0021] The above systems and methods are further described with reference to Fig.1(a), 1(b), 1(c), 2, and 3. It should be noted that the description and figures merely illustrate the principles of the present subject matter along with examples described herein and, should not be construed as a limitation to the present subject matter. It is thus understood that various arrangements may be devised that, although not explicitly described or shown herein, embody the principles of the present subject matter. Moreover, all statements herein reciting principles, aspects, and embodiments of the present subject matter, as well as specific examples thereof, are intended to encompass equivalents thereof.

[0022] Fig. 1(a) schematically illustrates a computing environment 100, implementing an example computing system 102, according to an example implementation of the present subject matter. The computing environment 100 may either be a public distributed environment or may be a private closed computing environment. According to an implementation of the present subject matter, the computing system 102 may be implemented as, but is not limited to, a server, a workstation, a computer, and the like. The computing system 102 may also be a machine readable instructions-based implementation or a hardware-based implementation or a combination thereof.

[0023] The computing system 102 may communicate with different entities of the computing environment 100, such as a management station 104 and third party device(s) 106 through a network 108. The third party devices may include various devices, such as a Centralized Component Repository (CCR). The management station 104 and the third party device(s) 106 may include, but are not restricted to, servers, workstations, desktop computers, laptops, smart phones, personal digital assistants (PDAs), tablets, virtual hosts, applications, and the like.

[0024] The network 108 may be a wireless network, a wired network, or a combination thereof. The network 108 may also be an individual network or a collection of many such individual networks, interconnected with each other and functioning as a single large network, e.g., the Internet or an intranet. The network 108 may be implemented as one of the different types of networks, such as intranet, local area network (LAN), wide area network (WAN), and such. The network 108 may either be a dedicated network or a shared network, which represents an association of the different types of networks that use a variety of protocols, for example, Hypertext Transfer Protocol (HTTP), Transmission Control Protocol/Internet Protocol (TCP/IP), etc., to communicate with each other.

[0025] The network 108 may also include individual networks, such as, but are not limited to, Global System for Communication (GSM) network, Universal Telecommunications System (UMTS) network, Long Term Evolution (LTE) network, Personal Communications Service (PCS) network, Time Division Multiple Access (TDMA) network, Code Division Multiple Access (CDMA) network, Next Generation Network (NGN), Public Switched Telephone Network (PSTN), and Integrated Services Digital Network (ISDN). Depending on the implementation, the network 108 may include various network entities, such as base stations, gateways and routers; however, such details have been omitted to maintain the brevity of the description. Further, it may be understood that the communication between the computing system 102, the management station 104, and other entities may take place based on the communication protocol compatible with the network 108.

[0026] In one example implementation, the computing system 102 may securely perform firmware and software updates based on communication with the management station 104 and the third party device(s) 106 through the network 108. In said example implementation, the computing system 102 may include a management processor 112, and an update manager 110 to communicate with the management station 104 and the third party device(s) 106, and perform secure firmware and software update.

[0027] Although the computing system 102 may perform secure update based on the elements described in the example implementation, the computing system 102 may also perform other functionalities and may include other different elements. Such example functionalities and example elements have been described in more detail in reference to Fig.1(b). [0028] Fig. 1(b) schematically illustrates elements of the computing system 102, according to an example implementation of the present subject matter. In one implementation of the present subject matter, the computing system 102 may include, apart from the update manager 110 and the management processor 112, data 114 and a shared memory region (SMR) 116. Apart from the management processor 112, the computing system 102 may also include processor(s) (not shown) to run an operating system and other applications and services. The management processor 112, and the processor(s) of the computing system 102 may be implemented as microprocessor(s), microcomputer(s), microcontroller(s), digital signal processor(s), central processing unit(s), state machine(s), logic circuit(s), and/or any device(s) that manipulates signals based on operational instructions. Among other capabilities, the processor may fetch and execute computer- readable instructions stored in a memory. The functions of the various ‘processor(s)’ may be provided through the use of dedicated hardware as well as hardware capable of executing machine readable instructions.

[0029] The operating system (OS) of the computing system 102 may also include interface(s) 118. The interface(s) 118 may include a variety of machine readable instructions-based interfaces and hardware interfaces that allow the OS of the computing system 102 to interact with different entities, such as the management processor 112, the SMR 116, and the data 114. Further, the interface(s) 118 may enable the components of the computing system 102 to communicate with other communication and computing devices, such as the management station 104 and the third party device 106, web servers and external repositories.

[0030] Although the SMR 116 has been shown outside the computing system 102, the SMR 116 may also be implemented as a memory of the computing system 102, shared among different entities, such as the management processor 112 and the OS. The SMR 116 may be communicatively coupled to the processor(s) of the computing system 102. The SMR 116 may include any computer-readable medium including, for example, volatile memory (e.g., RAM), and/or non-volatile memory (e.g., EPROM, flash memory, Memristor, etc.). The SMR 116 maybe communicatively coupled to the management processor 112 and different components of the OS, through one or more secure in-band interface using widely accepted industry standard protocols. In one example implementation, the interface 118 may include sideband interfaces to facilitate secure in-band communication between the management processor 112, the components of the OS, and the SMR 116.

[0031] In one example implementation of the present subject matter, the management processor 112 and the update manager 110 may include different module(s). The module(s) along with the update manager 110 may be communicatively coupled to the processor(s) of the computing system 102. The module(s), amongst other things, include routines, services, programs, objects, components, data structures, and the like, which perform particular tasks or implement particular abstract data types. The module(s) further include modules that supplement applications on the computing system 102, for example, services of the operating system.

[0032] The data 114 serves, amongst other things, as a repository for storing data that may be fetched, processed, received, or generated by the module(s) of the update manager 110. Although the data 114 is shown internal to the computing system 102, it may be understood that the data 114 may reside in an external repository (not shown), which may be communicatively coupled to the computing system 102. The computing system 102 may communicate with the external repository through the interface(s) 118 to obtain information from the data 114.

[0033] In an implementation, the management processor 112 of the computing system 102 may include a management processor update module (MPUM) 119, and the update manager 110 of the computing system 102 includes a communication module 120, a verification module 122, an installation module 124, and other module(s) 126. In an implementation, the data 114 of the computing system 102 includes update parameters 128, access rights 130, and other data 132. The other module(s) 126 may include programs or coded instructions that supplement applications and functions, for example, programs in the OS of the computing system 102, and the other data 132 fetched, processed, received, or generated by the other module(s) 126.

[0034] The following description describes the computing system 102 communicating with the management station 104 and the third party devices 106 for the purpose of firmware and software updates of the various components of the computing system 102. In one example implementation, the various components of the computing system 102 that may be updated from time to time may include, but not limited to, input/output (I/O) cards, Basic Input/ Output System (BIOS), and device drivers. Further, the described techniques for secure update of the firmware and software have been made in reference to updates which necessitate support of the OS running on the computing system 102. However, it will be understood that the concepts thereto may be extended to other out-of-band updates of the computing system 102 as well

[0035] In one implementation of the present subject matter, the MPUM 119 of the management processor 112 may receive an update request from the management station 104. The update request may indicate to the MPUM 119 that an update is necessitated for one or more components of the computing system 102. As described earlier, the management station 104 may be a computing device for monitoring and controlling updates of various components of the computing system 102, from time to time.

[0036] The management station 104 may be pre-configured with the updates based on components of the computing system 102 and the updates provided by vendors OEMs. Further, the management station 104 may also include different update policies defined by administrators for the purpose of updating components of one or more computing systems, such as the computing system 102. In one example, management station 104 like Hewlett Packard’s OneView and Smart Update Manager (SUM) may be implemented as the management station 104 for controlling and managing firmware and software updates for the computing system 102. [0037] In one example implementation, the MPUM 119, upon receiving the update request, may validate the management station 104 using either a local database, or Lightweight Directory Access Protocol (LDAP) service. Once the management station 104 is authenticated, the MPUM 119 may check if the credentials of the management station 104 are provided with privileges to request an update of components on the computing system 102. In another example implementation, the communication between the management station 104 and the MPUM 119 of the management processor 112 may be more secured by a multi-factor authentication.

[0038] In one implementation of the present subject matter, the MPUM 119 may receive, along with the update request, update parameters associated with the update request. The update parameters may indicate the details about the updates to be performed on the components of the computing system 102. For example, the update parameters may describe the specific components which have to be updated on the computing system 102. For example, the update parameter may define three different device drivers and one IO card firmware image which have to be updated. Further, the update parameters may also define a location from where the firmware image or the software patch can be retrieved for installation.

[0039] In one example, the update request received by the MPUM 119 may merely indicate availability of firmware and software updates for components of the computing system 102, and may not include the firmware image, or the software patch. The firmware image, or the software patch associated with the update request may be located and hosted by some other third party device 106, such as a centralized component repository (CCR).

[0040] In yet another example, the update request received from the management station 104 may include the firmware image, or the software patch. In such situations, the management processor 112 may receive, along with the update request, the firmware image, or the software patch to be installed onto the different components of the computing system 102. [0041] For the sake of explanation, the forthcoming description is described considering that the update request merely indicate availability of firmware and software updates for components of the computing system 102, and does not include the firmware image, or the software patch. In such situations, the update parameters may also include a location of the third party device 106, such as an Internet Protocol (IP) address, from where the firmware image or the software patch can be securely accessed. Further, the update parameters may also include a unique key or a certificate (digital) to establish a secure connection with the third party device and download the necessary firmware image or the software patch. Furthermore, the update parameters may also include certificates based on which authenticity and validity of the firmware images or the software patches, for the firmware or the software update, can be confirmed.

[0042] The MPUM 119, upon validating the update request and receiving the update parameters, may store the update request at a pre-determined memory location, such as the SMR 116. Therefore, the SMR 116 may be updated with the update request to install firmware or software updates on the computing system 102. As described earlier, the SMR 116 may be a shared memory location which may be jointly accessible by the OS of the computing system 102 and the management processor 112 along with the MPUM 119.

[0043] For the purpose of security, the SMR 116 may not be accessible by any other entity of the computing environment 100, apart from the management processor 112 and the OS of the computing system 102. Further, although the SMR 116 has been shown external to the computing system 102, the SMR may also be included within the computing system 102 can be a primary or a secondary memory of the computing system 102. In one implementation, the management processor 112, along with the update request, may also store the update parameters within the SMR 116. In another implementation, the SMR 116 may be a protected memory region accessible only to the management processor 112. Any request to access the data in the SMR 116 may be performed using an industry standard in-band interface and protocols, like Intelligent Platform Management Interface (IPMI).

[0044] The MPUM 119, upon updating the SMR 116 with the update request, may generate an interrupt for the update manager 110 of the computing system 102. The interrupt may be a general purpose event generated based on industry standard interfaces, such as an Advanced Configuration and Power Interface (ACPI) interface. The interrupt may signal the update manager 110 that a new firmware or software update request is pending for the components of the computing system 102. Depending on the technology implemented, it would be appreciated that the form of the interrupt may vary and the interface utilized may change.

[0045] In one example implementation of the present subject matter, the update manager 110 may identify the interrupt. In particular, the communication module 120 within the update manager 110 may identify the interrupt. Based on the identification of the interrupt, the communication module 120 may query the pre-defined memory location, such as the SMR 116 and process the pending update request. The communication module 120 may access the update parameters from the SMR 116 and identify the location of the third party device 106 from which the firmware image or the software patch can be accessed. The accessed update parameters may be stored within the data 114 as the update parameters 128.

[0046] The SMR 116 may either be securely accessed using shared memory semantics, or in situations where the SMR 116 is protected, the communication module 120 within the update manager 110 may request the management processor 112 to provide the data in SMR 116 using industry standard commands, such as IPMI commands, through the secure sideband interfaces.

[0047] The third party device 106 may be a CCR hosting the firmware image or the software patch necessitated for the update of components of the computing system 102. The CCR can be understood to be a trusted entity capable of establishing a secure connection with the communication module 120 of the computing system 102. In one implementation, the management station 104 may itself act as the CCR and may host the firmware image or the software patch necessitated for the update of the components.

[0048] The communication module 120, upon establishing a secure connection with the third party device 106, may validate the connection based on unique keys or digital certificates included in the update parameters. Further, upon establishment of a secure connection, the communication module 120 may also download the firmware image or the software patch associated with the update request.

[0049] In one example implementation of the present subject matter, the verification module 122 may validate the downloaded firmware image or the software patch based on certificates included in the update parameters. For instance, the certificates may be matched with the signature included within the downloaded firmware image or the software patch for the purpose of verification. Similarly, the certificate may also include a hash value which may be verified by computing a hash of the downloaded firmware image or the software patch. Therefore, the verification module 122 may perform the validation of the downloaded firmware image or the software patch based on different techniques.

[0050] Once the verification is completed, the installation module 124 may install the downloaded firmware image or the software patch to update the different components of the computing system 102. It would be appreciated that a firmware image may be flashed onto ROM of the component that is to be updated and software patch may be installed onto the drivers of the components, by the installation module 124.

[0051] In one implementation, the update manager 110 may be implemented as a service of the OS of the computing system 102 and may be provided with predefined access rights and privileges. For example, the communication module 120 of the update manager 110 may be provided with limited communication access to the pre-defined memory location, such as the SMR 116, and the third party devices 106 hosting the firmware images and software patches, as defined by the update parameters. Similarly, the installation module 124 of the update manager 110 may merely be provided with privileges to install verified and authenticated firmware images or software patches on selected devices. The access rights and privileges of the update manager 110 and its various components may be defined by an administrator or at design time by a design or configuration team and may be stored within the data 114 as the access rights 130.

[0052] As described earlier, the update request, apart from including the update parameters, may also include the firmware image and the software patch to be utilized for the update of the components. In such an example implementation, the management processor 112 may store the firmware image and the software patch onto the pre-defined memory location, as the SMR 116, along with the update request and the update parameters. The update manager 112, in such example, may directly access the firmware image and the software patch from the SMR 116. Therefore, the communication module 120 may not have to establish a connection with an external third party device, and the update of software and firmware can be completed.

[0053] Fig. 1(c) schematically illustrates elements of the computing system 102, according to another example implementation of the present subject matter. The computing system 102 may include the management processor 112 and the update manager 110. The update manager 110 may include the communication module 120, the verification module 122, and the installation module 124.

[0054] In one example implementation of the present subject matter, the management processor 112 of the computing system 102 may receive update request to update components of the computing system 102. The management processor 112 may store the update request at a pre-defined memory location for the update manager 110. Further, the management processor 112 may also generate an interrupt for the update manager to indicate a pending update request.

[0055] The update manager 110 may identify the interrupt generated by the management processor 112 and may access the firmware images or the software patches. The verification module 122 configured to run with predefined privileges, like the update manager 110 may verify the firmware images or software patches based on certificates associated with the update request to ensure authenticity and validity of the firmware images or software patches. Further, the installation module 124 configured to run with predefined privileges using OS features like secure application security containers may install the validated and authenticated firmware images or software patches to update one or more components of the computing system 102. It would be appreciated that the update manager 110 and its components may be provided with predefined access rights and privileges such that they utilize secure OS containers like Linux OS containers to run the OS service and isolate any firmware or software update invocations.

[0056] Fig. 2 illustrates a method 200 for providing secure firmware and software updates to computing system. The order in which the method 200 is described is not intended to be construed as a limitation, and any number of the described method blocks may be combined in any order to implement the method 200, or an alternative method. Furthermore, the method 200 may be implemented by processor(s) or computing system(s) through any suitable hardware, non-transitory machine readable instructions, or combination thereof.

[0057] It may be understood that steps of the method 200 may be performed by programmed computing systems. The steps of the methods 200 may be executed based on instructions stored in a non-transitory computer readable medium, as will be readily understood. The non-transitory computer readable medium may include, for example, digital memories, magnetic storage media, such as one or more magnetic disks and magnetic tapes, hard drives, or optically readable digital data storage media. [0058] Further, although the method 200 may be implemented in a variety of computing systems of a computing environment; in an embodiment described in Fig. 2, the method 200 is explained in context of the aforementioned computing system 102, for ease of explanation.

[0059] Referring to Fig. 2, in an implementation of the present subject matter, at block 202, an update request is received. The update request may indicate a firmware or a software update for one or more components of the computing system. In one example implementation, the update request may include update parameters indicative of components to be updated within a computing system. The update parameters may include details of the updates to be done, along with a location of a third party device that may host these firmware or software updates. Further, the update parameters may also include unique keys to establish a secure connection with the third party device for the purpose of accessing and downloading of these updates. Furthermore, the update parameters may also include certificates based on which authenticity and validity of a firmware image or a software patch for the firmware or the software update can be confirmed.

[0060] At block 204, details of the update request including the update parameters are stored at a predefined memory location. In one example, the update parameters may include at least one certificate associated with the update request. The certificate may allow verification of firmware images and software patches to be installed onto the computing system for update of the one or more components. The pre-defined memory location may be a shared memory region within the primary or the secondary memory of the computing system 102. Further, the pre-defined memory locations may also be a remote storage location which may be accessible to the entities of the computing system 102.

[0061] At block 206, at least one of a firmware image and a software patch is accessed, corresponding to the update request, by an update manager. The update manager may have predefined access rights and privileges within an operating system (OS) of the computing system 102. Therefore, with limited access, the update manager 110 may access at least one of the firmware image and the software patch.

[0062] At block 208, the at least one of the firmware image and the software patch may be verified. The verification may be done by the update manager based on the certificate associated with the update request.

[0063] Fig. 3 illustrates a computing environment 300 implementing a non-transitory computer-readable medium 302, according to an implementation of the present subject matter. In one implementation, the non-transitory computer readable medium 302 may be utilized by a computing system, such as the computing system 102 (not shown). The computing system 102 may be implemented in a public networking environment or a private networking environment. In one implementation, the heterogeneous distributed system 300 includes a processing resource 304 communicatively coupled to the non- transitory computer readable medium 302 through a communication link 306 connecting to a network 308.

[0064] For example, the processing resource 304 may be implemented in a computing system, such as the computing system 102 described earlier. The computer readable medium 302 may be, for example, an internal memory device or an external memory device. In one implementation, the communication link 306 may be a direct communication link, such as any memory read/write interface. In another implementation, the communication link 306 may be an indirect communication link, such as a network interface. In such a case, the processing resource 304 may access the computer readable medium 302 through the network 308. The network 308 may be a single network or a combination of multiple networks and may use a variety of different communication protocols.

[0065] The processing resource 304 and the computer readable medium 302 may also be communicating with management station 104 over the network 308. The management station 104 may include, for example, servers, desktop computers, laptops, smart phones, PDAs, and tablets. The data sources 310 have applications that communicate with the processing resource 304, in accordance with the present subject matter.

[0066] In one implementation, the computer readable medium 302 includes a set of computer readable instructions, such as the update manager 110, including the communication module 120, the verification module 122, and the installation module 124. The set of computer readable instructions may be accessed by the processing resource 304 through the communication link 306 and subsequently executed to process data communicated with the management station 104.

[0067] For example, the computing system 102 may receive update request to update one or more of its components from the management station 104. The processing resource 304 may store the update request at a pre- defined memory location for the update manager 110. Further, the processing resource 304 may also generate an interrupt for the update manager 110 to indicate a pending update request.

[0068] The update manager 110 may identify the interrupt generated by the processing resource 304 and may access the firmware images or the software patches. The verification module 122 may verify the firmware images or software patches based on certificates associated with the update request to ensure authenticity and validity of the firmware images or software patches. Further, the installation module 124 may install the validated and authenticated firmware images or software patches to update one or more components of the computing system 102.

[0069] Therefore, the described methods may enable a secure firmware and software update mechanism without adding any configuration overheads. The provisioning of predefined access rights and privileges to the update manager 110 may provide additional security to the firmware and software update mechanism. Further, since the update parameters may include unique keys for establishing a secure connection with the third party devices, the computing system is not vulnerable to malicious attacks and security threats. Moreover, certificates included in the update parameters may allow validation of the downloaded firmware image or software patch. Furthermore, since agents and third party patches are not installed for the purpose of firmware and software update, additional computing resources of the computing system are not utilized.

[0070] Although implementations of present subject matter have been described in language specific to structural features and/or methods, it is to be understood that the present subject matter is not necessarily limited to the specific features or methods described. Rather, the specific features and methods are disclosed and explained in the context of a few implementations for the present subject matter.