cvelist/2025/0xxx/CVE-2025-0508.json

92 lines
3.3 KiB
JSON
Raw Normal View History

2025-01-15 21:00:54 +00:00
{
2025-03-20 11:01:15 +00:00
"data_version": "4.0",
2025-01-15 21:00:54 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-0508",
2025-03-20 11:01:15 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2025-01-15 21:00:54 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-20 11:01:15 +00:00
"value": "A vulnerability in the SageMaker Workflow component of aws/sagemaker-python-sdk allows for the possibility of MD5 hash collisions in all versions. This can lead to workflows being inadvertently replaced due to the reuse of results from different configurations that produce the same MD5 hash. This issue can cause integrity problems within the pipeline, potentially leading to erroneous processing outcomes."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-440 Expected Behavior Violation",
"cweId": "CWE-440"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "aws",
"product": {
"product_data": [
{
"product_name": "aws/sagemaker-python-sdk",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "4965"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/eb056818-5b81-466f-81ee-916058d34af2",
"refsource": "MISC",
"name": "https://huntr.com/bounties/eb056818-5b81-466f-81ee-916058d34af2"
},
{
"url": "https://github.com/aws/sagemaker-python-sdk/commit/dcdd99f911e8b1a05d19cf1ad939b0fefae47864",
"refsource": "MISC",
"name": "https://github.com/aws/sagemaker-python-sdk/commit/dcdd99f911e8b1a05d19cf1ad939b0fefae47864"
}
]
},
"source": {
"advisory": "eb056818-5b81-466f-81ee-916058d34af2",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"baseScore": 5.9,
"baseSeverity": "MEDIUM"
2025-01-15 21:00:54 +00:00
}
]
}
}