snprintf-source-size
snprintf-source-size
The size parameter to
Likelihood: LOW
Confidence: MEDIUM
CWE:
- CWE-787: Out-of-bounds Write
snprintf is derived from the source data, not the destination buffer. This may trigger a buffer overflow and memory corruption if $SRC is larger than $DEST.Likelihood: LOW
Confidence: MEDIUM
CWE:
- CWE-787: Out-of-bounds Write