"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-04-22 17:01:33 +00:00
parent ed3d34def5
commit 0e23ac050f
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
16 changed files with 915 additions and 735 deletions

View File

@ -71,6 +71,11 @@
"name": "20210324 Cisco IOS XE SD-WAN Software Parameter Injection Vulnerabilities", "name": "20210324 Cisco IOS XE SD-WAN Software Parameter Injection Vulnerabilities",
"refsource": "CISCO", "refsource": "CISCO",
"url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-xesdwpinj-V4weeqzU" "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-xesdwpinj-V4weeqzU"
},
{
"refsource": "MISC",
"name": "https://github.com/orangecertcc/security-research/security/advisories/GHSA-vw54-f9mw-g46r",
"url": "https://github.com/orangecertcc/security-research/security/advisories/GHSA-vw54-f9mw-g46r"
} }
] ]
}, },

View File

@ -1,42 +1,42 @@
{ {
"CVE_data_meta" : { "CVE_data_meta": {
"DATE_PUBLIC" : "2022-04-21T00:00:00", "DATE_PUBLIC": "2022-04-21T00:00:00",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"ID" : "CVE-2021-20464", "ID": "CVE-2021-20464",
"ASSIGNER" : "psirt@us.ibm.com" "ASSIGNER": "psirt@us.ibm.com"
}, },
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"value" : "IBM Cognos Analytics PowerPlay (IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7) could be vulnerable to an XML Bomb attack by a malicious authenticated user. IBM X-Force ID: 196813.", "value": "IBM Cognos Analytics PowerPlay (IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7) could be vulnerable to an XML Bomb attack by a malicious authenticated user. IBM X-Force ID: 196813.",
"lang" : "eng" "lang": "eng"
} }
] ]
}, },
"data_version" : "4.0", "data_version": "4.0",
"data_format" : "MITRE", "data_format": "MITRE",
"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" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
}, },
"product_name" : "Cognos Analytics" "product_name": "Cognos Analytics"
} }
] ]
} }
@ -44,53 +44,53 @@
] ]
} }
}, },
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"value" : "Denial of Service", "value": "Denial of Service",
"lang" : "eng" "lang": "eng"
} }
] ]
} }
] ]
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"E" : "U", "E": "U",
"RC" : "C", "RC": "C",
"RL" : "O" "RL": "O"
}, },
"BM" : { "BM": {
"C" : "N", "C": "N",
"AC" : "L", "AC": "L",
"S" : "U", "S": "U",
"A" : "H", "A": "H",
"UI" : "N", "UI": "N",
"AV" : "N", "AV": "N",
"PR" : "L", "PR": "L",
"SCORE" : "6.500", "SCORE": "6.500",
"I" : "N" "I": "N"
} }
} }
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"name" : "https://www.ibm.com/support/pages/node/6570957", "name": "https://www.ibm.com/support/pages/node/6570957",
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"refsource" : "CONFIRM", "refsource": "CONFIRM",
"url" : "https://www.ibm.com/support/pages/node/6570957" "url": "https://www.ibm.com/support/pages/node/6570957"
}, },
{ {
"refsource" : "XF", "refsource": "XF",
"title" : "X-Force Vulnerability Report", "title": "X-Force Vulnerability Report",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/196813", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/196813",
"name" : "ibm-cognos-cve202120464-dos (196813)" "name": "ibm-cognos-cve202120464-dos (196813)"
} }
] ]
}, },
"data_type" : "CVE" "data_type": "CVE"
} }

View File

