cvelist/2024/40xxx/CVE-2024-40633.json

90 lines
3.5 KiB
JSON
Raw Normal View History

2024-07-08 17:00:35 +00:00
{
2024-07-17 18:00:34 +00:00
"data_version": "4.0",
2024-07-08 17:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-40633",
2024-07-17 18:00:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-07-08 17:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-17 18:00:34 +00:00
"value": "Sylius is an Open Source eCommerce Framework on Symfony. A security vulnerability was discovered in the `/api/v2/shop/adjustments/{id}` endpoint, which retrieves order adjustments based on incremental integer IDs. The vulnerability allows an attacker to enumerate valid adjustment IDs and retrieve order tokens. Using these tokens, an attacker can access guest customer order details - sensitive guest customer information. The issue is fixed in versions: 1.12.19, 1.13.4 and above. The `/api/v2/shop/adjustments/{id}` will always return `404` status. Users are advised to upgrade. Users unable to upgrade may alter their config to mitigate this issue. Please see the linked GHSA for details."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Sylius",
"product": {
"product_data": [
{
"product_name": "Sylius",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.12.19"
},
{
"version_affected": "=",
"version_value": ">= 1.13.0, < 1.13.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/Sylius/Sylius/security/advisories/GHSA-55rf-8q29-4g43",
"refsource": "MISC",
"name": "https://github.com/Sylius/Sylius/security/advisories/GHSA-55rf-8q29-4g43"
}
]
},
"source": {
"advisory": "GHSA-55rf-8q29-4g43",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
2024-07-08 17:00:35 +00:00
}
]
}
}