cvelist/2021/34xxx/CVE-2021-34628.json

106 lines
3.6 KiB
JSON
Raw Normal View History

2021-06-10 21:00:52 +00:00
{
"CVE_data_meta": {
2021-08-02 21:00:54 +00:00
"AKA": "Wordfence",
"ASSIGNER": "security@wordfence.com",
"DATE_PUBLIC": "2021-07-26T06:00:00.000Z",
2021-06-10 21:00:52 +00:00
"ID": "CVE-2021-34628",
2021-08-02 21:00:54 +00:00
"STATE": "PUBLIC",
"TITLE": "Admin Custom Login <= 3.2.7 - Cross-Site Request Forgery to Stored Cross-Site Scripting"
2021-06-10 21:00:52 +00:00
},
2021-08-02 21:00:54 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Admin Custom Login",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "3.2.7",
"version_value": "3.2.7"
}
]
}
}
]
},
"vendor_name": "Weblizar"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Ryoma Nishioka, Cryptography Laboratory in Tokyo Denki University"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-06-10 21:00:52 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-08-02 21:00:54 +00:00
"value": "The Admin Custom Login WordPress plugin is vulnerable to Cross-Site Request Forgery due to the loginbgSave action found in the ~/includes/Login-form-setting/Login-form-background.php file which allows attackers to inject arbitrary web scripts, in versions up to and including 3.2.7."
2021-06-10 21:00:52 +00:00
}
]
2021-08-02 21:00:54 +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-2021-34628",
"name": "https://www.wordfence.com/vulnerability-advisories/#CVE-2021-34628"
},
{
"refsource": "MISC",
"url": "https://plugins.trac.wordpress.org/browser/admin-custom-login/tags/3.2.7/includes/login-form-setting/login-form-background.php#L686",
"name": "https://plugins.trac.wordpress.org/browser/admin-custom-login/tags/3.2.7/includes/login-form-setting/login-form-background.php#L686"
}
]
},
"solution": [
{
"lang": "eng",
"value": "Update plugin to version 3.2.8 or newer. "
}
],
"source": {
"discovery": "EXTERNAL"
2021-06-10 21:00:52 +00:00
}
}