@ -1,96 +1,96 @@
{ {
"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" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
}, },
"product_name" : "Cognos Analytics" "product_name": "Cognos Analytics"
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
] ]
} }
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"BM" : { "BM": {
"PR" : "L", "PR": "L",
"AV" : "N", "AV": "N",
"I" : "N", "I": "N",
"SCORE" : "3.100", "SCORE": "3.100",
"A" : "N", "A": "N",
"UI" : "N", "UI": "N",
"C" : "L", "C": "L",
"S" : "U", "S": "U",
"AC" : "H" "AC": "H"
}, },
"TM" : { "TM": {
"RL" : "O", "RL": "O",
"RC" : "C", "RC": "C",
"E" : "U" "E": "U"
} }
} }
}, },
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"value" : "Obtain Information", "value": "Obtain Information",
"lang" : "eng" "lang": "eng"
} }
] ]
} }
] ]
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"url" : "https://www.ibm.com/support/pages/node/6570957", "url": "https://www.ibm.com/support/pages/node/6570957",
"refsource" : "CONFIRM", "refsource": "CONFIRM",
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"name" : "https://www.ibm.com/support/pages/node/6570957" "name": "https://www.ibm.com/support/pages/node/6570957"
}, },
{ {
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/204468", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/204468",
"title" : "X-Force Vulnerability Report", "title": "X-Force Vulnerability Report",
"refsource" : "XF", "refsource": "XF",
"name" : "ibm-cognos-cve202129824-info-disc (204468)" "name": "ibm-cognos-cve202129824-info-disc (204468)"
} }
] ]
}, },
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 is vulnerable to priviledge escalation where a lower level user could have read access to to the 'Data Connections' page to which they don't have access. IBM X-Force ID: 204468." "value": "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 is vulnerable to priviledge escalation where a lower level user could have read access to to the 'Data Connections' page to which they don't have access. IBM X-Force ID: 204468."
} }
] ]
}, },
"data_version" : "4.0", "data_version": "4.0",
"data_format" : "MITRE", "data_format": "MITRE",
"CVE_data_meta" : { "CVE_data_meta": {
"ASSIGNER" : "psirt@us.ibm.com", "ASSIGNER": "psirt@us.ibm.com",
"ID" : "CVE-2021-29824", "ID": "CVE-2021-29824",
"DATE_PUBLIC" : "2022-04-21T00:00:00", "DATE_PUBLIC": "2022-04-21T00:00:00",
"STATE" : "PUBLIC" "STATE": "PUBLIC"
} }
} }

View File

@ -1,39 +1,39 @@
{ {
"CVE_data_meta" : { "CVE_data_meta": {
"DATE_PUBLIC" : "2022-04-21T00:00:00", "DATE_PUBLIC": "2022-04-21T00:00:00",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"ID" : "CVE-2021-38886", "ID": "CVE-2021-38886",
"ASSIGNER" : "psirt@us.ibm.com" "ASSIGNER": "psirt@us.ibm.com"
}, },
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 is vulnerable to cross-site request forgery which could allow an attacker to execute malicious and unauthorized actions transmitted from a user that the website trusts. IBM X-Force ID: 209399." "value": "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 is vulnerable to cross-site request forgery which could allow an attacker to execute malicious and unauthorized actions transmitted from a user that the website trusts. IBM X-Force ID: 209399."
} }
] ]
}, },
"data_format" : "MITRE", "data_format": "MITRE",
"data_version" : "4.0", "data_version": "4.0",
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"vendor_name" : "IBM", "vendor_name": "IBM",
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"product_name" : "Cognos Analytics", "product_name": "Cognos Analytics",
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
} }
@ -44,53 +44,53 @@
] ]
} }
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"refsource" : "CONFIRM", "refsource": "CONFIRM",
"url" : "https://www.ibm.com/support/pages/node/6570957", "url": "https://www.ibm.com/support/pages/node/6570957",
"name" : "https://www.ibm.com/support/pages/node/6570957" "name": "https://www.ibm.com/support/pages/node/6570957"
}, },
{ {
"refsource" : "XF", "refsource": "XF",
"title" : "X-Force Vulnerability Report", "title": "X-Force Vulnerability Report",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/209399", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/209399",
"name" : "ibm-cognos-cve202138886-csrf (209399)" "name": "ibm-cognos-cve202138886-csrf (209399)"
} }
] ]
}, },
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "Gain Access" "value": "Gain Access"
} }
] ]
} }
] ]
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"RL" : "O", "RL": "O",
"RC" : "C", "RC": "C",
"E" : "U" "E": "U"
}, },
"BM" : { "BM": {
"AV" : "N", "AV": "N",
"PR" : "N", "PR": "N",
"I" : "L", "I": "L",
"SCORE" : "4.300", "SCORE": "4.300",
"A" : "N", "A": "N",
"UI" : "R", "UI": "R",
"C" : "N", "C": "N",
"S" : "U", "S": "U",
"AC" : "L" "AC": "L"
} }
} }
}, },
"data_type" : "CVE" "data_type": "CVE"
} }

