cvelist/2022/25xxx/CVE-2022-25876.json
2022-07-01 21:00:54 +00:00

97 lines
3.1 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-07-01T20:00:10.398800Z",
"ID": "CVE-2022-25876",
"STATE": "PUBLIC",
"TITLE": "Server-side Request Forgery (SSRF)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "link-preview-js",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "2.1.16"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Server-side Request Forgery (SSRF)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/ospfranco/link-preview-js/issues/115",
"name": "https://github.com/ospfranco/link-preview-js/issues/115"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-LINKPREVIEWJS-2933520",
"name": "https://snyk.io/vuln/SNYK-JS-LINKPREVIEWJS-2933520"
},
{
"refsource": "MISC",
"url": "https://github.com/ospfranco/link-preview-js/pull/117",
"name": "https://github.com/ospfranco/link-preview-js/pull/117"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The package link-preview-js before 2.1.16 are vulnerable to Server-side Request Forgery (SSRF) which allows attackers to send arbitrary requests to the local network and read the response. This is due to flawed DNS rebinding protection."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE"
}
},
"credit": [
{
"lang": "eng",
"value": "Reworr"
}
]
}