Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Dec 16, 2024
1 parent 4191322 commit 47819ea
Showing 1 changed file with 49 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6q8c-85p2-954c",
"modified": "2024-09-25T15:31:13Z",
"modified": "2024-09-25T15:31:19Z",
"published": "2024-09-25T15:31:12Z",
"aliases": [
"CVE-2024-8316"
],
"details": "In Progress Telerik UI for WPF versions prior to 2024 Q3 (2024.3.924), a code execution attack is possible through an insecure deserialization vulnerability.",
"summary": "Completion of GHSA-6q8c-85p2-954c",
"details": "In Progress Telerik UI for WPF versions prior to 2024 Q3 (2024.3.924), a code execution attack is possible through an insecure deserialization vulnerability. For more information, visit the associated knowledgebase article => https://docs.telerik.com/devtools/wpf/knowledge-base/unsafe-deserialization-cve-2024-8316.\n\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "NuGet",
"name": "Telerik.UI.for.Wpf.*"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2024.3.924"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2024.3.806"
}
},
{
"package": {
"ecosystem": "NuGet",
"name": "Telerik.Windows.Controls.Diagrams.for.Wpf.*"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2024.3.924"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2024.3.806"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand Down

0 comments on commit 47819ea

Please sign in to comment.