"-Synchronized-Data."

This commit is contained in:
CVE Team 2020-01-16 21:01:15 +00:00
parent 1c43f133ef
commit 3ef5e13885
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
8 changed files with 227 additions and 26 deletions

View File

@ -66,6 +66,11 @@
"name": "DSA-4148", "name": "DSA-4148",
"refsource": "DEBIAN", "refsource": "DEBIAN",
"url": "https://www.debian.org/security/2018/dsa-4148" "url": "https://www.debian.org/security/2018/dsa-4148"
},
{
"refsource": "UBUNTU",
"name": "USN-4240-1",
"url": "https://usn.ubuntu.com/4240-1/"
} }
] ]
} }

View File

@ -74,15 +74,18 @@
"reference_data": [ "reference_data": [
{ {
"refsource": "MISC", "refsource": "MISC",
"url": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html" "url": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html",
}, "name": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html"
{
"refsource": "CERT-VN",
"url": "https://kb.cert.org/vuls/id/166939/"
}, },
{ {
"refsource": "MISC", "refsource": "MISC",
"url": "https://git.kernel.org/linus/1b5e2423164b3670e8bc9174e4762d297990deff" "url": "https://kb.cert.org/vuls/id/166939/",
"name": "https://kb.cert.org/vuls/id/166939/"
},
{
"refsource": "MISC",
"url": "https://git.kernel.org/linus/1b5e2423164b3670e8bc9174e4762d297990deff",
"name": "https://git.kernel.org/linus/1b5e2423164b3670e8bc9174e4762d297990deff"
} }
] ]
}, },

View File

@ -74,15 +74,18 @@
"reference_data": [ "reference_data": [
{ {
"refsource": "MISC", "refsource": "MISC",
"url": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html" "url": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html",
}, "name": "https://blog.quarkslab.com/reverse-engineering-broadcom-wireless-chipsets.html"
{
"refsource": "CERT-VN",
"url": "https://kb.cert.org/vuls/id/166939/"
}, },
{ {
"refsource": "MISC", "refsource": "MISC",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4176ec356c73a46c07c181c6d04039fafa34a9f" "url": "https://kb.cert.org/vuls/id/166939/",
"name": "https://kb.cert.org/vuls/id/166939/"
},
{
"refsource": "MISC",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4176ec356c73a46c07c181c6d04039fafa34a9f",
"name": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4176ec356c73a46c07c181c6d04039fafa34a9f"
} }
] ]
}, },

View File

@ -1,18 +1,86 @@
{ {
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ID": "CVE-2020-7047",
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED" "ID": "CVE-2020-7047",
"STATE": "PUBLIC"
}, },
"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",
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." "value": "The WordPress plugin, WP Database Reset through 3.1, contains a flaw that gave any authenticated user, with minimal permissions, the ability (with a simple wp-admin/admin.php?db-reset-tables[]=users request) to escalate their privileges to administrator while dropping all other users from the table."
}
]
},
"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/10028",
"url": "https://wpvulndb.com/vulnerabilities/10028"
},
{
"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/"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AC:L/AV:N/A:H/C:H/I:H/PR:L/S:C/UI:N",
"version": "3.0"
}
}
} }

View File

@ -1,18 +1,86 @@
{ {
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ID": "CVE-2020-7048",
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED" "ID": "CVE-2020-7048",
"STATE": "PUBLIC"
}, },
"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",
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." "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/"
}
]
},
"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"
}
}
} }

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-7210",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-7211",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-7212",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}