CWE-Bench-Java / advisory /alibaba__nacos_CVE-2021-44667_2.0.3.json
claire71's picture
add advisory .json files
f091478 verified
raw
history blame
1.52 kB
{
"schema_version": "1.4.0",
"id": "GHSA-4gr7-qw2q-jxh6",
"modified": "2022-03-22T21:37:08Z",
"published": "2022-03-12T00:00:27Z",
"aliases": [
"CVE-2021-44667"
],
"summary": "Cross-site Scripting in Nacos",
"details": "A Cross Site Scripting (XSS) vulnerability exists in Nacos 2.0.3 in auth/users via the (1) pageSize and (2) pageNo parameters.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.alibaba.nacos:nacos-common"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.0.4"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44667"
},
{
"type": "WEB",
"url": "https://github.com/alibaba/nacos/issues/7359"
},
{
"type": "WEB",
"url": "https://github.com/alibaba/nacos/commit/cd6d7e33b94f24814701f3faf8b632e5e85444c5"
},
{
"type": "PACKAGE",
"url": "https://github.com/alibaba/nacos"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2022-03-14T23:25:35Z",
"nvd_published_at": "2022-03-11T19:15:00Z"
}
}