"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-01-17 18:01:14 +00:00
parent 1ea041795d
commit 08978962e4
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
3 changed files with 124 additions and 94 deletions

View File

@ -34,7 +34,7 @@
"description_data": [
{
"lang": "eng",
"value": "matio (aka MAT File I/O Library) 1.5.20 and 1.5.21 has a heap-based buffer overflow in H5MM_memcpy (called from H5MM_malloc and H5C_load_entry)."
"value": "matio (aka MAT File I/O Library) 1.5.20 and 1.5.21 has a heap-based buffer overflow in H5MM_memcpy (called from H5MM_malloc and H5C_load_entry), related to use of HDF5 1.12.0."
}
]
},
@ -61,6 +61,21 @@
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31265",
"refsource": "MISC",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31265"
},
{
"refsource": "MISC",
"name": "https://github.com/google/oss-fuzz-vulns/commit/37b781ace1b4228fc36483bb7e30c72ea9d4c3d6",
"url": "https://github.com/google/oss-fuzz-vulns/commit/37b781ace1b4228fc36483bb7e30c72ea9d4c3d6"
},
{
"refsource": "MISC",
"name": "https://github.com/HDFGroup/hdf5/issues/272",
"url": "https://github.com/HDFGroup/hdf5/issues/272"
},
{
"refsource": "MISC",
"name": "https://github.com/google/oss-fuzz/issues/4999",
"url": "https://github.com/google/oss-fuzz/issues/4999"
}
]
}

View File

@ -1,96 +1,96 @@
{
"data_version" : "4.0",
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Gain Privileges"
}
]
}
]
},
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "IBM FileNet Content Manager 5.5.4, 5.5.6, and 5.5.7 could allow a remote authenticated attacker to execute arbitrary commands on the system by sending a specially crafted request. IBM X-Force ID: 212346."
}
]
},
"data_format" : "MITRE",
"impact" : {
"cvssv3" : {
"TM" : {
"RL" : "O",
"RC" : "C",
"E" : "U"
},
"BM" : {
"A" : "L",
"PR" : "L",
"SCORE" : "6.300",
"AC" : "L",
"I" : "L",
"AV" : "N",
"S" : "U",
"C" : "L",
"UI" : "N"
}
}
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6509840",
"title" : "IBM Security Bulletin 6509840 (FileNet Content Manager)",
"url" : "https://www.ibm.com/support/pages/node/6509840"
},
{
"refsource" : "XF",
"title" : "X-Force Vulnerability Report",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/212346",
"name" : "ibm-filenet-cve202138965-command-exec (212346)"
}
]
},
"data_type" : "CVE",
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2022-01-14T00:00:00",
"ID" : "CVE-2021-38965"
},
"affects" : {
"vendor" : {
"vendor_data" : [
"data_version": "4.0",
"problemtype": {
"problemtype_data": [
{
"product" : {
"product_data" : [
{
"version" : {
"version_data" : [
{
"version_value" : "5.5.4"
},
{
"version_value" : "5.5.6"
},
{
"version_value" : "5.5.7"
}
]
},
"product_name" : "FileNet Content Manager"
}
]
},
"vendor_name" : "IBM"
"description": [
{
"lang": "eng",
"value": "Gain Privileges"
}
]
}
]
}
}
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "IBM FileNet Content Manager 5.5.4, 5.5.6, and 5.5.7 could allow a remote authenticated attacker to execute arbitrary commands on the system by sending a specially crafted request. IBM X-Force ID: 212346."
}
]
},
"data_format": "MITRE",
"impact": {
"cvssv3": {
"TM": {
"RL": "O",
"RC": "C",
"E": "U"
},
"BM": {
"A": "L",
"PR": "L",
"SCORE": "6.300",
"AC": "L",
"I": "L",
"AV": "N",
"S": "U",
"C": "L",
"UI": "N"
}
}
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.ibm.com/support/pages/node/6509840",
"title": "IBM Security Bulletin 6509840 (FileNet Content Manager)",
"url": "https://www.ibm.com/support/pages/node/6509840"
},
{
"refsource": "XF",
"title": "X-Force Vulnerability Report",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/212346",
"name": "ibm-filenet-cve202138965-command-exec (212346)"
}
]
},
"data_type": "CVE",
"CVE_data_meta": {
"STATE": "PUBLIC",
"ASSIGNER": "psirt@us.ibm.com",
"DATE_PUBLIC": "2022-01-14T00:00:00",
"ID": "CVE-2021-38965"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "5.5.4"
},
{
"version_value": "5.5.6"
},
{
"version_value": "5.5.7"
}
]
},
"product_name": "FileNet Content Manager"
}
]
},
"vendor_name": "IBM"
}
]
}
}
}

View File

@ -71,6 +71,21 @@
"refsource": "MLIST",
"name": "[debian-lts-announce] 20220114 [SECURITY] [DLA 2879-1] ghostscript security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html"
},
{
"refsource": "MISC",
"name": "https://github.com/google/oss-fuzz-vulns/issues/16",
"url": "https://github.com/google/oss-fuzz-vulns/issues/16"
},
{
"refsource": "MISC",
"name": "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25",
"url": "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25"
},
{
"refsource": "MISC",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715",
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715"
}
]
}