-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[zh] Sync 1.27.3 and 1.26.6 release notes with security update (with fix) into Chinese #16943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
content/zh/news/releases/1.26.x/announcing-1.26.6/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| --- | ||
| title: 发布 Istio 1.26.6 | ||
| linktitle: 1.26.6 | ||
| subtitle: 补丁发布 | ||
| description: Istio 1.26.6 补丁发布。 | ||
| publishdate: 2025-10-20 | ||
| release: 1.26.6 | ||
| aliases: | ||
| - /zh/news/announcing-1.26.6 | ||
| --- | ||
|
|
||
| 此版本包含一些错误修复,以提高稳定性。 | ||
| 本发行说明描述了 Istio 1.26.5 和 Istio 1.26.6 之间的区别。 | ||
|
|
||
| {{< relnote >}} | ||
|
|
||
| ## 安全更新 {security-update} | ||
|
|
||
| 本次发布实现了 10 月 20 日公布的安全更新 | ||
| [`ISTIO-SECURITY-2025-002`](/zh/news/security/istio-security-2025-002)。 | ||
|
|
||
| ## 变更 {#changes} | ||
|
|
||
| 除了上述安全更新之外,此版本中没有引入其他更改。 | ||
24 changes: 24 additions & 0 deletions
24
content/zh/news/releases/1.27.x/announcing-1.27.3/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,24 @@ | ||||||
| --- | ||||||
| title: 发布 Istio 1.27.3 | ||||||
| linktitle: 1.27.3 | ||||||
| subtitle: 补丁发布 | ||||||
| description: Istio 1.27.3 补丁发布。 | ||||||
| publishdate: 2025-10-20 | ||||||
| release: 1.27.3 | ||||||
| aliases: | ||||||
| - /zh/news/announcing-1.27.3 | ||||||
| --- | ||||||
|
|
||||||
| 此版本包含一些错误修复,以提高稳定性。 | ||||||
| 本发行说明描述了 Istio 1.27.2 和 Istio 1.27.3 之间的区别。 | ||||||
|
|
||||||
| {{< relnote >}} | ||||||
|
|
||||||
| ## 安全更新 {security-update} | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| 本次发布实现了 10 月 20 日公布的安全更新 | ||||||
| [`ISTIO-SECURITY-2025-002`](/zh/news/security/istio-security-2025-002)。 | ||||||
|
|
||||||
| ## 变更 {#changes} | ||||||
|
|
||||||
| 除了上述安全更新之外,此版本中没有引入其他更改。 | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| title: ISTIO-SECURITY-2025-002 | ||
| subtitle: 安全公告 | ||
| description: Envoy 上报的 CVE 漏洞。 | ||
| cves: [CVE-2025-55162, CVE-2025-54588] | ||
| cvss: "6.6" | ||
| vector: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" | ||
| releases: ["1.27.0 to 1.27.1", "1.26.0 to 1.26.5"] | ||
| publishdate: 2025-10-10 | ||
| keywords: [CVE] | ||
| skip_seealso: true | ||
| --- | ||
|
|
||
| {{< security_bulletin >}} | ||
|
|
||
| ## CVE | ||
|
|
||
| ### Envoy CVE {#envoy-cves} | ||
|
|
||
| - __[CVE-2025-62504](https://nvd.nist.gov/vuln/detail/CVE-2025-62504)__: | ||
| (CVSS score 6.5, Medium):Lua 修改的响应体足够大会导致 Envoy 崩溃。 | ||
| - __[CVE-2025-62409](https://nvd.nist.gov/vuln/detail/CVE-2025-62409)__: | ||
| (CVSS score 6.6, Medium):大量的请求和响应可能会导致 TCP 连接池崩溃。 | ||
|
|
||
| ## 我受到影响了吗?{#am-i-impacted} | ||
|
|
||
| 如果您通过 `EnvoyFilter` 使用 Lua,并且返回的响应主体超过 | ||
| `per_connection_buffer_limit_bytes`(默认为 1 MB),或者您有大量请求和响应, | ||
| 而连接可以关闭但上游的数据仍在发送,那么您会受到影响。 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.