AWS Security ChangesHomeSearch

AWS corretto documentation change

Service: corretto · 2025-06-19 · Documentation low

File: corretto/latest/corretto-8-ug/generic-linux-install.md

Summary

Updated version numbers from 8.0.442 to 8.0.452 in installation commands and verification output

Security assessment

Version number updates reflect routine maintenance/upgrades without explicit mention of security fixes or vulnerabilities addressed.

Diff

diff --git a/corretto/latest/corretto-8-ug/generic-linux-install.md b/corretto/latest/corretto-8-ug/generic-linux-install.md
index 5b5f8c174..4d2419be5 100644
--- a//corretto/latest/corretto-8-ug/generic-linux-install.md
+++ b//corretto/latest/corretto-8-ug/generic-linux-install.md
@@ -50 +50 @@ If so, add the public key via:
-        sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.442.06-1_amd64.deb
+        sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.452.09-1_amd64.deb
@@ -62 +62 @@ In the terminal, run the following command to verify the installation.
-Expected output for 8u442: 
+Expected output for 8u452: 
@@ -65,3 +65,3 @@ Expected output for 8u442:
-    openjdk version "1.8.0_442"
-    OpenJDK Runtime Environment Corretto-8.442.06.1 (build 1.8.0_442-b06)
-    OpenJDK 64-Bit Server VM Corretto-8.442.06.1 (build 25.442-b06, mixed mode)
+    openjdk version "1.8.0_452"
+    OpenJDK Runtime Environment Corretto-8.452.09.1 (build 1.8.0_452-b09)
+    OpenJDK 64-Bit Server VM Corretto-8.452.09.1 (build 25.452-b09, mixed mode)
@@ -119 +119 @@ After the repository is added, you can install Corretto 8 by running this comman
-        sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_442.b06-1.x86_64.rpm
+        sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_452.b09-1.x86_64.rpm
@@ -131 +131 @@ In the terminal, run the following command to verify the installation.
-Expected output for 8u442: 
+Expected output for 8u452: 
@@ -134,3 +134,3 @@ Expected output for 8u442:
-    openjdk version "1.8.0_442"
-    OpenJDK Runtime Environment Corretto-8.442.06.1 (build 1.8.0_442-b06)
-    OpenJDK 64-Bit Server VM Corretto-8.442.06.1 (build 25.442-b06, mixed mode)
+    openjdk version "1.8.0_452"
+    OpenJDK Runtime Environment Corretto-8.452.09.1 (build 1.8.0_452-b09)
+    OpenJDK 64-Bit Server VM Corretto-8.452.09.1 (build 25.452-b09, mixed mode)