Lucene search

K
githubGitHub Advisory DatabaseGHSA-6898-WX94-8JQ8
HistoryAug 31, 2020 - 10:50 p.m.

Potential Command Injection in libnotify

2020-08-3122:50:48
CWE-74
GitHub Advisory Database
github.com
41

0.003 Low

EPSS

Percentile

70.2%

Versions 1.0.3 and earlier of libnotify are affected by a shell command injection vulnerability. This may result in execution of arbitrary shell commands, if user input is passed into libnotify.notify.

Untrusted input passed in the call to libnotify.notify could result in execution of shell commands. Callers may be unaware of this.

Example

var libnotify = require('libnotify')
libnotify.notify('UNTRUSTED INPUT', { title: \"\" }, function () {
    console.log(arguments);
})

Special thanks to Neal Poole for submitting the pull request to fix this issue.

Recommendation

Update to version 1.0.4 or greater

CPENameOperatorVersion
libnotifyle1.0.3