Actions
Bug #8661
closed
PA
PA
sctp: unsigned overflow leads to buffer overflow
Bug #8661:
sctp: unsigned overflow leads to buffer overflow
Affected Versions:
Effort:
Difficulty:
Label:
Description
We have uint8_t chunk_cnt = 0; but it can overflow and loop, resulting in tracked_chunk_cnt growing over SCTP_MAX_TRACKED_CHUNKS
Files
PA Updated by Philippe Antoine 3 months ago
- Status changed from New to In Review
Gitlab MR
PA Updated by Philippe Antoine 3 months ago
PA Updated by Philippe Antoine 2 months ago
- Status changed from In Review to Closed
VJ Updated by Victor Julien 30 days ago
- Tracker changed from Security to Bug
- Private changed from Yes to No
- Severity deleted (
LOW)
Since this was only in the main branch and not in any release this can be treated as a public bug.
Actions