cvelist/2020/7xxx/CVE-2020-7048.json

86 lines
2.9 KiB
JSON
Raw Normal View History

2020-01-14 18:01:05 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-01-16 21:01:15 +00:00
"ID": "CVE-2020-7048",
"STATE": "PUBLIC"
2020-01-14 18:01:05 +00:00
},
2020-01-16 21:01:15 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-01-14 18:01:05 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-01-16 21:01:15 +00:00
"value": "The WordPress plugin, WP Database Reset through 3.1, contains a flaw that allowed any unauthenticated user to reset any table in the database to the initial WordPress set-up state (deleting all site content stored in that table), as demonstrated by a wp-admin/admin-post.php?db-reset-tables[]=comments URI."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://wordpress.org/plugins/wordpress-database-reset/#developers",
"refsource": "MISC",
"name": "https://wordpress.org/plugins/wordpress-database-reset/#developers"
},
{
"refsource": "MISC",
"name": "https://wpvulndb.com/vulnerabilities/10027",
"url": "https://wpvulndb.com/vulnerabilities/10027"
},
{
"refsource": "MISC",
"name": "https://www.wordfence.com/blog/2020/01/easily-exploitable-vulnerabilities-patched-in-wp-database-reset-plugin/",
"url": "https://www.wordfence.com/blog/2020/01/easily-exploitable-vulnerabilities-patched-in-wp-database-reset-plugin/"
2020-01-14 18:01:05 +00:00
}
]
2020-01-16 21:01:15 +00:00
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AC:L/AV:N/A:H/C:N/I:H/PR:N/S:U/UI:N",
"version": "3.0"
}
2020-01-14 18:01:05 +00:00
}
}