CWE Database
/

CWE-1329

Back to CWE list

CWE-1329

Reliance on Component That is Not Updateable

Base
Incomplete

Description

The product contains a component that cannot be updated or patched in order to remove vulnerabilities or significant bugs.

{"xhtml:p":["\n\t\t\t If the component is discovered to contain a vulnerability or critical bug, but the issue cannot be fixed using an update or patch, then the product's owner will not be able to protect against the issue. The only option might be replacement of the product, which could be too financially or operationally expensive for the product owner. As a result, the inability to patch or update can leave the product open to attacker exploitation or critical operation failures. This weakness can be especially difficult to manage when using ROM, firmware, or similar components that traditionally have had limited or no update capabilities.\n\t\t\t ","\n\t\t\t In industries such as healthcare, \"legacy\"\n\t\t\t devices can be operated for decades. As a\n\t\t\t US task force report [REF-1197] notes, \"the inability\n\t\t\t to update or replace equipment has both\n\t\t\t large and small health care delivery\n\t\t\t organizations struggle with numerous\n\t\t\t unsupported legacy systems that cannot\n\t\t\t easily be replaced (hardware, software, and\n\t\t\t operating systems) with large numbers of\n\t\t\t vulnerabilities and few modern\n\t\t\t countermeasures.\"\n\t\t\t ","\n\t\t\t While hardware can be prone to this weakness, software systems can also be affected, such as when a third-party driver or library is no longer actively maintained or supported but is still critical for the required functionality."]}

Common Consequences

Scope

Confidentiality
Integrity
Access Control
Authentication
Authorization
Other

Impact

Gain Privileges or Assume Identity, Bypass Protection Mechanism, Execute Unauthorized Code or Commands, DoS: Crash, Exit, or Restart, Quality Degradation, Reduce Maintainability

Potential Mitigations

Requirements

Specify requirements that each component should be updateable, including ROM, firmware, etc.

Architecture and Design

Design the product to allow for updating of its components. Include the external infrastructure that might be necessary to support updates, such as distribution servers.

Architecture and Design
Implementation

With hardware, support patches that can be programmed in-field or during manufacturing through hardware fuses. This feature can be used for limited patching of devices after shipping, or for the next batch of silicon devices manufactured, without changing the full device ROM.

Implementation

Implement the necessary functionality to allow each component to be updated.

CVE-2022-34381

Java-based SDK for TLS has an unmaintained third-party component with a critical vulnerability

CVE-2020-9054

Chain: network-attached storage (NAS) device has a critical OS command injection (CWE-78) vulnerability that is actively exploited to place IoT devices into a botnet, but some products are "end-of-support" and cannot be patched (CWE-1277). [REF-1097]

Applicable Platforms

Not Language-Specific

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now