View File

@ -1,96 +1,96 @@
{ {
"data_type" : "CVE", "data_type": "CVE",
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"RC" : "C", "RC": "C",
"E" : "H", "E": "H",
"RL" : "O" "RL": "O"
}, },
"BM" : { "BM": {
"AC" : "L", "AC": "L",
"S" : "C", "S": "C",
"C" : "L", "C": "L",
"UI" : "R", "UI": "R",
"A" : "N", "A": "N",
"SCORE" : "5.400", "SCORE": "5.400",
"I" : "L", "I": "L",
"PR" : "L", "PR": "L",
"AV" : "N" "AV": "N"
} }
} }
}, },
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"value" : "Cross-Site Scripting", "value": "Cross-Site Scripting",
"lang" : "eng" "lang": "eng"
} }
] ]
} }
] ]
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"refsource" : "CONFIRM", "refsource": "CONFIRM",
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"url" : "https://www.ibm.com/support/pages/node/6570957", "url": "https://www.ibm.com/support/pages/node/6570957",
"name" : "https://www.ibm.com/support/pages/node/6570957" "name": "https://www.ibm.com/support/pages/node/6570957"
}, },
{ {
"name" : "ibm-cognos-cve202138903-xss (209691)", "name": "ibm-cognos-cve202138903-xss (209691)",
"title" : "X-Force Vulnerability Report", "title": "X-Force Vulnerability Report",
"refsource" : "XF", "refsource": "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/209691" "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/209691"
} }
] ]
}, },
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
}, },
"product_name" : "Cognos Analytics" "product_name": "Cognos Analytics"
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
] ]
} }
}, },
"data_version" : "4.0", "data_version": "4.0",
"data_format" : "MITRE", "data_format": "MITRE",
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"value" : "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 is vulnerable to cross-site scripting, caused by improper validation of user-supplied input. A remote attacker could exploit this vulnerability to inject malicious script into a Web page which would be executed in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials. IBM X-Force ID: 209691.", "value": "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 is vulnerable to cross-site scripting, caused by improper validation of user-supplied input. A remote attacker could exploit this vulnerability to inject malicious script into a Web page which would be executed in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials. IBM X-Force ID: 209691.",
"lang" : "eng" "lang": "eng"
} }
] ]
}, },
"CVE_data_meta" : { "CVE_data_meta": {
"DATE_PUBLIC" : "2022-04-21T00:00:00", "DATE_PUBLIC": "2022-04-21T00:00:00",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"ASSIGNER" : "psirt@us.ibm.com", "ASSIGNER": "psirt@us.ibm.com",
"ID" : "CVE-2021-38903" "ID": "CVE-2021-38903"
} }
} }

View File

@ -1,96 +1,96 @@
{ {
"data_type" : "CVE", "data_type": "CVE",
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"product_name" : "Cognos Analytics", "product_name": "Cognos Analytics",
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
} }
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
] ]
} }
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"E" : "U", "E": "U",
"RC" : "C", "RC": "C",
"RL" : "O" "RL": "O"
}, },
"BM" : { "BM": {
"I" : "N", "I": "N",
"SCORE" : "4.600", "SCORE": "4.600",
"AV" : "P", "AV": "P",
"PR" : "N", "PR": "N",
"UI" : "N", "UI": "N",
"A" : "N", "A": "N",
"S" : "U", "S": "U",
"AC" : "L", "AC": "L",
"C" : "H" "C": "H"
} }
} }
}, },
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"value" : "Obtain Information", "value": "Obtain Information",
"lang" : "eng" "lang": "eng"
} }
] ]
} }
] ]
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"name" : "https://www.ibm.com/support/pages/node/6570957", "name": "https://www.ibm.com/support/pages/node/6570957",
"url" : "https://www.ibm.com/support/pages/node/6570957", "url": "https://www.ibm.com/support/pages/node/6570957",
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"refsource" : "CONFIRM" "refsource": "CONFIRM"
}, },
{ {
"name" : "ibm-cognos-cve202138904-info-disc (209693)", "name": "ibm-cognos-cve202138904-info-disc (209693)",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/209693", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/209693",
"refsource" : "XF", "refsource": "XF",
"title" : "X-Force Vulnerability Report" "title": "X-Force Vulnerability Report"
} }
] ]
}, },
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 could allow a remote attacker to obtain credentials from a user's browser via incorrect autocomplete settings. IBM X-Force ID: 209693." "value": "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 could allow a remote attacker to obtain credentials from a user's browser via incorrect autocomplete settings. IBM X-Force ID: 209693."
} }
] ]
}, },
"data_format" : "MITRE", "data_format": "MITRE",
"data_version" : "4.0", "data_version": "4.0",
"CVE_data_meta" : { "CVE_data_meta": {
"ID" : "CVE-2021-38904", "ID": "CVE-2021-38904",
"ASSIGNER" : "psirt@us.ibm.com", "ASSIGNER": "psirt@us.ibm.com",
"DATE_PUBLIC" : "2022-04-21T00:00:00", "DATE_PUBLIC": "2022-04-21T00:00:00",
"STATE" : "PUBLIC" "STATE": "PUBLIC"
} }
} }

