cvelist/2022/42xxx/CVE-2022-42466.json

89 lines
2.9 KiB
JSON
Raw Normal View History

2022-10-07 07:00:31 +00:00
{
"CVE_data_meta": {
2022-10-19 08:21:07 +01:00
"ASSIGNER": "security@apache.org",
2022-10-07 07:00:31 +00:00
"ID": "CVE-2022-42466",
2022-10-19 08:21:07 +01:00
"STATE": "PUBLIC",
"TITLE": "XSS vulnerability, eg for String properties."
2022-10-07 07:00:31 +00:00
},
2022-10-19 08:21:07 +01:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache Isis",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "2.0.0-M9"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Apache Isis would like to thank Qing Xu for reporting this issue"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-10-07 07:00:31 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-10-19 08:00:38 +00:00
"value": "Prior to 2.0.0-M9, it was possible for an end-user to set the value of an editable string property of a domain object to a value that would be rendered unchanged when the value was saved. In particular, the end-user could enter javascript or similar and this would be executed. As of this release, the inputted strings are properly escaped when rendered."
2022-10-07 07:00:31 +00:00
}
]
2022-10-19 08:21:07 +01:00
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": [
{
"other": "important"
}
],
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
2022-10-19 08:00:38 +00:00
"refsource": "MISC",
"url": "https://lists.apache.org/thread/83ftj5jgtv3mbm28w3trjyvd591jztrz",
"name": "https://lists.apache.org/thread/83ftj5jgtv3mbm28w3trjyvd591jztrz"
2022-10-19 15:00:49 +00:00
},
{
"refsource": "MLIST",
"name": "[oss-security] 20221019 CVE-2022-42466: Apache Isis: XSS vulnerability, eg for String properties.",
"url": "http://www.openwall.com/lists/oss-security/2022/10/19/2"
2022-10-19 08:21:07 +01:00
}
]
},
"source": {
"defect": [
"ISIS-3240"
],
"discovery": "UNKNOWN"
2022-10-07 07:00:31 +00:00
}
}