cvelist/2024/22xxx/CVE-2024-22411.json

110 lines
4.3 KiB
JSON
Raw Normal View History

2024-01-10 16:00:36 +00:00
{
2024-01-16 22:00:37 +00:00
"data_version": "4.0",
2024-01-10 16:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-22411",
2024-01-16 22:00:37 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-01-10 16:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-19 18:00:36 +00:00
"value": "Avo is a framework to create admin panels for Ruby on Rails apps. In Avo 3 pre12, any HTML inside text that is passed to `error` or `succeed` in an `Avo::BaseAction` subclass will be rendered directly without sanitization in the toast/notification that appears in the UI on Action completion. A malicious user could exploit this vulnerability to trigger a cross site scripting attack on an unsuspecting user. This issue has been addressed in the 3.3.0 and 2.47.0 releases of Avo. Users are advised to upgrade."
2024-01-16 22:00:37 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "avo-hq",
"product": {
"product_data": [
{
"product_name": "avo",
"version": {
"version_data": [
{
"version_affected": "=",
2024-01-19 18:00:36 +00:00
"version_value": ">= 3.0.0.beta1, < 3.3.0"
},
{
"version_affected": "=",
"version_value": "< 2.47.0"
2024-01-16 22:00:37 +00:00
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/avo-hq/avo/security/advisories/GHSA-g8vp-2v5p-9qfh",
"refsource": "MISC",
"name": "https://github.com/avo-hq/avo/security/advisories/GHSA-g8vp-2v5p-9qfh"
2024-01-19 18:00:36 +00:00
},
{
"url": "https://github.com/avo-hq/avo/commit/51bb80b181cd8e31744bdc4e7f9b501c81172347",
"refsource": "MISC",
"name": "https://github.com/avo-hq/avo/commit/51bb80b181cd8e31744bdc4e7f9b501c81172347"
},
{
"url": "https://github.com/avo-hq/avo/commit/fc92a05a8556b1787c8694643286a1afa6a71258",
"refsource": "MISC",
"name": "https://github.com/avo-hq/avo/commit/fc92a05a8556b1787c8694643286a1afa6a71258"
},
{
"url": "https://github.com/avo-hq/avo/releases/tag/v2.47.0",
"refsource": "MISC",
"name": "https://github.com/avo-hq/avo/releases/tag/v2.47.0"
},
{
"url": "https://github.com/avo-hq/avo/releases/tag/v3.3.0",
"refsource": "MISC",
"name": "https://github.com/avo-hq/avo/releases/tag/v3.3.0"
2024-01-16 22:00:37 +00:00
}
]
},
"source": {
"advisory": "GHSA-g8vp-2v5p-9qfh",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
2024-01-10 16:00:36 +00:00
}
]
}
}