Skip to content

Commit ac90b48

Browse files
authored
Merge pull request #66767 from anarnold97/MIG-1476-MTC-1-8.1-Release-Notes
MIG-1476: release notes for MTC 1.8.1
2 parents 25bb553 + cd5a16d commit ac90b48

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to
1717

1818
For information on the support policy for {mtc-short}, see link:https://access.redhat.com/support/policy/updates/openshift#app_migration[OpenShift Application and Cluster Migration Solutions], part of the _Red Hat {product-title} Life Cycle Policy_.
1919

20+
include::modules/migration-mtc-release-notes-1-8-1.adoc[leveloffset=+1]
2021
include::modules/migration-mtc-release-notes-1-8.adoc[leveloffset=+1]
2122
include::modules/migration-mtc-release-notes-1-7-13.adoc[leveloffset=+1]
2223
include::modules/migration-mtc-release-notes-1-7-12.adoc[leveloffset=+1]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * migration_toolkit_for_containers/mtc-release-notes.adoc
4+
:_content-type: REFERENCE
5+
[id="migration-mtc-release-notes-1-8-1_{context}"]
6+
= {mtc-full} 1.8.1 release notes
7+
8+
[id="resolved-issues-1-8-1_{context}"]
9+
== Resolved issues
10+
11+
This release has the following major resolved issues:
12+
13+
.CVE-2023-39325: golang: net/http, x/net/http2: rapid stream resets can cause excessive work
14+
15+
A flaw was found in handling multiplexed streams in the HTTP/2 protocol, which is used by {mtc-full} ({mtc-short}). A client could repeatedly make a request for a new multiplex stream and immediately send an `RST_STREAM` frame to cancel it. This creates additional workload for the server in terms of setting up and dismantling streams, while avoiding any server-side limitations on the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. link:https://bugzilla.redhat.com/show_bug.cgi?id=2245079[(BZ#2245079)]
16+
17+
It is advised to update to {mtc-short} 1.8.1 or later, which resolve this issue.
18+
19+
For more details, see link:https://access.redhat.com/security/cve/cve-2023-39325[(CVE-2023-39325)] and link:https://access.redhat.com/security/cve/cve-2023-44487[(CVE-2023-44487)]
20+
21+
22+
23+
[id="known-issues-1-8-1_{context}"]
24+
== Known issues
25+
26+
There are no major known issues in this release.

0 commit comments

Comments
 (0)