Skip to content

Commit 50236ab

Browse files
authored
patch pt 2.5 training sm (#5395)
1 parent a15f2f0 commit 50236ab

6 files changed

+186
-3
lines changed

pytorch/inference/docker/2.5/py3/Dockerfile.ec2.cpu.os_scan_allowlist.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,36 @@
151151
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
152152
"reason_to_ignore": "N/A"
153153
}
154+
],
155+
"openssl/openssl": [
156+
{
157+
"description": "Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
158+
"vulnerability_id": "CVE-2025-9230",
159+
"name": "CVE-2025-9230",
160+
"package_name": "openssl/openssl",
161+
"package_details": {
162+
"file_path": "/opt/conda/include/openssl/opensslv.h",
163+
"name": "openssl/openssl",
164+
"package_manager": "GENERIC",
165+
"version": "3.5.1",
166+
"release": null
167+
},
168+
"remediation": {
169+
"recommendation": {
170+
"text": "None Provided"
171+
}
172+
},
173+
"cvss_v3_score": 7.5,
174+
"cvss_v30_score": 0.0,
175+
"cvss_v31_score": 7.5,
176+
"cvss_v2_score": 0.0,
177+
"cvss_v3_severity": "HIGH",
178+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
179+
"source": "NVD",
180+
"severity": "HIGH",
181+
"status": "ACTIVE",
182+
"title": "CVE-2025-9230 - openssl/openssl",
183+
"reason_to_ignore": "N/A"
184+
}
154185
]
155186
}

pytorch/inference/docker/2.5/py3/Dockerfile.sagemaker.cpu.os_scan_allowlist.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,36 @@
8989
"title": "CVE-2025-32434 - torch",
9090
"reason_to_ignore": "N/A"
9191
}
92+
],
93+
"openssl/openssl": [
94+
{
95+
"description": "Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
96+
"vulnerability_id": "CVE-2025-9230",
97+
"name": "CVE-2025-9230",
98+
"package_name": "openssl/openssl",
99+
"package_details": {
100+
"file_path": "/opt/conda/include/openssl/opensslv.h",
101+
"name": "openssl/openssl",
102+
"package_manager": "GENERIC",
103+
"version": "3.5.1",
104+
"release": null
105+
},
106+
"remediation": {
107+
"recommendation": {
108+
"text": "None Provided"
109+
}
110+
},
111+
"cvss_v3_score": 7.5,
112+
"cvss_v30_score": 0.0,
113+
"cvss_v31_score": 7.5,
114+
"cvss_v2_score": 0.0,
115+
"cvss_v3_severity": "HIGH",
116+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
117+
"source": "NVD",
118+
"severity": "HIGH",
119+
"status": "ACTIVE",
120+
"title": "CVE-2025-9230 - openssl/openssl",
121+
"reason_to_ignore": "N/A"
122+
}
92123
]
93124
}

pytorch/inference/docker/2.5/py3/cu124/Dockerfile.ec2.gpu.os_scan_allowlist.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"reason_to_ignore": "N/A"
9191
}
9292
],
93-
9493
"dpkg": [
9594
{
9695
"description": "It was discovered that dpkg-deb does not properly sanitize directory permissions when extracting a control member into a temporary directory, which is documented as being a safe operation even on untrusted data. This may result in leaving temporary files behind on cleanup. Given automated and repeated execution of dpkg-deb commands on adversarial .deb packages or with well compressible files, placed inside a directory with permissions not allowing removal by a non-root user, this can end up in a DoS scenario due to causing disk quota exhaustion or disk full conditions.",
@@ -152,5 +151,36 @@
152151
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
153152
"reason_to_ignore": "N/A"
154153
}
154+
],
155+
"openssl/openssl": [
156+
{
157+
"description": "Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
158+
"vulnerability_id": "CVE-2025-9230",
159+
"name": "CVE-2025-9230",
160+
"package_name": "openssl/openssl",
161+
"package_details": {
162+
"file_path": "/opt/conda/include/openssl/opensslv.h",
163+
"name": "openssl/openssl",
164+
"package_manager": "GENERIC",
165+
"version": "3.5.1",
166+
"release": null
167+
},
168+
"remediation": {
169+
"recommendation": {
170+
"text": "None Provided"
171+
}
172+
},
173+
"cvss_v3_score": 7.5,
174+
"cvss_v30_score": 0.0,
175+
"cvss_v31_score": 7.5,
176+
"cvss_v2_score": 0.0,
177+
"cvss_v3_severity": "HIGH",
178+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
179+
"source": "NVD",
180+
"severity": "HIGH",
181+
"status": "ACTIVE",
182+
"title": "CVE-2025-9230 - openssl/openssl",
183+
"reason_to_ignore": "N/A"
184+
}
155185
]
156186
}

