cvelist/2022/35xxx/CVE-2022-35950.json

98 lines
3.8 KiB
JSON
Raw Normal View History

2022-07-16 00:00:43 +00:00
{
2023-10-09 14:00:37 +00:00
"data_version": "4.0",
2022-07-16 00:00:43 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-35950",
2023-10-09 14:00:37 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2022-07-16 00:00:43 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-10-09 14:00:37 +00:00
"value": "OroCommerce is an open-source Business to Business Commerce application. In versions 4.1.0 through 4.1.13, 4.2.0 through 4.2.10, 5.0.0 prior to 5.0.11, and 5.1.0 prior to 5.1.1, the JS payload added to the product name may be executed at the storefront when adding a note to the shopping list line item containing a vulnerable product. An attacker should be able to edit a product in the admin area and force a user to add this product to Shopping List and click add a note for it. Versions 5.0.11 and 5.1.1 contain a fix for this issue.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "oroinc",
"product": {
"product_data": [
{
"product_name": "orocommerce",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 4.1.0, <= 4.1.13"
},
{
"version_affected": "=",
"version_value": ">= 4.2.0, <= 4.2.10"
},
{
"version_affected": "=",
"version_value": ">= 5.0.0, < 5.0.11"
},
{
"version_affected": "=",
"version_value": ">= 5.1.0, < 5.1.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/oroinc/orocommerce/security/advisories/GHSA-2jc6-3fhj-8q84",
"refsource": "MISC",
"name": "https://github.com/oroinc/orocommerce/security/advisories/GHSA-2jc6-3fhj-8q84"
}
]
},
"source": {
"advisory": "GHSA-2jc6-3fhj-8q84",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
2022-07-16 00:00:43 +00:00
}
]
}
}