cvelist/2021/43xxx/CVE-2021-43830.json
advisory-db[bot] a293212c69
Add CVE-2021-43830 for GHSA-f565-3whr-6m96
Add CVE-2021-43830 for GHSA-f565-3whr-6m96
2021-12-14 19:24:21 +00:00

98 lines
3.7 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-43830",
"STATE": "PUBLIC",
"TITLE": "SQL injection in OpenProject"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "openproject",
"version": {
"version_data": [
{
"version_value": ">= 12.0.0, < 12.0.4"
}
]
}
}
]
},
"vendor_name": "opf"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "OpenProject is a web-based project management software. OpenProject versions >= 12.0.0 are vulnerable to a SQL injection in the budgets module. For authenticated users with the \"Edit budgets\" permission, the request to reassign work packages to another budget unsufficiently sanitizes user input in the `reassign_to_id` parameter. The vulnerability has been fixed in version 12.0.4. Versions prior to 12.0.0 are not affected. If you're upgrading from an older version, ensure you are upgrading to at least version 12.0.4. If you are unable to upgrade in a timely fashion, the following patch can be applied: https://github.com/opf/openproject/pull/9983.patch"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/opf/openproject/security/advisories/GHSA-f565-3whr-6m96",
"refsource": "CONFIRM",
"url": "https://github.com/opf/openproject/security/advisories/GHSA-f565-3whr-6m96"
},
{
"name": "https://github.com/opf/openproject/pull/9983",
"refsource": "MISC",
"url": "https://github.com/opf/openproject/pull/9983"
},
{
"name": "https://github.com/opf/openproject/pull/9983.patch",
"refsource": "MISC",
"url": "https://github.com/opf/openproject/pull/9983.patch"
},
{
"name": "https://github.com/opf/openproject/releases/tag/v12.0.4",
"refsource": "MISC",
"url": "https://github.com/opf/openproject/releases/tag/v12.0.4"
}
]
},
"source": {
"advisory": "GHSA-f565-3whr-6m96",
"discovery": "UNKNOWN"
}
}