CWE-1334 – Unauthorized Error Injection Can Degrade Hardware Redundancy
Description An unauthorized agent can inject errors into a redundant block to deprive the system of redundancy or put the system in a degraded operating...
CWE-1335 – Incorrect Bitwise Shift of Integer
Description An integer value is specified to be shifted by a negative amount or an amount greater than or equal to the number of bits...
CWE-1336 – Improper Neutralization of Special Elements Used in a Template Engine
Description The product uses a template engine to insert or process externally-influenced input, but it does not neutralize or incorrectly neutralizes special elements or syntax...
CWE-1338 – Improper Protections Against Hardware Overheating
Description A hardware device is missing or has inadequate protection features to prevent overheating. Modes of Introduction: - Architecture and Design Related Weaknesses...
CWE-1339 – Insufficient Precision or Accuracy of a Real Number
Description The program processes a real number with an implementation in which the number’s representation does not preserve required accuracy and precision in its fractional...
CWE-134 – Use of Externally-Controlled Format String
Description The software uses a function that accepts a format string as an argument, but the format string originates from an external source. Modes of...
CWE-1341 – Multiple Releases of Same Resource or Handle
Description The product attempts to close or release a resource or handle more than once, without any successful open between the close operations. Modes of...
CWE-1342 – Information Exposure through Microarchitectural State after Transient Execution
Description The processor does not properly clear microarchitectural state after incorrect microcode assists or speculative execution, resulting in transient execution. Modes of Introduction: - Architecture...
CWE-135 – Incorrect Calculation of Multi-Byte String Length
Description The software does not correctly calculate the length of strings that can contain wide or multi-byte characters. Modes of Introduction: - Implementation ...
CWE-1351 – Improper Handling of Hardware Behavior in Exceptionally Cold Environments
Description A hardware device, or the firmware running on it, is missing or has incorrect protection features to maintain goals of security primitives when the...