Shell command and Emacs Lisp injection in emacsclient-mail.desktop
Published:
Shell command injection and Emacs Lisp injection vulnerabilities
in one of the Emacs Desktop Entry (emacsclient-mail.desktop)
leading to arbitrary code execution
through a crafted mailto: URI.
I thought I was understanding pretty well how bash argument processing and
various expansions is supposed to behave. Apparently, there are still
subtleties which tricks me, sometimes.
More example of argument and shell command injections in browser invocation
Published:
In the previous episode, I talked about
some argument and shell command injections vulnerabilities
through URIs passed to browsers.
Here I am evaluating some other CVEs
which were registered at the same time (not by me).
Argument and shell command injections in browser invocation
Published:
I found an argument injection vulnerability
related to the handling of the BROWSER environment variable
in sensible-browser.
This lead me (and others) to a a few other argument and shell command injection
vulnerabilities in BROWSER processing and browser invocation in general.