cvelist/2021/42xxx/CVE-2021-42392.json

76 lines
2.7 KiB
JSON
Raw Normal View History

2021-10-14 19:00:58 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-42392",
2022-01-07 23:01:05 +00:00
"ASSIGNER": "security@jfrog.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "h2database",
"product": {
"product_data": [
{
"product_name": "h2",
"version": {
"version_data": [
{
"version_name": "",
"version_affected": ">=",
"version_value": "1.1.000",
"platform": ""
},
{
"version_name": "",
"version_affected": "<=",
"version_value": "2.0.204",
"platform": ""
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-502"
}
]
}
]
2021-10-14 19:00:58 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-01-07 23:01:05 +00:00
"value": "The org.h2.util.JdbcUtils.getConnection method of the H2 database takes as parameters the class name of the driver and URL of the database. An attacker may pass a JNDI driver name and a URL leading to a LDAP or RMI servers, causing remote code execution. This can be exploited through various attack vectors, most notably through the H2 Console which leads to unauthenticated remote code execution."
2021-10-14 19:00:58 +00:00
}
]
2022-01-07 23:01:05 +00:00
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/h2database/h2database/security/advisories/GHSA-h376-j262-vhq6",
"name": "https://github.com/h2database/h2database/security/advisories/GHSA-h376-j262-vhq6"
}
]
},
"impact": {
"cvssv3": {
"SCORE": "9.8"
}
2021-10-14 19:00:58 +00:00
}
}