2023-06-01 18:00:32 +00:00
{
"id" : "CVE-2023-34092" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-06-01T17:15:10.947" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:06:31.573" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-06-01 18:00:32 +00:00
"descriptions" : [
{
"lang" : "en" ,
"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."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-06-09 18:00:32 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-06-09 18:00:32 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2023-06-09 18:00:32 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-06-09 18:00:32 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
} ,
2023-06-01 18:00:32 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-01 18:00:32 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2023-06-01 18:00:32 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-06-01 18:00:32 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
2023-06-09 18:00:32 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-06-09 18:00:32 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-50"
} ,
{
"lang" : "en" ,
"value" : "CWE-200"
2023-06-09 18:00:32 +00:00
}
]
} ,
2023-06-01 18:00:32 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-01 18:00:32 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-706"
2023-06-01 18:00:32 +00:00
}
]
}
] ,
2023-06-09 18:00:32 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vitejs:vite:*:*:*:*:*:node.js:*:*" ,
"versionStartIncluding" : "3.0.2" ,
"versionEndExcluding" : "3.2.7" ,
"matchCriteriaId" : "81E9D1EB-AFE2-43D9-A781-282140779EBF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vitejs:vite:*:*:*:*:*:node.js:*:*" ,
"versionStartIncluding" : "4.0.0" ,
"versionEndExcluding" : "4.0.5" ,
"matchCriteriaId" : "9A9DC92A-6C2A-48BC-B6B2-365E1589131F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vitejs:vite:*:*:*:*:*:node.js:*:*" ,
"versionStartIncluding" : "4.1.0" ,
"versionEndExcluding" : "4.1.5" ,
"matchCriteriaId" : "3885C89E-1319-458B-9497-95485DD45953"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vitejs:vite:*:*:*:*:*:node.js:*:*" ,
"versionStartIncluding" : "4.2.0" ,
"versionEndExcluding" : "4.2.3" ,
"matchCriteriaId" : "B0F04F02-C6BA-4BFB-ACD6-96CBF811BB5E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vitejs:vite:*:*:*:*:*:node.js:*:*" ,
"versionStartIncluding" : "4.3.0" ,
"versionEndExcluding" : "4.3.9" ,
"matchCriteriaId" : "3628D78A-7E86-490F-961F-9C3F538FBCEE"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vitejs:vite:2.9.15:*:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "25EB63DE-73B0-4901-959E-FFF4FAD2CDE5"
}
]
}
]
}
] ,
2023-06-01 18:00:32 +00:00
"references" : [
{
"url" : "https://github.com/vitejs/vite/commit/813ddd6155c3d54801e264ba832d8347f6f66b32" ,
2023-06-09 18:00:32 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-06-01 18:00:32 +00:00
} ,
{
"url" : "https://github.com/vitejs/vite/pull/13348" ,
2023-06-09 18:00:32 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-06-01 18:00:32 +00:00
} ,
{
"url" : "https://github.com/vitejs/vite/security/advisories/GHSA-353f-5xf4-qw67" ,
2023-06-09 18:00:32 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/vitejs/vite/commit/813ddd6155c3d54801e264ba832d8347f6f66b32" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/vitejs/vite/pull/13348" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/vitejs/vite/security/advisories/GHSA-353f-5xf4-qw67" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
2023-06-01 18:00:32 +00:00
}
]
}