Skip to content

Commit 944c50d

Browse files
authored
patch pytorch 2.5 inference ARM64 sagemaker image (#5298)
* patch pytorch 2.5 inference ARM64 sagemaker image
1 parent 185cbcd commit 944c50d

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"reason_to_ignore": "N/A"
3131
}
3232
]
33-
}
33+
}

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

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,67 @@
2929
"title": "CVE-2025-32434 - torch",
3030
"reason_to_ignore": "N/A"
3131
}
32+
],
33+
"dpkg": [
34+
{
35+
"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.",
36+
"vulnerability_id": "CVE-2025-6297",
37+
"name": "CVE-2025-6297",
38+
"package_name": "dpkg",
39+
"package_details": {
40+
"file_path": null,
41+
"name": "dpkg",
42+
"package_manager": "OS",
43+
"version": "1.21.1ubuntu2.3",
44+
"release": null
45+
},
46+
"remediation": {
47+
"recommendation": {
48+
"text": "None Provided"
49+
}
50+
},
51+
"cvss_v3_score": 8.2,
52+
"cvss_v30_score": 0.0,
53+
"cvss_v31_score": 8.2,
54+
"cvss_v2_score": 0.0,
55+
"cvss_v3_severity": "HIGH",
56+
"source_url": "https://people.canonical.com/~ubuntu-security/cve/2025/CVE-2025-6297.html",
57+
"source": "UBUNTU_CVE",
58+
"severity": "HIGH",
59+
"status": "ACTIVE",
60+
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
61+
"reason_to_ignore": "N/A"
62+
}
63+
],
64+
"libdpkg-perl": [
65+
{
66+
"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.",
67+
"vulnerability_id": "CVE-2025-6297",
68+
"name": "CVE-2025-6297",
69+
"package_name": "libdpkg-perl",
70+
"package_details": {
71+
"file_path": null,
72+
"name": "libdpkg-perl",
73+
"package_manager": "OS",
74+
"version": "1.21.1ubuntu2.3",
75+
"release": null
76+
},
77+
"remediation": {
78+
"recommendation": {
79+
"text": "None Provided"
80+
}
81+
},
82+
"cvss_v3_score": 8.2,
83+
"cvss_v30_score": 0.0,
84+
"cvss_v31_score": 8.2,
85+
"cvss_v2_score": 0.0,
86+
"cvss_v3_severity": "HIGH",
87+
"source_url": "https://people.canonical.com/~ubuntu-security/cve/2025/CVE-2025-6297.html",
88+
"source": "UBUNTU_CVE",
89+
"severity": "HIGH",
90+
"status": "ACTIVE",
91+
"title": "CVE-2025-6297 - dpkg, libdpkg-perl",
92+
"reason_to_ignore": "N/A"
93+
}
3294
]
3395
}

0 commit comments

Comments
 (0)