Search criteria
1 vulnerability by databaseschemareader_project
CVE-2020-26207 (GCVE-0-2020-26207)
Vulnerability from cvelistv5 – Published: 2020-11-04 22:00 – Updated: 2024-08-04 15:49
VLAI
Title
Unsafe deserialization in DatabaseSchemaViewer
Summary
DatabaseSchemaViewer before version 2.7.4.3 is vulnerable to arbitrary code execution if a user is tricked into opening a specially crafted `.dbschema` file. The patch was released in v2.7.4.3. As a workaround, ensure `.dbschema` files from untrusted sources are not opened.
Severity
CWE
- CWE-502 - Deserialization of Untrusted Data
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/martinjw/dbschemareader/securi… | x_refsource_CONFIRM |
| https://github.com/martinjw/dbschemareader/commit… | x_refsource_MISC |
| https://github.com/martinjw/dbschemareader/releas… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| martinjw | dbschemareader |
Affected:
< 2.7.4.3
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T15:49:07.140Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/martinjw/dbschemareader/security/advisories/GHSA-rfjh-m356-mpqf"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/martinjw/dbschemareader/commit/4c0ab7b1fd8c4e3140f9fd54d303f107a9c8d994"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/martinjw/dbschemareader/releases/tag/2.7.4.3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "dbschemareader",
"vendor": "martinjw",
"versions": [
{
"status": "affected",
"version": "\u003c 2.7.4.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "DatabaseSchemaViewer before version 2.7.4.3 is vulnerable to arbitrary code execution if a user is tricked into opening a specially crafted `.dbschema` file. The patch was released in v2.7.4.3. As a workaround, ensure `.dbschema` files from untrusted sources are not opened."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-502",
"description": "CWE-502 Deserialization of Untrusted Data",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-11-04T22:00:17.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/martinjw/dbschemareader/security/advisories/GHSA-rfjh-m356-mpqf"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/martinjw/dbschemareader/commit/4c0ab7b1fd8c4e3140f9fd54d303f107a9c8d994"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/martinjw/dbschemareader/releases/tag/2.7.4.3"
}
],
"source": {
"advisory": "GHSA-rfjh-m356-mpqf",
"discovery": "UNKNOWN"
},
"title": "Unsafe deserialization in DatabaseSchemaViewer",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-26207",
"STATE": "PUBLIC",
"TITLE": "Unsafe deserialization in DatabaseSchemaViewer"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "dbschemareader",
"version": {
"version_data": [
{
"version_value": "\u003c 2.7.4.3"
}
]
}
}
]
},
"vendor_name": "martinjw"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "DatabaseSchemaViewer before version 2.7.4.3 is vulnerable to arbitrary code execution if a user is tricked into opening a specially crafted `.dbschema` file. The patch was released in v2.7.4.3. As a workaround, ensure `.dbschema` files from untrusted sources are not opened."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-502 Deserialization of Untrusted Data"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/martinjw/dbschemareader/security/advisories/GHSA-rfjh-m356-mpqf",
"refsource": "CONFIRM",
"url": "https://github.com/martinjw/dbschemareader/security/advisories/GHSA-rfjh-m356-mpqf"
},
{
"name": "https://github.com/martinjw/dbschemareader/commit/4c0ab7b1fd8c4e3140f9fd54d303f107a9c8d994",
"refsource": "MISC",
"url": "https://github.com/martinjw/dbschemareader/commit/4c0ab7b1fd8c4e3140f9fd54d303f107a9c8d994"
},
{
"name": "https://github.com/martinjw/dbschemareader/releases/tag/2.7.4.3",
"refsource": "MISC",
"url": "https://github.com/martinjw/dbschemareader/releases/tag/2.7.4.3"
}
]
},
"source": {
"advisory": "GHSA-rfjh-m356-mpqf",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-26207",
"datePublished": "2020-11-04T22:00:17.000Z",
"dateReserved": "2020-10-01T00:00:00.000Z",
"dateUpdated": "2024-08-04T15:49:07.140Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}