You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents paths generated from TenantIDs to become vulnerable to
path traversal attacks. CVE-2021-36157
Signed-off-by: Christian Simon <simon@swine.de>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
*[CHANGE] Update Go version to 1.16.6. #4362
7
7
*[CHANGE] Querier / ruler: Change `-querier.max-fetched-chunks-per-query` configuration to limit to maximum number of chunks that can be fetched in a single query. The number of chunks fetched by ingesters AND long-term storare combined should not exceed the value configured on `-querier.max-fetched-chunks-per-query`. #4260
8
8
*[CHANGE] Memberlist: the `memberlist_kv_store_value_bytes` has been removed due to values no longer being stored in-memory as encoded bytes. #4345
9
+
*[CHANGE] Prevent path traversal attack from users able to control the HTTP header `X-Scope-OrgID`. #4375 (CVE-2021-36157)
10
+
* Users only have control of the HTTP header when Cortex is not frontend by an auth proxy validating the tenant IDs
9
11
*[ENHANCEMENT] Add timeout for waiting on compactor to become ACTIVE in the ring. #4262
10
12
*[ENHANCEMENT] Reduce memory used by streaming queries, particularly in ruler. #4341
11
13
*[ENHANCEMENT] Ring: allow experimental configuration of disabling of heartbeat timeouts by setting the relevant configuration value to zero. Applies to the following: #4342
0 commit comments