cvelist/2021/22xxx/CVE-2021-22255.json

94 lines
3.0 KiB
JSON
Raw Normal View History

2021-01-05 16:02:31 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-22255",
2021-08-20 18:00:56 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Baserow B.V.",
"product": {
"product_data": [
{
"product_name": "Baserow",
"version": {
"version_data": [
{
"version_value": ">0.6.0, <1.1.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Server-side request forgery (ssrf) in Baserow"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://gitlab.com/bramw/baserow/-/issues/370",
"url": "https://gitlab.com/bramw/baserow/-/issues/370",
"refsource": "MISC"
},
{
"name": "https://baserow.io/blog/march-2021-release-of-baserow",
"url": "https://baserow.io/blog/march-2021-release-of-baserow",
"refsource": "MISC"
},
{
"name": "https://gitlab.com/gitlab-org/cves/-/blob/master/2021/CVE-2021-22255.json",
"url": "https://gitlab.com/gitlab-org/cves/-/blob/master/2021/CVE-2021-22255.json",
"refsource": "CONFIRM"
}
]
2021-01-05 16:02:31 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-08-20 18:00:56 +00:00
"value": "SSRF in URL file upload in Baserow <1.1.0 allows remote authenticated users to retrieve files from the internal server network exposed over HTTP by inserting an internal address."
2021-01-05 16:02:31 +00:00
}
]
2021-08-20 18:00:56 +00:00
},
"impact": {
"cvss": {
"vectorString": "AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"version": "3.1",
"baseScore": 7.7,
"baseSeverity": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Thanks [CaptainFreak](https://github.com/CaptainFreak) for reporting this vulnerability and for advising how to fix it."
}
]
2021-01-05 16:02:31 +00:00
}