cvelist/2020/15xxx/CVE-2020-15169.json

101 lines
3.8 KiB
JSON
Raw Normal View History

2020-06-25 17:01:46 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2020-06-25 17:01:46 +00:00
"ID": "CVE-2020-15169",
"STATE": "PUBLIC",
"TITLE": "XSS in Action View"
2020-06-25 17:01:46 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "actionview",
"version": {
"version_data": [
{
"version_value": "< 5.2.4.4"
},
{
"version_value": ">= 6.0.0.0, < 6.0.3.3"
}
]
}
}
]
},
"vendor_name": "rails"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-06-25 17:01:46 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Action View before versions 5.2.4.4 and 6.0.3.3 there is a potential Cross-Site Scripting (XSS) vulnerability in Action View's translation helpers. Views that allow the user to control the default (not found) value of the `t` and `translate` helpers could be susceptible to XSS attacks. When an HTML-unsafe string is passed as the default for a missing translation key named html or ending in _html, the default string is incorrectly marked as HTML-safe and not escaped. This is patched in versions 6.0.3.3 and 5.2.4.4. A workaround without upgrading is proposed in the source advisory."
2020-06-25 17:01:46 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Cross-site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rails/rails/security/advisories/GHSA-cfjv-5498-mph5",
"refsource": "CONFIRM",
"url": "https://github.com/rails/rails/security/advisories/GHSA-cfjv-5498-mph5"
2020-09-25 12:01:34 +00:00
},
{
"refsource": "DEBIAN",
"name": "DSA-4766",
"url": "https://www.debian.org/security/2020/dsa-4766"
2020-10-05 02:01:34 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2020-4dd34860a3",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XJ7NUWXAEVRQCROIIBV4C6WXO6IR3KSB/"
2020-10-09 21:01:39 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20201009 [SECURITY] [DLA 2403-1] rails security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00015.html"
}
]
},
"source": {
"advisory": "GHSA-cfjv-5498-mph5",
"discovery": "UNKNOWN"
2020-06-25 17:01:46 +00:00
}
}