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-r937-wjx7-w2jp",
"modified": "2026-06-27T21:30:28Z",
"modified": "2026-06-27T21:31:34Z",
"published": "2026-06-26T15:32:13Z",
"aliases": [
"CVE-2026-53914"
],
"summary": "Unsafe Java Serialization for Kapt Incremental Cache",
"details": "In JetBrains Kotlin before 2.4.20 code execution was possible via unsafe deserialization in the build cache metadata",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:L"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.jetbrains.kotlin:kotlin-stdlib"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.20"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand Down