snprintf-source-size
The size parameter to 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
snprintf-source-size
The size parameter to 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