Add CVE-2021-41132 for GHSA-g67g-hvc3-xmvf

Add CVE-2021-41132 for GHSA-g67g-hvc3-xmvf
This commit is contained in:
advisory-db[bot] 2021-10-14 15:40:58 +00:00 committed by GitHub
parent 16c93ac0aa
commit fc0347c4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,93 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-41132",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Inconsistent input sanitisation leads to XSS vectors"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "omero-web",
"version": {
"version_data": [
{
"version_value": "< 5.11.0"
}
]
}
}
]
},
"vendor_name": "ome"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"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": "OMERO.web provides a web based client and plugin infrastructure. In versions prior to 5.11.0, a variety of templates do not perform proper sanitization through HTML escaping. Due to the lack of sanitization and use of ``jQuery.html()``, there are a whole host of cross-site scripting possibilities with specially crafted input to a variety of fields. This issue is patched in version 5.11.0. There are no known workarounds aside from upgrading."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-116: Improper Encoding or Escaping of Output"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/ome/omero-web/security/advisories/GHSA-g67g-hvc3-xmvf",
"refsource": "CONFIRM",
"url": "https://github.com/ome/omero-web/security/advisories/GHSA-g67g-hvc3-xmvf"
},
{
"name": "https://github.com/ome/omero-web/commit/0168067accde5e635341b3c714b1d53ae92ba424",
"refsource": "MISC",
"url": "https://github.com/ome/omero-web/commit/0168067accde5e635341b3c714b1d53ae92ba424"
},
{
"name": "https://www.openmicroscopy.org/security/advisories/2021-SV3/",
"refsource": "MISC",
"url": "https://www.openmicroscopy.org/security/advisories/2021-SV3/"
}
]
},
"source": {
"advisory": "GHSA-g67g-hvc3-xmvf",
"discovery": "UNKNOWN"
}
}