cvelist/2022/45xxx/CVE-2022-45868.json

81 lines
3.1 KiB
JSON
Raw Normal View History

2022-11-23 20:00:39 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2022-11-23 21:00:35 +00:00
"ID": "CVE-2022-45868",
"STATE": "PUBLIC"
2022-11-23 20:00:39 +00:00
},
2022-11-23 21:00:35 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-11-23 20:00:39 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-11-23 21:00:35 +00:00
"value": "The web-based admin console in H2 Database Engine through 2.1.214 can be started via the CLI with the argument -webAdminPassword, which allows the user to specify the password in cleartext for the web admin console. Consequently, a local user (or an attacker that has obtained local access through some means) would be able to discover the password by listing processes and their arguments. NOTE: the vendor states \"This is not a vulnerability of H2 Console ... Passwords should never be passed on the command line and every qualified DBA or system administrator is expected to know that.\""
2022-11-23 20:00:39 +00:00
}
]
2022-11-23 21:00:35 +00:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://sites.google.com/sonatype.com/vulnerabilities/sonatype-2022-6243",
"refsource": "MISC",
"name": "https://sites.google.com/sonatype.com/vulnerabilities/sonatype-2022-6243"
},
{
"url": "https://github.com/h2database/h2database/blob/96832bf5a97cdc0adc1f2066ed61c54990d66ab5/h2/src/main/org/h2/server/web/WebServer.java#L346-L347",
"refsource": "MISC",
"name": "https://github.com/h2database/h2database/blob/96832bf5a97cdc0adc1f2066ed61c54990d66ab5/h2/src/main/org/h2/server/web/WebServer.java#L346-L347"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AC:L/AV:L/A:H/C:H/I:H/PR:N/S:U/UI:N",
"version": "3.1"
}
2022-11-23 20:00:39 +00:00
}
}