View File

@ -1,94 +1,94 @@
{ {
"data_version" : "4.0", "data_version": "4.0",
"data_format" : "MITRE", "data_format": "MITRE",
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"value" : "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 could allow an authenticated user to view report pages that they should not have access to. IBM X-Force ID: 209697.", "value": "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 could allow an authenticated user to view report pages that they should not have access to. IBM X-Force ID: 209697.",
"lang" : "eng" "lang": "eng"
} }
] ]
}, },
"CVE_data_meta" : { "CVE_data_meta": {
"DATE_PUBLIC" : "2022-04-21T00:00:00", "DATE_PUBLIC": "2022-04-21T00:00:00",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"ID" : "CVE-2021-38905", "ID": "CVE-2021-38905",
"ASSIGNER" : "psirt@us.ibm.com" "ASSIGNER": "psirt@us.ibm.com"
}, },
"data_type" : "CVE", "data_type": "CVE",
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "Obtain Information" "value": "Obtain Information"
} }
] ]
} }
] ]
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"url" : "https://www.ibm.com/support/pages/node/6570957", "url": "https://www.ibm.com/support/pages/node/6570957",
"refsource" : "CONFIRM", "refsource": "CONFIRM",
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"name" : "https://www.ibm.com/support/pages/node/6570957" "name": "https://www.ibm.com/support/pages/node/6570957"
}, },
{ {
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/209697", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/209697",
"title" : "X-Force Vulnerability Report", "title": "X-Force Vulnerability Report",
"refsource" : "XF", "refsource": "XF",
"name" : "ibm-cognos-cve202138905-info-disc (209697)" "name": "ibm-cognos-cve202138905-info-disc (209697)"
} }
] ]
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"RC" : "C", "RC": "C",
"RL" : "O", "RL": "O",
"E" : "U" "E": "U"
}, },
"BM" : { "BM": {
"I" : "N", "I": "N",
"SCORE" : "4.300", "SCORE": "4.300",
"AV" : "N", "AV": "N",
"PR" : "L", "PR": "L",
"S" : "U", "S": "U",
"AC" : "L", "AC": "L",
"C" : "L", "C": "L",
"UI" : "N", "UI": "N",
"A" : "N" "A": "N"
} }
} }
}, },
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
}, },
"product_name" : "Cognos Analytics" "product_name": "Cognos Analytics"
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
] ]
} }

View File

