cvelist/2022/25xxx/CVE-2022-25854.json
2022-05-13 13:01:34 +00:00

107 lines
3.6 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-04-29T20:00:01.643863Z",
"ID": "CVE-2022-25854",
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "@yaireo/tagify",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "4.9.8"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-YAIREOTAGIFY-2404358",
"name": "https://snyk.io/vuln/SNYK-JS-YAIREOTAGIFY-2404358"
},
{
"refsource": "MISC",
"url": "https://github.com/yairEO/tagify/issues/988",
"name": "https://github.com/yairEO/tagify/issues/988"
},
{
"refsource": "MISC",
"url": "https://github.com/yairEO/tagify/releases/tag/v4.9.8",
"name": "https://github.com/yairEO/tagify/releases/tag/v4.9.8"
},
{
"refsource": "MISC",
"url": "https://github.com/yairEO/tagify/commit/198c0451fad188390390395ccfc84ab371def4c7",
"name": "https://github.com/yairEO/tagify/commit/198c0451fad188390390395ccfc84ab371def4c7"
},
{
"refsource": "MISC",
"name": "https://bsg.tech/blog/cve-2022-25854-stored-xss-in-yaireo-tagify-npm-module/",
"url": "https://bsg.tech/blog/cve-2022-25854-stored-xss-in-yaireo-tagify-npm-module/"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package @yaireo/tagify before 4.9.8. The package is used for rendering UI components inside the input or text fields, and an attacker can pass a malicious placeholder value to it to fire the XSS payload."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "NONE"
}
},
"credit": [
{
"lang": "eng",
"value": "Roman Rott"
}
]
}