[
https://issues.apache.org/jira/browse/IGNITE-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483396#comment-17483396
]
Pavel Tupitsyn commented on IGNITE-15921:
-----------------------------------------
[~kevinyan] looks like it is not in 2.12. There is no date yet for 2.13,
probably mid summer.
> Vulnerability in thin client protocol leads to OOM
> --------------------------------------------------
>
> Key: IGNITE-15921
> URL: https://issues.apache.org/jira/browse/IGNITE-15921
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Affects Versions: 2.11
> Reporter: Ilya Kazakov
> Assignee: Pavel Tupitsyn
> Priority: Critical
> Fix For: 2.13
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> As thin client protocol interprets first 4 bytes as message size and allocate
> array for it. Any "big" 4 bytes sent on thin client port could leads to OOM.
> Some ideas to resolve:
> - print WARN in case of big client message
> - allocate array not for all message, but allocate it gradually.
> - read more then first4 bytes to understand is it real client message, or it
> is some trash.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)