cvelist/2023/28xxx/CVE-2023-28839.json

91 lines
3.2 KiB
JSON
Raw Normal View History

2023-03-24 17:00:37 +00:00
{
2023-04-18 21:00:34 +00:00
"data_version": "4.0",
2023-03-24 17:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-28839",
2023-04-18 21:00:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-03-24 17:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-04-18 21:00:34 +00:00
"value": "Shoppingfeed PrestaShop is an add-on to the PrestaShop ecommerce platform to synchronize data. The module Shoppingfeed for PrestaShop is vulnerable to SQL injection between version 1.4.0 and 1.8.2 due to a lack of input sanitization. This issue has been addressed in version 1.8.3. Users are advised to upgrade. There are no known workarounds for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
"cweId": "CWE-89"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "shoppingflux",
"product": {
"product_data": [
{
"product_name": "module-prestashop",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 1.4.0, < 1.8.3"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/shoppingflux/module-prestashop/security/advisories/GHSA-vfmq-w777-qvcf",
"refsource": "MISC",
"name": "https://github.com/shoppingflux/module-prestashop/security/advisories/GHSA-vfmq-w777-qvcf"
},
{
"url": "https://github.com/shoppingflux/module-prestashop/pull/209",
"refsource": "MISC",
"name": "https://github.com/shoppingflux/module-prestashop/pull/209"
}
]
},
"source": {
"advisory": "GHSA-vfmq-w777-qvcf",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.4,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
2023-03-24 17:00:37 +00:00
}
]
}
}