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

75 lines
1.9 KiB
JSON
Raw Normal View History

2022-02-28 22:01:10 +00:00
{
2022-06-06 10:44:41 +02:00
"CVE_data_meta": {
"ID": "CVE-2022-0788",
"ASSIGNER": "contact@wpscan.com",
"STATE": "PUBLIC",
2022-07-11 14:52:46 +02:00
"TITLE": "WP Fundraising Donation and Crowdfunding Platform < 1.5.0 - Unauthenticated SQLi"
2022-06-06 10:44:41 +02:00
},
"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": "WP Fundraising Donation and Crowdfunding Platform",
"version": {
"version_data": [
{
2022-07-11 14:52:46 +02:00
"version_affected": "<",
"version_name": "1.5.0",
"version_value": "1.5.0"
2022-06-06 10:44:41 +02:00
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
2022-07-11 14:52:46 +02:00
"value": "The WP Fundraising Donation and Crowdfunding Platform WordPress plugin before 1.5.0 does not sanitise and escape a parameter before using it in a SQL statement via one of it's REST route, leading to an SQL injection exploitable by unauthenticated users"
2022-06-06 10:44:41 +02:00
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/fbc71710-123f-4c61-9796-a6a4fd354828",
"name": "https://wpscan.com/vulnerability/fbc71710-123f-4c61-9796-a6a4fd354828"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-89 SQL Injection",
"lang": "eng"
}
2022-02-28 22:01:10 +00:00
]
2022-06-06 10:44:41 +02:00
}
]
},
"credit": [
{
"lang": "eng",
"value": "cydave"
2022-02-28 22:01:10 +00:00
}
2022-06-06 10:44:41 +02:00
],
"source": {
"discovery": "EXTERNAL"
}
2022-07-11 14:52:46 +02:00
}