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

76 lines
1.8 KiB
JSON
Raw Normal View History

2022-03-04 19:01:17 +00:00
{
2022-05-16 08:55:10 +02:00
"CVE_data_meta": {
"ID": "CVE-2022-0867",
"ASSIGNER": "contact@wpscan.com",
"STATE": "PUBLIC",
"TITLE": "ARPrice Lite < 3.6.1 - Unauthenticated SQLi"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"generator": "WPScan CVE Generator",
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Unknown",
"product": {
"product_data": [
{
"product_name": "Pricing Table Plugin",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "3.6.1",
"version_value": "3.6.1"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Pricing Table WordPress plugin before 3.6.1 fails to properly sanitize and escape user supplied POST data before it is being interpolated in an SQL statement and then executed via an AJAX action available to unauthenticated users"
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/62803aae-9896-410b-9398-3497a838e494",
"name": "https://wpscan.com/vulnerability/62803aae-9896-410b-9398-3497a838e494"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-89 SQL Injection",
"lang": "eng"
}
2022-03-04 19:01:17 +00:00
]
2022-05-16 08:55:10 +02:00
}
]
},
"credit": [
{
"lang": "eng",
"value": "cydave"
2022-03-04 19:01:17 +00:00
}
2022-05-16 08:55:10 +02:00
],
"source": {
"discovery": "EXTERNAL"
}
}