cvelist/2022/25xxx/CVE-2022-25848.json

92 lines
2.9 KiB
JSON
Raw Normal View History

2022-02-24 15:05:02 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2022-11-29 18:45:21 +02:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-11-29T16:45:16.298423Z",
2022-02-24 15:05:02 +00:00
"ID": "CVE-2022-25848",
2022-11-29 18:45:21 +02:00
"STATE": "PUBLIC",
"TITLE": "Directory Traversal"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "static-dev-server",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Directory Traversal"
}
]
}
]
},
"references": {
"reference_data": [
{
2022-11-29 17:00:38 +00:00
"refsource": "MISC",
"url": "https://security.snyk.io/vuln/SNYK-JS-STATICDEVSERVER-3149917",
"name": "https://security.snyk.io/vuln/SNYK-JS-STATICDEVSERVER-3149917"
2022-11-29 18:45:21 +02:00
},
{
2022-11-29 17:00:38 +00:00
"refsource": "MISC",
"url": "https://gist.github.com/lirantal/5550bcd0bdf92c1b56fbb20e141fe5bd",
"name": "https://gist.github.com/lirantal/5550bcd0bdf92c1b56fbb20e141fe5bd"
2022-11-29 18:45:21 +02:00
}
]
2022-02-24 15:05:02 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-11-29 17:00:38 +00:00
"value": "This affects all versions of package static-dev-server. This is because when paths from users to the root directory are joined, the assets for the path accessed are relative to that of the root directory."
2022-02-24 15:05:02 +00:00
}
]
2022-11-29 18:45:21 +02:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE"
}
},
"credit": [
{
"lang": "eng",
"value": "Liran Tal"
}
]
2022-02-24 15:05:02 +00:00
}