"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-04-27 16:01:41 +00:00
parent 2d09c00a61
commit bd0274feb8
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
13 changed files with 921 additions and 840 deletions

View File

@ -1,96 +1,96 @@
{ {
"data_format" : "MITRE", "data_format": "MITRE",
"data_type" : "CVE", "data_type": "CVE",
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"vendor_name" : "IBM", "vendor_name": "IBM",
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "7.3.3" "version_value": "7.3.3"
}, },
{ {
"version_value" : "7.4.3" "version_value": "7.4.3"
}, },
{ {
"version_value" : "7.5.0" "version_value": "7.5.0"
} }
] ]
}, },
"product_name" : "QRadar SIEM" "product_name": "QRadar SIEM"
} }
] ]
} }
} }
]
}
},
"CVE_data_meta" : {
"ID" : "CVE-2021-29776",
"ASSIGNER" : "psirt@us.ibm.com",
"DATE_PUBLIC" : "2022-04-25T00:00:00",
"STATE" : "PUBLIC"
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Obtain Information",
"lang" : "eng"
}
] ]
} }
] },
}, "CVE_data_meta": {
"references" : { "ID": "CVE-2021-29776",
"reference_data" : [ "ASSIGNER": "psirt@us.ibm.com",
{ "DATE_PUBLIC": "2022-04-25T00:00:00",
"url" : "https://www.ibm.com/support/pages/node/6574787", "STATE": "PUBLIC"
"name" : "https://www.ibm.com/support/pages/node/6574787", },
"title" : "IBM Security Bulletin 6574787 (QRadar SIEM)", "problemtype": {
"refsource" : "CONFIRM" "problemtype_data": [
}, {
{ "description": [
"name" : "ibm-qradar-cve202129776-info-disc (203030)", {
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/203030", "value": "Obtain Information",
"title" : "X-Force Vulnerability Report", "lang": "eng"
"refsource" : "XF" }
} ]
] }
}, ]
"data_version" : "4.0", },
"description" : { "references": {
"description_data" : [ "reference_data": [
{ {
"value" : "IBM QRadar SIEM 7.3, 7.4, and 7.5 could allow an authenticated user to obtain sensitive information from another user's dashboard providing the dashboard ID of that user. IBM X-Force ID: 203030.", "url": "https://www.ibm.com/support/pages/node/6574787",
"lang" : "eng" "name": "https://www.ibm.com/support/pages/node/6574787",
} "title": "IBM Security Bulletin 6574787 (QRadar SIEM)",
] "refsource": "CONFIRM"
}, },
"impact" : { {
"cvssv3" : { "name": "ibm-qradar-cve202129776-info-disc (203030)",
"BM" : { "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/203030",
"C" : "L", "title": "X-Force Vulnerability Report",
"AC" : "H", "refsource": "XF"
"AV" : "N", }
"SCORE" : "3.100", ]
"UI" : "N", },
"A" : "N", "data_version": "4.0",
"I" : "N", "description": {
"PR" : "L", "description_data": [
"S" : "U" {
}, "value": "IBM QRadar SIEM 7.3, 7.4, and 7.5 could allow an authenticated user to obtain sensitive information from another user's dashboard providing the dashboard ID of that user. IBM X-Force ID: 203030.",
"TM" : { "lang": "eng"
"RC" : "C", }
"RL" : "O", ]
"E" : "U" },
} "impact": {
} "cvssv3": {
} "BM": {
} "C": "L",
"AC": "H",
"AV": "N",
"SCORE": "3.100",
"UI": "N",
"A": "N",
"I": "N",
"PR": "L",
"S": "U"
},
"TM": {
"RC": "C",
"RL": "O",
"E": "U"
}
}
}
}

View File

