cvelist/2023/34xxx/CVE-2023-34092.json

125 lines
5.1 KiB
JSON
Raw Normal View History

2023-05-25 22:00:37 +00:00
{
2023-06-01 17:00:37 +00:00
"data_version": "4.0",
2023-05-25 22:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-34092",
2023-06-01 17:00:37 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-05-25 22:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-06-01 17:00:37 +00:00
"value": "Vite provides frontend tooling. Prior to versions 2.9.16, 3.2.7, 4.0.5, 4.1.5, 4.2.3, and 4.3.9, Vite Server Options (`server.fs.deny`) can be bypassed using double forward-slash (//) allows any unauthenticated user to read file from the Vite root-path of the application including the default `fs.deny` settings (`['.env', '.env.*', '*.{crt,pem}']`). Only users explicitly exposing the Vite dev server to the network (using `--host` or `server.host` config option) are affected, and only files in the immediate Vite project root folder could be exposed. This issue is fixed in vite@4.3.9, vite@4.2.3, vite@4.1.5, vite@4.0.5, vite@3.2.7, and vite@2.9.16."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-50: Path Equivalence: '//multiple/leading/slash'",
"cweId": "CWE-50"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "vitejs",
"product": {
"product_data": [
{
"product_name": "vite",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 2.9.16"
},
{
"version_affected": "=",
"version_value": ">= 3.0.2, < 3.2.7"
},
{
"version_affected": "=",
"version_value": ">= 4.0.0, < 4.0.5"
},
{
"version_affected": "=",
"version_value": ">= 4.1.0, < 4.1.5"
},
{
"version_affected": "=",
"version_value": ">= 4.2.0, < 4.2.3"
},
{
"version_affected": "=",
"version_value": ">= 4.3.0, < 4.3.9"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/vitejs/vite/security/advisories/GHSA-353f-5xf4-qw67",
"refsource": "MISC",
"name": "https://github.com/vitejs/vite/security/advisories/GHSA-353f-5xf4-qw67"
},
{
"url": "https://github.com/vitejs/vite/pull/13348",
"refsource": "MISC",
"name": "https://github.com/vitejs/vite/pull/13348"
},
{
"url": "https://github.com/vitejs/vite/commit/813ddd6155c3d54801e264ba832d8347f6f66b32",
"refsource": "MISC",
"name": "https://github.com/vitejs/vite/commit/813ddd6155c3d54801e264ba832d8347f6f66b32"
}
]
},
"source": {
"advisory": "GHSA-353f-5xf4-qw67",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
2023-05-25 22:00:37 +00:00
}
]
}
}