"-Synchronized-Data."

This commit is contained in:
CVE Team 2021-05-05 14:00:47 +00:00
parent ad232e93e6
commit 24b87d69be
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
7 changed files with 169 additions and 5 deletions

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2016-20010",
"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_data": [
{
"lang": "eng",
"value": "EWWW Image Optimizer before 2.8.5 allows remote command execution because it relies on a protection mechanism involving boolval, which is unavailable before PHP 5.5."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.wordfence.com/blog/2016/06/vulnerability-ewww-image-optimizer/",
"refsource": "MISC",
"name": "https://www.wordfence.com/blog/2016/06/vulnerability-ewww-image-optimizer/"
},
{
"url": "https://plugins.trac.wordpress.org/browser/ewww-image-optimizer/trunk/changelog.txt",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/browser/ewww-image-optimizer/trunk/changelog.txt"
}
]
}
}

View File

@ -51,7 +51,7 @@
"description_data": [
{
"lang": "eng",
"value": "Cross-site scripting vulnerability in Drupal Core. Drupal AJAX API does not disable JSONP by default, allowing for an XSS attack. \nThis issue affects:\nDrupal Drupal Core\n7.x versions prior to 7.73;\n8.8.x versions prior to 8.8.10;\n8.9.x versions prior to 8.9.6;\n9.0.x versions prior to 9.0.6."
"value": "Cross-site scripting vulnerability in Drupal Core. Drupal AJAX API does not disable JSONP by default, allowing for an XSS attack. This issue affects: Drupal Drupal Core 7.x versions prior to 7.73; 8.8.x versions prior to 8.8.10; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6."
}
]
},
@ -76,4 +76,4 @@
}
]
}
}
}

View File

@ -64,10 +64,25 @@
},
"references": {
"reference_data": [
{
"refsource": "MLIST",
"name": "[ozone-dev] 20210427 CVE-2020-17517: Apache Ozone: Ozone S3 Gateway allows bucket and key access to non authenticated users",
"url": "https://lists.apache.org/thread.html/rdd59a176b32c63f7fc0865428bf9bbc69297fa17f6130c80c25869aa@%3Cdev.ozone.apache.org%3E"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20210427 CVE-2020-17517: Apache Ozone: Ozone S3 Gateway allows bucket and key access to non authenticated users",
"url": "http://www.openwall.com/lists/oss-security/2021/04/27/1"
},
{
"refsource": "MISC",
"url": "https://lists.apache.org/thread.html/rdd59a176b32c63f7fc0865428bf9bbc69297fa17f6130c80c25869aa%40%3Cdev.ozone.apache.org%3E",
"name": "https://lists.apache.org/thread.html/rdd59a176b32c63f7fc0865428bf9bbc69297fa17f6130c80c25869aa%40%3Cdev.ozone.apache.org%3E"
},
{
"refsource": "MISC",
"name": "https://github.com/CVEProject/cvelist/pull/1455",
"url": "https://github.com/CVEProject/cvelist/pull/1455"
}
]
},

View File

@ -4,14 +4,68 @@
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-20254",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "samba",
"version": {
"version_data": [
{
"version_value": "samba 4.14.1, samba 4.13.6, samba 4.12.13"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-125"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=1949442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1949442"
},
{
"refsource": "MISC",
"name": "https://www.samba.org/samba/security/CVE-2021-20254.html",
"url": "https://www.samba.org/samba/security/CVE-2021-20254.html"
},
{
"refsource": "MISC",
"name": "https://security.netapp.com/advisory/ntap-20210430-0001/",
"url": "https://security.netapp.com/advisory/ntap-20210430-0001/"
}
]
},
"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."
"value": "A flaw was found in samba. The Samba smbd file server must map Windows group identities (SIDs) into unix group ids (gids). The code that performs this had a flaw that could allow it to read data beyond the end of the array in the case where a negative cache entry had been added to the mapping cache. This could cause the calling code to return those values into the process token that stores the group membership for a user. The highest threat from this vulnerability is to data confidentiality and integrity."
}
]
}

View File

@ -81,6 +81,11 @@
"refsource": "DEBIAN",
"name": "DSA-4847",
"url": "https://www.debian.org/security/2021/dsa-4847"
},
{
"refsource": "MISC",
"name": "https://kunnamon.io/tbone/",
"url": "https://kunnamon.io/tbone/"
}
]
}

View File

@ -86,6 +86,11 @@
"refsource": "DEBIAN",
"name": "DSA-4847",
"url": "https://www.debian.org/security/2021/dsa-4847"
},
{
"refsource": "MISC",
"name": "https://kunnamon.io/tbone/",
"url": "https://kunnamon.io/tbone/"
}
]
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-32031",
"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."
}
]
}
}