@ -1,96 +1,96 @@
{ {
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"RC" : "C", "RC": "C",
"E" : "U", "E": "U",
"RL" : "O" "RL": "O"
}, },
"BM" : { "BM": {
"SCORE" : "4.300", "SCORE": "4.300",
"C" : "L", "C": "L",
"AC" : "L", "AC": "L",
"AV" : "P", "AV": "P",
"I" : "L", "I": "L",
"PR" : "N", "PR": "N",
"S" : "U", "S": "U",
"A" : "L", "A": "L",
"UI" : "N" "UI": "N"
}
}
},
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "IBM QRadar SIEM 7.3, 7.4, and 7.5 in some situations may not automatically log users out after they exceede their idle timeout. IBM X-Force ID: 208341."
}
]
},
"references" : {
"reference_data" : [
{
"title" : "IBM Security Bulletin 6574787 (QRadar SIEM)",
"name" : "https://www.ibm.com/support/pages/node/6574787",
"url" : "https://www.ibm.com/support/pages/node/6574787",
"refsource" : "CONFIRM"
},
{
"refsource" : "XF",
"name" : "ibm-qradar-cve202138869-session-fixation (208341)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/208341",
"title" : "X-Force Vulnerability Report"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Gain Access"
}
]
}
]
},
"CVE_data_meta" : {
"ID" : "CVE-2021-38869",
"ASSIGNER" : "psirt@us.ibm.com",
"STATE" : "PUBLIC",
"DATE_PUBLIC" : "2022-04-25T00:00:00"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "IBM",
"product" : {
"product_data" : [
{
"product_name" : "QRadar SIEM",
"version" : {
"version_data" : [
{
"version_value" : "7.3.3"
},
{
"version_value" : "7.4.3"
},
{
"version_value" : "7.5.0"
}
]
}
}
]
}
} }
] }
} },
}, "data_version": "4.0",
"data_type" : "CVE", "description": {
"data_format" : "MITRE" "description_data": [
} {
"lang": "eng",
"value": "IBM QRadar SIEM 7.3, 7.4, and 7.5 in some situations may not automatically log users out after they exceede their idle timeout. IBM X-Force ID: 208341."
}
]
},
"references": {
"reference_data": [
{
"title": "IBM Security Bulletin 6574787 (QRadar SIEM)",
"name": "https://www.ibm.com/support/pages/node/6574787",
"url": "https://www.ibm.com/support/pages/node/6574787",
"refsource": "CONFIRM"
},
{
"refsource": "XF",
"name": "ibm-qradar-cve202138869-session-fixation (208341)",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/208341",
"title": "X-Force Vulnerability Report"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Gain Access"
}
]
}
]
},
"CVE_data_meta": {
"ID": "CVE-2021-38869",
"ASSIGNER": "psirt@us.ibm.com",
"STATE": "PUBLIC",
"DATE_PUBLIC": "2022-04-25T00:00:00"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "IBM",
"product": {
"product_data": [
{
"product_name": "QRadar SIEM",
"version": {
"version_data": [
{
"version_value": "7.3.3"
},
{
"version_value": "7.4.3"
},
{
"version_value": "7.5.0"
}
]
}
}
]
}
}
]
}
},
"data_type": "CVE",
"data_format": "MITRE"
}

View File

@ -1,96 +1,96 @@
{ {
"data_type" : "CVE", "data_type": "CVE",
"data_format" : "MITRE", "data_format": "MITRE",
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"product_name" : "QRadar SIEM", "product_name": "QRadar SIEM",
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "7.3.3" "version_value": "7.3.3"
}, },
{ {
"version_value" : "7.4.3" "version_value": "7.4.3"
}, },
{ {
"version_value" : "7.5.0" "version_value": "7.5.0"
} }
] ]
} }
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
]
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Obtain Information",
"lang" : "eng"
}
] ]
} }
] },
}, "problemtype": {
"references" : { "problemtype_data": [
"reference_data" : [ {
{ "description": [
"refsource" : "CONFIRM", {
"title" : "IBM Security Bulletin 6574787 (QRadar SIEM)", "value": "Obtain Information",
"url" : "https://www.ibm.com/support/pages/node/6574787", "lang": "eng"
"name" : "https://www.ibm.com/support/pages/node/6574787" }
}, ]
{ }
"refsource" : "XF", ]
"title" : "X-Force Vulnerability Report", },
"name" : "ibm-qradar-cve202138874-info-disc (208397)", "references": {
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/208397" "reference_data": [
} {
] "refsource": "CONFIRM",
}, "title": "IBM Security Bulletin 6574787 (QRadar SIEM)",
"CVE_data_meta" : { "url": "https://www.ibm.com/support/pages/node/6574787",
"ID" : "CVE-2021-38874", "name": "https://www.ibm.com/support/pages/node/6574787"
"ASSIGNER" : "psirt@us.ibm.com", },
"STATE" : "PUBLIC", {
"DATE_PUBLIC" : "2022-04-25T00:00:00" "refsource": "XF",
}, "title": "X-Force Vulnerability Report",
"impact" : { "name": "ibm-qradar-cve202138874-info-disc (208397)",
"cvssv3" : { "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/208397"
"BM" : { }
"I" : "N", ]
"S" : "U", },
"PR" : "L", "CVE_data_meta": {
"A" : "N", "ID": "CVE-2021-38874",
"UI" : "N", "ASSIGNER": "psirt@us.ibm.com",
"SCORE" : "4.300", "STATE": "PUBLIC",
"AC" : "L", "DATE_PUBLIC": "2022-04-25T00:00:00"
"AV" : "N", },
"C" : "L" "impact": {
}, "cvssv3": {
"TM" : { "BM": {
"RC" : "C", "I": "N",
"RL" : "O", "S": "U",
"E" : "U" "PR": "L",
} "A": "N",
} "UI": "N",
}, "SCORE": "4.300",
"description" : { "AC": "L",
"description_data" : [ "AV": "N",
{ "C": "L"
"value" : "IBM QRadar SIEM 7.3, 7.4, and 7.5 allows for users to access information across tenant and domain boundaries in some situations. IBM X-Force ID: 208397.", },
"lang" : "eng" "TM": {
} "RC": "C",
] "RL": "O",
}, "E": "U"
"data_version" : "4.0" }
} }
},
"description": {
"description_data": [
{
"value": "IBM QRadar SIEM 7.3, 7.4, and 7.5 allows for users to access information across tenant and domain boundaries in some situations. IBM X-Force ID: 208397.",
"lang": "eng"
}
]
},
"data_version": "4.0"
}

