LiveActive security incident?Get immediate response
CWE Reference

CWE in integration

Browse cwe in integration with official CWE context and Glexia analysis.

Release 4.20listing

Search And Filters

Browse CWE records

Showing 11 of 11 CWE records.

CWE-1039WeaknessClass

CWE-1039: Inadequate Detection or Handling of Adversarial Input Perturbations in Automated Recognition Mechanism

The product uses an automated mechanism such as machine learning to recognize complex data inputs (e.g. image or audio) as a particular concept or category, but it does not properly detect or handle inputs that have been modified or constructed in a way that causes the mechanism to detect a different, incorrect concept.

CWE-1209WeaknessBase

CWE-1209: Failure to Disable Reserved Bits

The reserved bits in a hardware design are not disabled prior to production. Typically, reserved bits are used for future capabilities and should not support any functional logic in the design. However, designers might covertly use these bits to debug or further develop new capabilities in production hardware. Adversaries with access to these bits will write to them in hopes of compromising hardware state.