Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Nov 5, 2024
1 parent 73d4241 commit bca40bf
Showing 1 changed file with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8qv4-773j-c979",
"modified": "2024-10-17T15:31:08Z",
"modified": "2024-10-17T15:31:19Z",
"published": "2024-10-17T15:31:08Z",
"aliases": [
"CVE-2024-49580"
],
"summary": "Use of Cache Containing Sensitive Information in Ktor Client with HttpCache plugin",
"details": "In JetBrains Ktor before 3.0.0 improper caching in HttpCache Plugin could lead to response information disclosure",
"severity": [
{
Expand All @@ -14,16 +15,42 @@
}
],
"affected": [

{
"package": {
"ecosystem": "Maven",
"name": "io.ktor:ktor-client-core-jvm"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49580"
},
{
"type": "WEB",
"url": "https://github.com/ktorio/ktor/commit/d6c3a51df169c163e8f0b9ce77bbe543c70116ac"
},
{
"type": "WEB",
"url": "https://www.jetbrains.com/privacy-security/issues-fixed"
},
{
"type": "WEB",
"url": "https://youtrack.jetbrains.com/issue/KTOR-7483"
}
],
"database_specific": {
Expand Down

0 comments on commit bca40bf

Please sign in to comment.