View File

@ -1,96 +1,96 @@
{ {
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"vendor_name" : "IBM", "vendor_name": "IBM",
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "7.3.3" "version_value": "7.3.3"
}, },
{ {
"version_value" : "7.4.3" "version_value": "7.4.3"
}, },
{ {
"version_value" : "7.5.0" "version_value": "7.5.0"
} }
] ]
}, },
"product_name" : "QRadar SIEM" "product_name": "QRadar SIEM"
} }
] ]
} }
} }
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "IBM QRadar 7.3, 7.4, and 7.5 could allow a malicious actor to impersonate an actor due to key exchange without entity authentication. IBM X-Force ID: 208756."
}
]
},
"data_version" : "4.0",
"impact" : {
"cvssv3" : {
"TM" : {
"RC" : "C",
"E" : "U",
"RL" : "O"
},
"BM" : {
"PR" : "N",
"S" : "U",
"I" : "H",
"A" : "N",
"UI" : "N",
"SCORE" : "5.900",
"C" : "N",
"AV" : "N",
"AC" : "H"
}
}
},
"CVE_data_meta" : {
"DATE_PUBLIC" : "2022-04-25T00:00:00",
"STATE" : "PUBLIC",
"ID" : "CVE-2021-38878",
"ASSIGNER" : "psirt@us.ibm.com"
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6574787",
"url" : "https://www.ibm.com/support/pages/node/6574787",
"title" : "IBM Security Bulletin 6574787 (QRadar SIEM)"
},
{
"refsource" : "XF",
"name" : "ibm-qradar-cve202138878-sec-bypass (208756)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/208756",
"title" : "X-Force Vulnerability Report"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Bypass Security",
"lang" : "eng"
}
] ]
} }
] },
} "data_format": "MITRE",
} "data_type": "CVE",
"description": {
"description_data": [
{
"lang": "eng",
"value": "IBM QRadar 7.3, 7.4, and 7.5 could allow a malicious actor to impersonate an actor due to key exchange without entity authentication. IBM X-Force ID: 208756."
}
]
},
"data_version": "4.0",
"impact": {
"cvssv3": {
"TM": {
"RC": "C",
"E": "U",
"RL": "O"
},
"BM": {
"PR": "N",
"S": "U",
"I": "H",
"A": "N",
"UI": "N",
"SCORE": "5.900",
"C": "N",
"AV": "N",
"AC": "H"
}
}
},
"CVE_data_meta": {
"DATE_PUBLIC": "2022-04-25T00:00:00",
"STATE": "PUBLIC",
"ID": "CVE-2021-38878",
"ASSIGNER": "psirt@us.ibm.com"
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.ibm.com/support/pages/node/6574787",
"url": "https://www.ibm.com/support/pages/node/6574787",
"title": "IBM Security Bulletin 6574787 (QRadar SIEM)"
},
{
"refsource": "XF",
"name": "ibm-qradar-cve202138878-sec-bypass (208756)",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/208756",
"title": "X-Force Vulnerability Report"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "Bypass Security",
"lang": "eng"
}
]
}
]
}
}

