Auto-merge PR#8030

Auto-merge PR#8030
This commit is contained in:
CVE Team 2022-11-15 09:25:11 -05:00 committed by GitHub
commit 0b56dde95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,96 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-3895",
"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."
}
]
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"generator": {
"engine": "Vulnogram 0.0.9"
},
"CVE_data_meta": {
"ID": "CVE-2022-3895",
"ASSIGNER": "security@bluespice.com",
"DATE_PUBLIC": "2022-11-15T09:00:00.000Z",
"TITLE": "Potential XSS in common user interface component library",
"STATE": "PUBLIC"
},
"source": {
"advisory": "BSSA-2022-08",
"discovery": "INTERNAL"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Hallo Welt! GmbH",
"product": {
"product_data": [
{
"product_name": "Common User Interface Component",
"version": {
"version_data": [
{
"version_name": "3",
"version_affected": "<",
"version_value": "3.0.5",
"platform": ""
}
]
}
}
]
}
}
]
}
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Cross-site Scripting (XSS)"
}
]
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Some UI elements of the Common User Interface Component are not properly sanitizing output and therefore prone to output arbitrary HTML (XSS)."
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://en.wiki.bluespice.com/wiki/Security:Security_Advisories/BSSA-2022-08",
"name": "https://en.wiki.bluespice.com/wiki/Security:Security_Advisories/BSSA-2022-08"
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"baseScore": 4,
"baseSeverity": "MEDIUM"
}
},
"solution": [
{
"lang": "eng",
"value": "Upgrade to Common User Interface 3.0.5 or later. This is included in BlueSpice 4.2.1 or later."
}
]
}