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,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-pjh3-jv7w-9jpr",
"modified": "2021-09-23T21:23:47Z",
"modified": "2023-01-09T05:04:00Z",
"published": "2020-09-01T15:18:55Z",
"aliases": [
"CVE-2015-7982"
],
"summary": "Command Injection in gm",
"details": "Versions of `gm` prior to 1.21.1 are affected by a command injection vulnerability. The vulnerability is triggered when user input is passed into `gm.compare()`, which fails to sanitize input correctly before calling the graphics magic binary.\n\n\n## Recommendation\n\nUpdate to version 1.21.1 or later.",
"details": "Versions of `gm` prior to 1.21.0 are affected by a command injection vulnerability. The vulnerability is triggered when user input is passed into `gm.compare()`, which fails to sanitize input correctly before calling the graphics magic binary.\n\n\n## Recommendation\n\nUpdate to version 1.21.0 or later.",
"severity": [],
"affected": [
{
Expand All @@ -23,7 +23,7 @@
"introduced": "0"
},
{
"fixed": "1.21.1"
"fixed": "1.21.0"
Comment thread
Copilot marked this conversation as resolved.
}
]
}
Expand Down
Loading