Skip to content

http2: limit the size of the re-assembled cookie header#45476

Merged
yanavlasov merged 2 commits into
envoyproxy:mainfrom
yanavlasov:cookie-size-limit
Jun 9, 2026
Merged

http2: limit the size of the re-assembled cookie header#45476
yanavlasov merged 2 commits into
envoyproxy:mainfrom
yanavlasov:cookie-size-limit

Conversation

@yanavlasov

Copy link
Copy Markdown
Contributor

HTTP/2 user agents split individual cookies into dedicated header entries to improve header map compression. The envoy.reloadable_features.http2_max_cookies_size_in_kb value can be set to limit the size of the re-assembled cookie header. This value is 0 by default, which is treated as having no limit.

This value can be used as a stop gap protection while safe header map count and size limits are determined for H/1 requests.

Risk Level: low
Testing: unit tests
Docs Changes: no
Release Notes: yes
Platform Specific Features: no

@yanavlasov
yanavlasov requested a review from mattklein123 as a code owner June 5, 2026 17:06
Signed-off-by: Yan Avlasov <[email protected]>
@yanavlasov
yanavlasov enabled auto-merge (squash) June 5, 2026 18:42

@wbpcode wbpcode left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this contribution. This should could make the migration more smoothly. Only one comment.

runtime.has_value() ? runtime->snapshot().getInteger(
"envoy.reloadable_features.http2_max_cookies_size_in_kb", 0) *
1024
: 0),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be removed in the future? Once envoy.reloadable_features.http2_include_cookies_in_limits been removed in the future?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we will remove it in the future. This is a stop-gap for now to protect from exploit. However Envoy may need H/2 specific settings for header map given how cookies are trasmitted.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we will remove it in the future. This is a stop-gap for now to protect from exploit. However Envoy may need H/2 specific settings for header map given how cookies are trasmitted.

Yeah. may be we could double or 1.5x the default limit for HTTP2

@wbpcode wbpcode self-assigned this Jun 6, 2026
@yanavlasov
yanavlasov merged commit 4442d46 into envoyproxy:main Jun 9, 2026
28 checks passed
nezdolik added a commit that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
zmiklank pushed a commit to zmiklank/envoy-openssl that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy/envoy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
Backport for #45476

Signed-off-by: yanavlasov <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
Co-authored-by: yanavlasov <[email protected]>
zmiklank pushed a commit to zmiklank/envoy-openssl that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy/envoy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
HTTP/2 user agents split individual cookies into dedicated header
entries to improve header map compression. The
``envoy.reloadable_features.http2_max_cookies_size_in_kb`` value can be
set to limit the size of the re-assembled cookie header. This value is 0
by default, which is treated as having no limit.

This value can be used as a stop gap protection while safe header map
count and size limits are determined for H/1 requests.

Risk Level: low
Testing: unit tests
Docs Changes: no
Release Notes: yes
Platform Specific Features: no

---------

Signed-off-by: Yan Avlasov <[email protected]>

Signed-off-by: yanavlasov <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
HTTP/2 user agents split individual cookies into dedicated header
entries to improve header map compression. The
``envoy.reloadable_features.http2_max_cookies_size_in_kb`` value can be
set to limit the size of the re-assembled cookie header. This value is 0
by default, which is treated as having no limit.

This value can be used as a stop gap protection while safe header map
count and size limits are determined for H/1 requests.

Risk Level: low
Testing: unit tests
Docs Changes: no
Release Notes: yes
Platform Specific Features: no

---------

Signed-off-by: Yan Avlasov <[email protected]>

Signed-off-by: yanavlasov <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
HTTP/2 user agents split individual cookies into dedicated header
entries to improve header map compression. The
``envoy.reloadable_features.http2_max_cookies_size_in_kb`` value can be
set to limit the size of the re-assembled cookie header. This value is 0
by default, which is treated as having no limit.

This value can be used as a stop gap protection while safe header map
count and size limits are determined for H/1 requests.

Risk Level: low
Testing: unit tests
Docs Changes: no
Release Notes: yes
Platform Specific Features: no

---------

Signed-off-by: Yan Avlasov <[email protected]>

Signed-off-by: yanavlasov <[email protected]>
jwendell pushed a commit that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
@yanavlasov
yanavlasov deleted the cookie-size-limit branch June 9, 2026 13:50
zmiklank pushed a commit to zmiklank/envoy-openssl that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy/envoy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
zmiklank pushed a commit to zmiklank/envoy-openssl that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy/envoy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
zmiklank pushed a commit to envoyproxy/envoy-openssl that referenced this pull request Jun 9, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy/envoy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
dcillera pushed a commit to dcillera/envoy-openssl that referenced this pull request Jun 10, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy/envoy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: dcillera <[email protected]>
nezdolik pushed a commit to nezdolik/envoy that referenced this pull request Jun 16, 2026
…5476)

HTTP/2 user agents split individual cookies into dedicated header
entries to improve header map compression. The
``envoy.reloadable_features.http2_max_cookies_size_in_kb`` value can be
set to limit the size of the re-assembled cookie header. This value is 0
by default, which is treated as having no limit.

This value can be used as a stop gap protection while safe header map
count and size limits are determined for H/1 requests.

Risk Level: low
Testing: unit tests
Docs Changes: no
Release Notes: yes
Platform Specific Features: no

---------

Signed-off-by: Yan Avlasov <[email protected]>
nezdolik added a commit to nezdolik/envoy that referenced this pull request Jun 16, 2026
Document the http2.cookies_total_bytes_too_large counter added for the
HTTP/2 re-assembled cookie header size limit. Followup for
envoyproxy#45476

<!--
!!!ATTENTION!!!

If you are fixing **any** crash or **any** potential security issue,
**do not
open a pull request**.

Instead, please
[open a GitHub Security
Advisory](https://github.com/envoyproxy/envoy/security/advisories/new)
(preferred). Alternatively, you may email
[email protected].

Thank you in advance for helping to keep Envoy secure.

!!!ATTENTION!!!

For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)

!!!ATTENTION!!!

Please check the [use of generative AI
policy](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md?plain=1#L41).

You may use generative AI only if you fully understand the code. You
need to disclose
this usage in the PR description to ensure transparency.
-->

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]

Signed-off-by: Kateryna Nezdolii <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants