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

75 lines
1.9 KiB
JSON
Raw Normal View History

2022-01-31 18:01:07 +00:00
{
2022-03-07 09:10:58 +01:00
"CVE_data_meta": {
"ID": "CVE-2022-0434",
"ASSIGNER": "contact@wpscan.com",
"STATE": "PUBLIC",
"TITLE": "Page Views Count < 2.4.15 - Unauthenticated SQL Injection"
},
"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": "Page View Count",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "2.4.15",
"version_value": "2.4.15"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Page View Count WordPress plugin before 2.4.15 does not sanitise and escape the post_ids parameter before using it in a SQL statement via a REST endpoint, available to both unauthenticated and authenticated users. As a result, unauthenticated attackers could perform SQL injection attacks"
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/be895016-7365-4ce4-a54f-f36d0ef2d6f1",
"name": "https://wpscan.com/vulnerability/be895016-7365-4ce4-a54f-f36d0ef2d6f1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-89 SQL Injection",
"lang": "eng"
}
2022-01-31 18:01:07 +00:00
]
2022-03-07 09:10:58 +01:00
}
]
},
"credit": [
{
"lang": "eng",
"value": "Krzysztof Zając"
2022-01-31 18:01:07 +00:00
}
2022-03-07 09:10:58 +01:00
],
"source": {
"discovery": "EXTERNAL"
}
2022-01-31 18:01:07 +00:00
}