cvelist/2022/1xxx/CVE-2022-1749.json

99 lines
3.4 KiB
JSON
Raw Normal View History

2022-05-16 22:01:28 +00:00
{
"CVE_data_meta": {
2022-06-13 14:02:02 +00:00
"AKA": "Wordfence",
"ASSIGNER": "security@wordfence.com",
2022-05-16 22:01:28 +00:00
"ID": "CVE-2022-1749",
2022-06-13 14:02:02 +00:00
"STATE": "PUBLIC",
"TITLE": "WPMK Ajax Finder <= 1.0.1 - Cross-Site Request Forgery to Cross-Site Scripting"
2022-05-16 22:01:28 +00:00
},
2022-06-13 14:02:02 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "WPMK Ajax Finder",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "1.0.1",
"version_value": "1.0.1"
}
]
}
}
]
},
"vendor_name": "createplugin"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Tsubasa Imaizumi, Cryptography Laboratory in Tokyo Denki University"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-05-16 22:01:28 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-06-13 14:02:02 +00:00
"value": "The WPMK Ajax Finder WordPress plugin is vulnerable to Cross-Site Request Forgery via the createplugin_atf_admin_setting_page() function found in the ~/inc/config/create-plugin-config.php file due to a missing nonce check which allows attackers to inject arbitrary web scripts, in versions up to and including 1.0.1."
2022-05-16 22:01:28 +00:00
}
]
2022-06-13 14:02:02 +00:00
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-352 Cross-Site Request Forgery (CSRF)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://www.wordfence.com/vulnerability-advisories/#CVE-2022-1749",
"name": "https://www.wordfence.com/vulnerability-advisories/#CVE-2022-1749"
},
{
"refsource": "MISC",
"url": "https://plugins.trac.wordpress.org/browser/find-any-think/trunk/inc/config/create-plugin-admin.php",
"name": "https://plugins.trac.wordpress.org/browser/find-any-think/trunk/inc/config/create-plugin-admin.php"
}
]
},
"source": {
"discovery": "EXTERNAL"
2022-05-16 22:01:28 +00:00
}
}