cvelist/2023/6xxx/CVE-2023-6446.json

85 lines
3.1 KiB
JSON
Raw Normal View History

2023-11-30 18:00:31 +00:00
{
2024-01-11 07:00:37 +00:00
"data_version": "4.0",
2023-11-30 18:00:31 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-6446",
2024-01-11 07:00:37 +00:00
"ASSIGNER": "security@wordfence.com",
"STATE": "PUBLIC"
2023-11-30 18:00:31 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-11 07:00:37 +00:00
"value": "The Calculated Fields Form plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.2.40 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-87 Improper Neutralization of Alternate XSS Syntax"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "codepeople",
"product": {
"product_data": [
{
"product_name": "Calculated Fields Form",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "*",
"version_value": "1.2.40"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/c879123c-531e-43d8-a7d3-16a3c86b68a3?source=cve",
"refsource": "MISC",
"name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/c879123c-531e-43d8-a7d3-16a3c86b68a3?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/changeset/3005354/calculated-fields-form",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/changeset/3005354/calculated-fields-form"
}
]
},
"credits": [
{
"lang": "en",
"value": "emad"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N",
"baseScore": 4.4,
"baseSeverity": "MEDIUM"
2023-11-30 18:00:31 +00:00
}
]
}
}