CWEBaseDraft3 recent CVEs

CWE-1335Incorrect 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 contained in the value causing an unexpected or indeterminate result.

[object Object]

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE