Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
{
"schema_version": "1.4.0",
"id": "GHSA-wm64-883p-84j3",
"modified": "2024-07-28T15:31:28Z",
"modified": "2024-10-29T15:33:02Z",
"published": "2022-05-13T01:19:07Z",
"aliases": [
"CVE-2018-14335"
],
"summary": "Insecure Permissions",
"details": "An issue was discovered in H2 1.4.197. Insecure handling of permissions in the backup function allows attackers to read sensitive files (outside of their permissions) via a symlink to a fake database file.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.h2database:h2"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.1.100"
},
{
"fixed": "1.4.198"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand Down