cvelist/2024/1xxx/CVE-2024-1230.json

90 lines
3.3 KiB
JSON
Raw Normal View History

2024-02-05 16:00:33 +00:00
{
2024-05-09 21:00:35 +00:00
"data_version": "4.0",
2024-02-05 16:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-1230",
2024-05-09 21:00:35 +00:00
"ASSIGNER": "security@wordfence.com",
"STATE": "PUBLIC"
2024-02-05 16:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-09 21:00:35 +00:00
"value": "The SimpleShop plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.10.0. This is due to missing or incorrect nonce validation on the maybe_disconnect_simpleshop function. This makes it possible for unauthenticated attackers to disconnect the site from simpleshop via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-284 Improper Access Control"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "redbitcz",
"product": {
"product_data": [
{
"product_name": "SimpleShop",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "*",
"version_value": "2.10.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/9870db7f-0c8e-44a4-aa0f-13709d773756?source=cve",
"refsource": "MISC",
"name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/9870db7f-0c8e-44a4-aa0f-13709d773756?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/simpleshop-cz/trunk/src/Settings.php?rev=3019145#L341",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/browser/simpleshop-cz/trunk/src/Settings.php?rev=3019145#L341"
},
{
"url": "https://github.com/redbitcz/simpleshop-wp-plugin/commit/8b04c95bb29036658e6a5b1ef735440646e3199b",
"refsource": "MISC",
"name": "https://github.com/redbitcz/simpleshop-wp-plugin/commit/8b04c95bb29036658e6a5b1ef735440646e3199b"
}
]
},
"credits": [
{
"lang": "en",
"value": "Francesco Carlucci"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"baseScore": 4.3,
"baseSeverity": "MEDIUM"
2024-02-05 16:00:33 +00:00
}
]
}
}