View File

@ -1,96 +1,96 @@
{ {
"data_format" : "MITRE", "data_format": "MITRE",
"data_type" : "CVE", "data_type": "CVE",
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "7.3.3" "version_value": "7.3.3"
}, },
{ {
"version_value" : "7.4.3" "version_value": "7.4.3"
}, },
{ {
"version_value" : "7.5.0" "version_value": "7.5.0"
} }
] ]
}, },
"product_name" : "QRadar SIEM" "product_name": "QRadar SIEM"
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
]
}
},
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"DATE_PUBLIC" : "2022-04-25T00:00:00",
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2021-38919"
},
"references" : {
"reference_data" : [
{
"title" : "IBM Security Bulletin 6574787 (QRadar SIEM)",
"url" : "https://www.ibm.com/support/pages/node/6574787",
"name" : "https://www.ibm.com/support/pages/node/6574787",
"refsource" : "CONFIRM"
},
{
"name" : "ibm-qradar-cve202138919-info-disc (210021)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/210021",
"title" : "X-Force Vulnerability Report",
"refsource" : "XF"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Obtain Information"
}
] ]
} }
] },
}, "CVE_data_meta": {
"description" : { "STATE": "PUBLIC",
"description_data" : [ "DATE_PUBLIC": "2022-04-25T00:00:00",
{ "ASSIGNER": "psirt@us.ibm.com",
"value" : "IBM QRadar SIEM 7.3, 7.4, and 7.5 in some senarios may reveal authorized service tokens to other QRadar users. IBM X-Force ID: 210021", "ID": "CVE-2021-38919"
"lang" : "eng" },
} "references": {
] "reference_data": [
}, {
"data_version" : "4.0", "title": "IBM Security Bulletin 6574787 (QRadar SIEM)",
"impact" : { "url": "https://www.ibm.com/support/pages/node/6574787",
"cvssv3" : { "name": "https://www.ibm.com/support/pages/node/6574787",
"BM" : { "refsource": "CONFIRM"
"I" : "N", },
"PR" : "N", {
"S" : "U", "name": "ibm-qradar-cve202138919-info-disc (210021)",
"UI" : "N", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/210021",
"A" : "N", "title": "X-Force Vulnerability Report",
"SCORE" : "5.900", "refsource": "XF"
"C" : "H", }
"AC" : "H", ]
"AV" : "N" },
}, "problemtype": {
"TM" : { "problemtype_data": [
"E" : "U", {
"RL" : "O", "description": [
"RC" : "C" {
} "lang": "eng",
} "value": "Obtain Information"
} }
} ]
}
]
},
"description": {
"description_data": [
{
"value": "IBM QRadar SIEM 7.3, 7.4, and 7.5 in some senarios may reveal authorized service tokens to other QRadar users. IBM X-Force ID: 210021",
"lang": "eng"
}
]
},
"data_version": "4.0",
"impact": {
"cvssv3": {
"BM": {
"I": "N",
"PR": "N",
"S": "U",
"UI": "N",
"A": "N",
"SCORE": "5.900",
"C": "H",
"AC": "H",
"AV": "N"
},
"TM": {
"E": "U",
"RL": "O",
"RC": "C"
}
}
}
}

View File