@ -1,94 +1,94 @@
{ {
"data_format" : "MITRE", "data_format": "MITRE",
"data_version" : "4.0", "data_version": "4.0",
"description" : { "description": {
"description_data" : [ "description_data": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 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: 211240." "value": "IBM Cognos Analytics 11.1.7, 11.2.0, and 11.1.7 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: 211240."
} }
] ]
}, },
"CVE_data_meta" : { "CVE_data_meta": {
"ID" : "CVE-2021-38946", "ID": "CVE-2021-38946",
"ASSIGNER" : "psirt@us.ibm.com", "ASSIGNER": "psirt@us.ibm.com",
"STATE" : "PUBLIC", "STATE": "PUBLIC",
"DATE_PUBLIC" : "2022-04-21T00:00:00" "DATE_PUBLIC": "2022-04-21T00:00:00"
}, },
"data_type" : "CVE", "data_type": "CVE",
"problemtype" : { "problemtype": {
"problemtype_data" : [ "problemtype_data": [
{ {
"description" : [ "description": [
{ {
"lang" : "eng", "lang": "eng",
"value" : "Cross-Site Scripting" "value": "Cross-Site Scripting"
} }
] ]
} }
] ]
}, },
"references" : { "references": {
"reference_data" : [ "reference_data": [
{ {
"url" : "https://www.ibm.com/support/pages/node/6570957", "url": "https://www.ibm.com/support/pages/node/6570957",
"title" : "IBM Security Bulletin 6570957 (Cognos Analytics)", "title": "IBM Security Bulletin 6570957 (Cognos Analytics)",
"refsource" : "CONFIRM", "refsource": "CONFIRM",
"name" : "https://www.ibm.com/support/pages/node/6570957" "name": "https://www.ibm.com/support/pages/node/6570957"
}, },
{ {
"title" : "X-Force Vulnerability Report", "title": "X-Force Vulnerability Report",
"refsource" : "XF", "refsource": "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/211240", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/211240",
"name" : "ibm-cognos-cve202138946-xss (211240)" "name": "ibm-cognos-cve202138946-xss (211240)"
} }
] ]
}, },
"impact" : { "impact": {
"cvssv3" : { "cvssv3": {
"TM" : { "TM": {
"E" : "H", "E": "H",
"RC" : "C", "RC": "C",
"RL" : "O" "RL": "O"
}, },
"BM" : { "BM": {
"AV" : "N", "AV": "N",
"PR" : "L", "PR": "L",
"SCORE" : "5.400", "SCORE": "5.400",
"I" : "L", "I": "L",
"A" : "N", "A": "N",
"UI" : "R", "UI": "R",
"C" : "L", "C": "L",
"AC" : "L", "AC": "L",
"S" : "C" "S": "C"
} }
} }
}, },
"affects" : { "affects": {
"vendor" : { "vendor": {
"vendor_data" : [ "vendor_data": [
{ {
"product" : { "product": {
"product_data" : [ "product_data": [
{ {
"product_name" : "Cognos Analytics", "product_name": "Cognos Analytics",
"version" : { "version": {
"version_data" : [ "version_data": [
{ {
"version_value" : "11.2.0" "version_value": "11.2.0"
}, },
{ {
"version_value" : "11.1.7" "version_value": "11.1.7"
}, },
{ {
"version_value" : "11.2.1" "version_value": "11.2.1"
} }
] ]
} }
} }
] ]
}, },
"vendor_name" : "IBM" "vendor_name": "IBM"
} }
] ]
} }

View File

@ -36,7 +36,7 @@
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "Reflected XSS on demo.microweber.org/demo/module/ in GitHub repository microweber/microweber prior to 1.2.15. Execute Arbitrary JavaScript as the attacked user.\n\nIt's the only payload I found working, you might need to press \"tab\" but there is probably a paylaod that runs without user interaction." "value": "Reflected XSS on demo.microweber.org/demo/module/ in GitHub repository microweber/microweber prior to 1.2.15. Execute Arbitrary JavaScript as the attacked user. It's the only payload I found working, you might need to press \"tab\" but there is probably a paylaod that runs without user interaction."
} }
] ]
}, },

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-29586",
"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-29587",
"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-29588",
"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,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-29589",
"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": "Crypt Server before 3.3.0 allows XSS in the index view. This is related to serial, computername, and username."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/grahamgilbert/Crypt-Server/releases/tag/3.3.0",
"refsource": "MISC",
"name": "https://github.com/grahamgilbert/Crypt-Server/releases/tag/3.3.0"
},
{
"url": "https://github.com/grahamgilbert/Crypt-Server/pull/109",
"refsource": "MISC",
"name": "https://github.com/grahamgilbert/Crypt-Server/pull/109"
}
]
}
}

View File

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