pytorch/inference/docker/2.5/py3/cu124/Dockerfile.sagemaker.gpu.os_scan_allowlist.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,36 @@
151151
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
152152
"reason_to_ignore": "N/A"
153153
}
154+
],
155+
"openssl/openssl": [
156+
{
157+
"description": "Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
158+
"vulnerability_id": "CVE-2025-9230",
159+
"name": "CVE-2025-9230",
160+
"package_name": "openssl/openssl",
161+
"package_details": {
162+
"file_path": "/opt/conda/include/openssl/opensslv.h",
163+
"name": "openssl/openssl",
164+
"package_manager": "GENERIC",
165+
"version": "3.5.1",
166+
"release": null
167+
},
168+
"remediation": {
169+
"recommendation": {
170+
"text": "None Provided"
171+
}
172+
},
173+
"cvss_v3_score": 7.5,
174+
"cvss_v30_score": 0.0,
175+
"cvss_v31_score": 7.5,
176+
"cvss_v2_score": 0.0,
177+
"cvss_v3_severity": "HIGH",
178+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
179+
"source": "NVD",
180+
"severity": "HIGH",
181+
"status": "ACTIVE",
182+
"title": "CVE-2025-9230 - openssl/openssl",
183+
"reason_to_ignore": "N/A"
184+
}
154185
]
155186
}

pytorch/training/docker/2.5/py3/Dockerfile.sagemaker.cpu.os_scan_allowlist.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@
442442
"reason_to_ignore": "N/A"
443443
}
444444
],
445-
446445
"dpkg": [
447446
{
448447
"description": "It was discovered that dpkg-deb does not properly sanitize directory permissions when extracting a control member into a temporary directory, which is documented as being a safe operation even on untrusted data. This may result in leaving temporary files behind on cleanup. Given automated and repeated execution of dpkg-deb commands on adversarial .deb packages or with well compressible files, placed inside a directory with permissions not allowing removal by a non-root user, this can end up in a DoS scenario due to causing disk quota exhaustion or disk full conditions.",
@@ -504,5 +503,36 @@
504503
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
505504
"reason_to_ignore": "N/A"
506505
}
506+
],
507+
"openssl/openssl": [
508+
{
509+
"description": "Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
510+
"vulnerability_id": "CVE-2025-9230",
511+
"name": "CVE-2025-9230",
512+
"package_name": "openssl/openssl",
513+
"package_details": {
514+
"file_path": "/opt/conda/include/openssl/opensslv.h",
515+
"name": "openssl/openssl",
516+
"package_manager": "GENERIC",
517+
"version": "3.5.1",
518+
"release": null
519+
},
520+
"remediation": {
521+
"recommendation": {
522+
"text": "None Provided"
523+
}
524+
},
525+
"cvss_v3_score": 7.5,
526+
"cvss_v30_score": 0.0,
527+
"cvss_v31_score": 7.5,
528+
"cvss_v2_score": 0.0,
529+
"cvss_v3_severity": "HIGH",
530+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
531+
"source": "NVD",
532+
"severity": "HIGH",
533+
"status": "ACTIVE",
534+
"title": "CVE-2025-9230 - openssl/openssl",
535+
"reason_to_ignore": "N/A"
536+
}
507537
]
508538
}

pytorch/training/docker/2.5/py3/cu124/Dockerfile.sagemaker.gpu.os_scan_allowlist.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,6 @@
12911291
"reason_to_ignore": "N/A"
12921292
}
12931293
],
1294-
12951294
"dpkg": [
12961295
{
12971296
"description": "It was discovered that dpkg-deb does not properly sanitize directory permissions when extracting a control member into a temporary directory, which is documented as being a safe operation even on untrusted data. This may result in leaving temporary files behind on cleanup. Given automated and repeated execution of dpkg-deb commands on adversarial .deb packages or with well compressible files, placed inside a directory with permissions not allowing removal by a non-root user, this can end up in a DoS scenario due to causing disk quota exhaustion or disk full conditions.",
@@ -1353,5 +1352,36 @@
13531352
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
13541353
"reason_to_ignore": "N/A"
13551354
}
1355+
],
1356+
"openssl/openssl": [
1357+
{
1358+
"description": "Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
1359+
"vulnerability_id": "CVE-2025-9230",
1360+
"name": "CVE-2025-9230",
1361+
"package_name": "openssl/openssl",
1362+
"package_details": {
1363+
"file_path": "/opt/conda/include/openssl/opensslv.h",
1364+
"name": "openssl/openssl",
1365+
"package_manager": "GENERIC",
1366+
"version": "3.5.1",
1367+
"release": null
1368+
},
1369+
"remediation": {
1370+
"recommendation": {
1371+
"text": "None Provided"
1372+
}
1373+
},
1374+
"cvss_v3_score": 7.5,
1375+
"cvss_v30_score": 0.0,
1376+
"cvss_v31_score": 7.5,
1377+
"cvss_v2_score": 0.0,
1378+
"cvss_v3_severity": "HIGH",
1379+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
1380+
"source": "NVD",
1381+
"severity": "HIGH",
1382+
"status": "ACTIVE",
1383+
"title": "CVE-2025-9230 - openssl/openssl",
1384+
"reason_to_ignore": "N/A"
1385+
}
13561386
]
13571387
}

0 commit comments

Comments
 (0)