@ -1,96 +1,96 @@
{ {
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"vendor_name" : "IBM", "vendor_name": "IBM",
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "7.3.3" "version_value": "7.3.3"
}, },
{ {
"version_value" : "7.4.3" "version_value": "7.4.3"
}, },
{ {
"version_value" : "7.5.0" "version_value": "7.5.0"
} }
] ]
}, },
"product_name" : "QRadar SIEM" "product_name": "QRadar SIEM"
} }
] ]
} }
} }
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"value" : "IBM QRadar SIEM 7.3, 7.4, and 7.5 stores potentially sensitive information in log files that could be read by an user with access to creating domains. IBM X-Force ID: 211037.",
"lang" : "eng"
}
]
},
"impact" : {
"cvssv3" : {
"BM" : {
"SCORE" : "3.700",
"AV" : "N",
"AC" : "H",
"C" : "L",
"S" : "U",
"PR" : "N",
"I" : "N",
"A" : "N",
"UI" : "N"
},
"TM" : {
"RC" : "C",
"E" : "U",
"RL" : "O"
}
}
},
"CVE_data_meta" : {
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2021-38939",
"DATE_PUBLIC" : "2022-04-25T00:00:00",
"STATE" : "PUBLIC"
},
"references" : {
"reference_data" : [
{
"name" : "https://www.ibm.com/support/pages/node/6574787",
"url" : "https://www.ibm.com/support/pages/node/6574787",
"title" : "IBM Security Bulletin 6574787 (QRadar SIEM)",
"refsource" : "CONFIRM"
},
{
"refsource" : "XF",
"name" : "ibm-qradar-cve202138939-info-disc (211037)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/211037",
"title" : "X-Force Vulnerability Report"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Obtain Information",
"lang" : "eng"
}
] ]
} }
] },
} "data_format": "MITRE",
} "data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"value": "IBM QRadar SIEM 7.3, 7.4, and 7.5 stores potentially sensitive information in log files that could be read by an user with access to creating domains. IBM X-Force ID: 211037.",
"lang": "eng"
}
]
},
"impact": {
"cvssv3": {
"BM": {
"SCORE": "3.700",
"AV": "N",
"AC": "H",
"C": "L",
"S": "U",
"PR": "N",
"I": "N",
"A": "N",
"UI": "N"
},
"TM": {
"RC": "C",
"E": "U",
"RL": "O"
}
}
},
"CVE_data_meta": {
"ASSIGNER": "psirt@us.ibm.com",
"ID": "CVE-2021-38939",
"DATE_PUBLIC": "2022-04-25T00:00:00",
"STATE": "PUBLIC"
},
"references": {
"reference_data": [
{
"name": "https://www.ibm.com/support/pages/node/6574787",
"url": "https://www.ibm.com/support/pages/node/6574787",
"title": "IBM Security Bulletin 6574787 (QRadar SIEM)",
"refsource": "CONFIRM"
},
{
"refsource": "XF",
"name": "ibm-qradar-cve202138939-info-disc (211037)",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/211037",
"title": "X-Force Vulnerability Report"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "Obtain Information",
"lang": "eng"
}
]
}
]
}
}

View File

@ -1,90 +1,90 @@
{ {
"CVE_data_meta" : { "CVE_data_meta": {
"ID" : "CVE-2022-22312", "ID": "CVE-2022-22312",
"ASSIGNER" : "psirt@us.ibm.com", "ASSIGNER": "psirt@us.ibm.com",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"DATE_PUBLIC" : "2022-04-22T00:00:00" "DATE_PUBLIC": "2022-04-22T00:00:00"
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6574671",
"url" : "https://www.ibm.com/support/pages/node/6574671",
"title" : "IBM Security Bulletin 6574671 (Security Verify Password Synchronization Plug-in for Windows AD)"
},
{
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/217369",
"name" : "ibm-sim-cve202222312-bo (217369)",
"title" : "X-Force Vulnerability Report"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Gain Privileges"
}
]
}
]
},
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "IBM Security Identity Manager (IBM Security Verify Password Synchronization Plug-in for Windows AD 10.x) is vulnerable to a denial of service, caused by a heap-based buffer overflow in the Password Synch Plug-in. An authenticated attacker could exploit this vulnerability to cause a denial of service. IBM X-Force ID: 217369."
}
]
},
"data_version" : "4.0",
"impact" : {
"cvssv3" : {
"BM" : {
"AV" : "A",
"AC" : "L",
"C" : "N",
"SCORE" : "5.700",
"UI" : "N",
"A" : "H",
"I" : "N",
"S" : "U",
"PR" : "L"
},
"TM" : {
"RL" : "O",
"E" : "U",
"RC" : "C"
}
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"product" : { "refsource": "CONFIRM",
"product_data" : [ "name": "https://www.ibm.com/support/pages/node/6574671",
{ "url": "https://www.ibm.com/support/pages/node/6574671",
"version" : { "title": "IBM Security Bulletin 6574671 (Security Verify Password Synchronization Plug-in for Windows AD)"
"version_data" : [ },
{ {
"version_value" : "10.0.0" "refsource": "XF",
} "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/217369",
] "name": "ibm-sim-cve202222312-bo (217369)",
}, "title": "X-Force Vulnerability Report"
"product_name" : "Security Verify Password Synchronization Plug-in for Windows AD"
}
]
},
"vendor_name" : "IBM"
} }
] ]
} },
} "problemtype": {
} "problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Gain Privileges"
}
]
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "IBM Security Identity Manager (IBM Security Verify Password Synchronization Plug-in for Windows AD 10.x) is vulnerable to a denial of service, caused by a heap-based buffer overflow in the Password Synch Plug-in. An authenticated attacker could exploit this vulnerability to cause a denial of service. IBM X-Force ID: 217369."
}
]
},
"data_version": "4.0",
"impact": {
"cvssv3": {
"BM": {
"AV": "A",
"AC": "L",
"C": "N",
"SCORE": "5.700",
"UI": "N",
"A": "H",
"I": "N",
"S": "U",
"PR": "L"
},
"TM": {
"RL": "O",
"E": "U",
"RC": "C"
}
}
},
"data_format": "MITRE",
"data_type": "CVE",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "10.0.0"
}
]
},
"product_name": "Security Verify Password Synchronization Plug-in for Windows AD"
}
]
},
"vendor_name": "IBM"
}
]
}
}
}

