Add CVE-2022-24709 for GHSA-mf22-92pm-m8p8

Add CVE-2022-24709 for GHSA-mf22-92pm-m8p8
This commit is contained in:
advisory-database[bot] 2022-02-24 19:53:09 +00:00 committed by GitHub
parent 6567388c1d
commit 59827a9dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,88 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24709",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Cross site scripting in @awsui/components-react"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "awsui-documentation",
"version": {
"version_data": [
{
"version_value": "< 3.0.367"
}
]
}
}
]
},
"vendor_name": "aws"
}
]
}
},
"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": "@awsui/components-react is the main AWS UI package which contains React components, with TypeScript definitions designed for user interface development. Multiple components in versions before 3.0.367 have been found to not properly neutralize user input and may allow for javascript injection. Users are advised to upgrade to version 3.0.367 or later. There are no known workarounds for this issue."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/aws/awsui-documentation/security/advisories/GHSA-mf22-92pm-m8p8",
"refsource": "CONFIRM",
"url": "https://github.com/aws/awsui-documentation/security/advisories/GHSA-mf22-92pm-m8p8"
},
{
"name": "https://www.npmjs.com/package/@awsui/components-react",
"refsource": "MISC",
"url": "https://www.npmjs.com/package/@awsui/components-react"
}
]
},
"source": {
"advisory": "GHSA-mf22-92pm-m8p8",
"discovery": "UNKNOWN"
}
}