Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 11 Jul 2019 20:37:14 -0400
From: "Perry E. Metzger" <perry@...rmont.com>
To: Simon McVittie <smcv@...ian.org>
Cc: oss-security@...ts.openwall.com
Subject: Re: Privileged File Access from Desktop Applications

On Thu, 11 Jul 2019 21:20:15 +0100 Simon McVittie <smcv@...ian.org>
wrote:
> On Thu, 11 Jul 2019 at 11:47:10 -0400, Perry E. Metzger wrote:
> > having to add file i/o subsystems inside of dbus(!) probably does
> > add lots of threats  
> 
> I think you might be misunderstanding the scope of D-Bus.

Not really. The whole point is that instead of having the operating
system alone as part of your file security implementation you now
have a brand new service, an IPC mechanism, and loads of other stuff,
instead of having your app just do open(2) and write(2) etc.

It seems architecturally bad from a security perspective. The number
the number of trusted entities, the number of moving parts, the number
of mechanisms, and thus the number of ways things can go wrong keeps
going up. This is a mistake. And btw, this is a major piece of
mechanism being added just to handle the problem of someone wanting to
pop open an editor inside a GUI to edit a system config file, which is
not a major attack vector. But, now I have to worry about this new
file access service providing an attack surface that didn't exist
before.

What's the right way to handle this stuff? Capabilities,
probably. It's what they're designed for.

Perry
-- 
Perry E. Metzger		perry@...rmont.com

Powered by blists - more mailing lists

Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.