View File

@ -1,90 +1,90 @@
{ {
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"BM" : { "BM": {
"AV" : "A", "AV": "A",
"AC" : "L", "AC": "L",
"C" : "N", "C": "N",
"SCORE" : "5.700", "SCORE": "5.700",
"UI" : "N", "UI": "N",
"A" : "H", "A": "H",
"S" : "U", "S": "U",
"PR" : "L", "PR": "L",
"I" : "N" "I": "N"
}, },
"TM" : { "TM": {
"RL" : "O", "RL": "O",
"E" : "U", "E": "U",
"RC" : "C" "RC": "C"
}
}
},
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"value" : "IBM Security Identity Manager (IBM Security Verify Password Synchronization Plug-in for Windows AD 10.x) is vulnerable to a denial of service, caused by a heap-based buffer overflow in the Password Synch Plug-in. An authenticated attacker could exploit this vulnerability to cause a denial of service. IBM X-Force ID: 218379.",
"lang" : "eng"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Denial of Service"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6574671",
"url" : "https://www.ibm.com/support/pages/node/6574671",
"title" : "IBM Security Bulletin 6574671 (Security Verify Password Synchronization Plug-in for Windows AD)"
},
{
"title" : "X-Force Vulnerability Report",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/218379",
"name" : "ibm-sim-cve202222323-bo (218379)",
"refsource" : "XF"
}
]
},
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"DATE_PUBLIC" : "2022-04-22T00:00:00",
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2022-22323"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Security Verify Password Synchronization Plug-in for Windows AD",
"version" : {
"version_data" : [
{
"version_value" : "10.0.0"
}
]
}
}
]
},
"vendor_name" : "IBM"
} }
] }
} },
}, "data_version": "4.0",
"data_type" : "CVE", "description": {
"data_format" : "MITRE" "description_data": [
} {
"value": "IBM Security Identity Manager (IBM Security Verify Password Synchronization Plug-in for Windows AD 10.x) is vulnerable to a denial of service, caused by a heap-based buffer overflow in the Password Synch Plug-in. An authenticated attacker could exploit this vulnerability to cause a denial of service. IBM X-Force ID: 218379.",
"lang": "eng"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Denial of Service"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.ibm.com/support/pages/node/6574671",
"url": "https://www.ibm.com/support/pages/node/6574671",
"title": "IBM Security Bulletin 6574671 (Security Verify Password Synchronization Plug-in for Windows AD)"
},
{
"title": "X-Force Vulnerability Report",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/218379",
"name": "ibm-sim-cve202222323-bo (218379)",
"refsource": "XF"
}
]
},
"CVE_data_meta": {
"STATE": "PUBLIC",
"DATE_PUBLIC": "2022-04-22T00:00:00",
"ASSIGNER": "psirt@us.ibm.com",
"ID": "CVE-2022-22323"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Security Verify Password Synchronization Plug-in for Windows AD",
"version": {
"version_data": [
{
"version_value": "10.0.0"
}
]
}
}
]
},
"vendor_name": "IBM"
}
]
}
},
"data_type": "CVE",
"data_format": "MITRE"
}

