Skip to content

[core] Vulnerability fixed: unchecked buffer size for KMREQ#3317

Open
ethouris wants to merge 1 commit into
Haivision:masterfrom
ethouris:dev-fix-unchecked-kmreq
Open

[core] Vulnerability fixed: unchecked buffer size for KMREQ#3317
ethouris wants to merge 1 commit into
Haivision:masterfrom
ethouris:dev-fix-unchecked-kmreq

Conversation

@ethouris
Copy link
Copy Markdown
Collaborator

Problem: the handler for KMREQ message is copying the received message into a buffer, but the size was taken without check from the packet's length, while the contents is copied to the externally passed array of a size expected for KMREQ without checking for oversize.

@ethouris ethouris added this to the Patch milestone May 12, 2026
@ethouris ethouris added Type: Maintenance Work required to maintain or clean up the code [core] Area: Changes in SRT library core labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant