cvelist/2021/39xxx/CVE-2021-39202.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2021-08-16 21:01:17 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2021-08-16 21:01:17 +00:00
"ID": "CVE-2021-39202",
"STATE": "PUBLIC",
"TITLE": "WordPress 5.8 beta: Stored Cross-Site Scripting (XSS) vulnerability in widget"
2021-08-16 21:01:17 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "wordpress-develop",
"version": {
"version_data": [
{
"version_value": "5.8 beta 1"
},
{
"version_value": "5.8 beta 2"
}
]
}
}
]
},
"vendor_name": "WordPress"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-08-16 21:01:17 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. In affected versions the widgets editor introduced in WordPress 5.8 beta 1 has improper handling of HTML input in the Custom HTML feature. This leads to stored XSS in the custom HTML widget. This has been patched in WordPress 5.8. It was only present during the testing/beta phase of WordPress 5.8."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
2021-08-16 21:01:17 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fr6h-3855-j297",
"refsource": "CONFIRM",
"url": "https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fr6h-3855-j297"
},
{
"name": "https://hackerone.com/reports/1222797",
"refsource": "MISC",
"url": "https://hackerone.com/reports/1222797"
}
]
},
"source": {
"advisory": "GHSA-fr6h-3855-j297",
"discovery": "UNKNOWN"
2021-08-16 21:01:17 +00:00
}
}