From: Nala Ginrut <nalaginrut@gmail.com>
To: Christopher Allan Webber <cwebber@dustycloud.org>,
guile-devel@gnu.org, guile-user@gnu.org
Subject: Re: Guile security vulnerability w/ listening on localhost + port (with fix)
Date: Wed, 12 Oct 2016 23:49:39 +0800 [thread overview]
Message-ID: <1476287379.10369.22.camel@gmail.com> (raw)
In-Reply-To: <87k2dfc7dd.fsf@dustycloud.org>
On Tue, 2016-10-11 at 09:01 -0500, Christopher Allan Webber wrote:
> The Guile team has just pushed out a new commit on the Guile stable-2.0
> branch addressing a security issue for Guile. There will be a release
> shortly as well. The commit is
> 08c021916dbd3a235a9f9cc33df4c418c0724e03, or for web viewing purposes:
>
> http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=08c021916
> dbd3a235a9f9cc33df4c418c0724e03
>
> Due to the nature of this bug, Guile applications themselves in general
> aren't vulnerable, but Guile developers are. Arbitrary scheme code may
> be used to attack your system in this scenario.
>
> There is also a lesson here that applies beyond Guile: the presumption
> that "localhost" is only accessible by local users can't be guaranteed
> by modern operating system environments. If you are looking to provide
> local-execution-only, we recommend using unix domain sockets or named
> pipes. Don't rely on localhost plus some port.
>
Indeed, I've considered to do so in Artanis too.
But maybe we should provide both just like what php-fpm does? And let users
choose which one to use, localhost:port or unix socket.
next prev parent reply other threads:[~2016-10-12 15:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-11 14:01 Guile security vulnerability w/ listening on localhost + port (with fix) Christopher Allan Webber
2016-10-12 15:49 ` Nala Ginrut [this message]
2016-10-12 16:11 ` Thompson, David
2016-10-14 21:55 ` Lizzie Dixon
2016-10-16 15:05 ` Christopher Allan Webber
2016-10-16 19:51 ` Arne Babenhauserheide
2016-10-17 1:39 ` Lizzie Dixon
2017-02-26 18:22 ` Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476287379.10369.22.camel@gmail.com \
--to=nalaginrut@gmail.com \
--cc=cwebber@dustycloud.org \
--cc=guile-devel@gnu.org \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).