View File

@ -1,96 +1,96 @@
{ {
"data_version" : "4.0", "data_version": "4.0",
"description" : { "description": {
"description_data" : [ "description_data": [
{
"value" : "IBM QRadar 7.3, 7.4, and 7.5 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 220041.",
"lang" : "eng"
}
]
},
"impact" : {
"cvssv3" : {
"BM" : {
"SCORE" : "4.800",
"C" : "L",
"AV" : "N",
"AC" : "L",
"I" : "L",
"PR" : "H",
"S" : "C",
"A" : "N",
"UI" : "R"
},
"TM" : {
"RL" : "O",
"E" : "H",
"RC" : "C"
}
}
},
"CVE_data_meta" : {
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2022-22345",
"STATE" : "PUBLIC",
"DATE_PUBLIC" : "2022-04-25T00:00:00"
},
"references" : {
"reference_data" : [
{
"refsource" : "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6574453",
"url" : "https://www.ibm.com/support/pages/node/6574453",
"title" : "IBM Security Bulletin 6574453 (QRadar SIEM)"
},
{
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/220041",
"name" : "ibm-qradar-cve202222345-xss (220041)",
"title" : "X-Force Vulnerability Report"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"value" : "Cross-Site Scripting",
"lang" : "eng"
}
]
}
]
},
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"product" : { "value": "IBM QRadar 7.3, 7.4, and 7.5 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 220041.",
"product_data" : [ "lang": "eng"
{
"product_name" : "QRadar SIEM",
"version" : {
"version_data" : [
{
"version_value" : "7.3.3"
},
{
"version_value" : "7.4.3"
},
{
"version_value" : "7.5.0"
}
]
}
}
]
},
"vendor_name" : "IBM"
} }
] ]
} },
}, "impact": {
"data_format" : "MITRE", "cvssv3": {
"data_type" : "CVE" "BM": {
} "SCORE": "4.800",
"C": "L",
"AV": "N",
"AC": "L",
"I": "L",
"PR": "H",
"S": "C",
"A": "N",
"UI": "R"
},
"TM": {
"RL": "O",
"E": "H",
"RC": "C"
}
}
},
"CVE_data_meta": {
"ASSIGNER": "psirt@us.ibm.com",
"ID": "CVE-2022-22345",
"STATE": "PUBLIC",
"DATE_PUBLIC": "2022-04-25T00:00:00"
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.ibm.com/support/pages/node/6574453",
"url": "https://www.ibm.com/support/pages/node/6574453",
"title": "IBM Security Bulletin 6574453 (QRadar SIEM)"
},
{
"refsource": "XF",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/220041",
"name": "ibm-qradar-cve202222345-xss (220041)",
"title": "X-Force Vulnerability Report"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "Cross-Site Scripting",
"lang": "eng"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "QRadar SIEM",
"version": {
"version_data": [
{
"version_value": "7.3.3"
},
{
"version_value": "7.4.3"
},
{
"version_value": "7.5.0"
}
]
}
}
]
},
"vendor_name": "IBM"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE"
}

View File

@ -76,8 +76,9 @@
"references": { "references": {
"reference_data": [ "reference_data": [
{ {
"refsource": "CONFIRM", "refsource": "MISC",
"url": "https://www.miele.de/p/miele-benchmark-programming-tool-2296.htm" "url": "https://www.miele.de/p/miele-benchmark-programming-tool-2296.htm",
"name": "https://www.miele.de/p/miele-benchmark-programming-tool-2296.htm"
} }
] ]
}, },

View File

@ -1,17 +1,61 @@
{ {
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ID": "CVE-2022-27336",
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED" "ID": "CVE-2022-27336",
"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": "Seacms v11.6 was discovered to contain a remote code execution (RCE) vulnerability via the component /admin/weixin.php."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "http://note.youdao.com/noteshare?id=1f5c9012a358f0c4575e1ca57a55fe5e&sub=6C2906C73BB0477FB9DE8601D5495C0A",
"refsource": "MISC",
"name": "http://note.youdao.com/noteshare?id=1f5c9012a358f0c4575e1ca57a55fe5e&sub=6C2906C73BB0477FB9DE8601D5495C0A"
} }
] ]
} }

View File

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