Add CVE-2022-35920 for GHSA-8cw9-5hmv-77w6

Add CVE-2022-35920 for GHSA-8cw9-5hmv-77w6
This commit is contained in:
advisory-database[bot] 2022-08-01 21:30:07 +00:00 committed by GitHub
parent 0ac41180e6
commit d617ccc462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,99 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-35920",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Improper Limitation of a Pathname to a Restricted Directory in sanic"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "sanic",
"version": {
"version_data": [
{
"version_value": ">= 22.0.0, < 22.6.1"
},
{
"version_value": ">= 21.0.0, < 21.12.2"
},
{
"version_value": "< 20.12.7"
}
]
}
}
]
},
"vendor_name": "sanic-org"
}
]
}
},
"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": "Sanic is an opensource python web server/framework. Affected versions of sanic allow access to lateral directories when using `app.static` if using encoded `%2F` URLs. Parent directory traversal is not impacted. Users are advised to upgrade. There is no known workaround for this issue."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/sanic-org/sanic/security/advisories/GHSA-8cw9-5hmv-77w6",
"refsource": "CONFIRM",
"url": "https://github.com/sanic-org/sanic/security/advisories/GHSA-8cw9-5hmv-77w6"
},
{
"name": "https://github.com/sanic-org/sanic/issues/2478",
"refsource": "MISC",
"url": "https://github.com/sanic-org/sanic/issues/2478"
},
{
"name": "https://github.com/sanic-org/sanic/pull/2495",
"refsource": "MISC",
"url": "https://github.com/sanic-org/sanic/pull/2495"
}
]
},
"source": {
"advisory": "GHSA-8cw9-5hmv-77w6",
"discovery": "UNKNOWN"
}
}