cvelist/2022/0xxx/CVE-2022-0243.json

89 lines
2.9 KiB
JSON
Raw Normal View History

2022-01-16 20:01:03 +00:00
{
2022-01-21 13:01:25 +00:00
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2022-0243",
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS) - Stored in orchardcms/orchardcore"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "orchardcms/orchardcore",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "1.2.2"
}
]
}
}
]
},
"vendor_name": "orchardcms"
2022-01-19 19:18:02 +00:00
}
]
}
2022-01-21 13:01:25 +00:00
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS) - Stored in NuGet OrchardCore.Application.Cms.Targets prior to 1.2.2."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.0"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
2022-01-19 19:18:02 +00:00
]
2022-01-21 13:01:25 +00:00
},
"references": {
"reference_data": [
{
"name": "https://github.com/orchardcms/orchardcore/commit/218f25ddfadb66a54de7a82dffe3ab2e4ab7c4b4",
"refsource": "MISC",
"url": "https://github.com/orchardcms/orchardcore/commit/218f25ddfadb66a54de7a82dffe3ab2e4ab7c4b4"
},
{
"name": "https://huntr.dev/bounties/fa538421-ae55-4288-928f-4e96aaed5803",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/fa538421-ae55-4288-928f-4e96aaed5803"
}
]
},
"source": {
"advisory": "fa538421-ae55-4288-928f-4e96aaed5803",
"discovery": "EXTERNAL"
}
}