Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista security

Vista - Data leakage among users

Reply
 
Old 09-16-2006   #1 (permalink)
Roof Fiddler


 
 

Data leakage among users

I installed Quicken on Vista, and ran it as one user, and then when I ran it
as another user at the same time, quicken complained that it was already
being run by another user. So Vista is leaking data among users,
specifically, that other users are running particular programs. This is a
security problem. A program running in one user account should have no way
to know whether that same program is being simultaneously run in another
user account.


My System SpecsSystem Spec
Old 09-16-2006   #2 (permalink)
Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]


 
 

Re: Data leakage among users

More like Intuit folks don't know how to code securely.

The reality is that most Intuit software hasn't been rewritten since Win9x.

Roof Fiddler wrote:
> I installed Quicken on Vista, and ran it as one user, and then when I
> ran it as another user at the same time, quicken complained that it was
> already being run by another user. So Vista is leaking data among users,
> specifically, that other users are running particular programs. This is
> a security problem. A program running in one user account should have no
> way to know whether that same program is being simultaneously run in
> another user account.
>

My System SpecsSystem Spec
Old 09-16-2006   #3 (permalink)
Roof Fiddler


 
 

Re: Data leakage among users

"Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]" <sbradcpa@pacbell.net>
wrote in message news:%23nz9Fxe2GHA.4116@TK2MSFTNGP02.phx.gbl...
> More like Intuit folks don't know how to code securely.

Perhaps, but that's beside the point. The point is that if Quicken or any
other user program can (accidentally, intentionally, or even maliciously)
discover that another user is running that program, then it's a security
problem, which the operating system, not that user program, has the
exclusive responsibility for solving.

My System SpecsSystem Spec
Old 09-16-2006   #4 (permalink)
Kerry Brown


 
 

Re: Data leakage among users

In a multiuser environment programs need to know if another user is already
using the program. This can be done securely through system messages. One
user can't access another user's memory but the system can pass messages
back and forth. There is some security risk in this but without doing this
data corruption would be rampant. This security risk in Vista is managed
much better than in XP.

--
Kerry
MS-MVP Windows - Shell/User
http://www.vistahelp.ca


Roof Fiddler wrote:
> "Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]"
> <sbradcpa@pacbell.net> wrote in message
> news:%23nz9Fxe2GHA.4116@TK2MSFTNGP02.phx.gbl...
>> More like Intuit folks don't know how to code securely.

> Perhaps, but that's beside the point. The point is that if Quicken or
> any other user program can (accidentally, intentionally, or even
> maliciously) discover that another user is running that program, then
> it's a security problem, which the operating system, not that user
> program, has the exclusive responsibility for solving.



My System SpecsSystem Spec
Old 09-16-2006   #5 (permalink)
Roof Fiddler


 
 

Re: Data leakage among users

"Kerry Brown" <kerry@kdbNOSPAMsys-tems.c*a*m> wrote in message
news:uK35hTf2GHA.4648@TK2MSFTNGP04.phx.gbl...
> In a multiuser environment programs need to know if another user is
> already using the program. This can be done securely through system
> messages. One user can't access another user's memory but the system can
> pass messages back and forth. There is some security risk in this but
> without doing this data corruption would be rampant.

Corruption of what data? If I run Quicken and another user runs Quicken,
we're only modifying data stored in our own home directories. Coordination
of the two Quicken processes in order to avoid data corruption would only be
necessary if the processes were sharing writeable data, which they're not.

My System SpecsSystem Spec
Old 09-17-2006   #6 (permalink)
Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]


 
 

Re: Data leakage among users

No it's not besides the point.

Intuit does not code securely. Every piece of software should be
reviewed for secure coding.

I am not about to hold Microsoft responsible for Intuit's continued
stupidity.



Roof Fiddler wrote:
> "Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]" <sbradcpa@pacbell.net>
> wrote in message news:%23nz9Fxe2GHA.4116@TK2MSFTNGP02.phx.gbl...
>> More like Intuit folks don't know how to code securely.

> Perhaps, but that's beside the point. The point is that if Quicken or
> any other user program can (accidentally, intentionally, or even
> maliciously) discover that another user is running that program, then
> it's a security problem, which the operating system, not that user
> program, has the exclusive responsibility for solving.
>

My System SpecsSystem Spec
Old 10-01-2006   #7 (permalink)
Garry Grolman


 
 

Re: Data leakage among users

In a multi user environment, each user should have his own separate files
under "Users" in Vista with his/her UserName. If the intention woz to have
some files common accessible to all users then the Users\All Users\ is the
folder to use either with \Application Data or \MyDocuments.

As a previous commenter mentioned, these are post WIN9X features and,
presumably Intuit has not updated its software to accomodate this way of
securing data in a multi user environment.

Complain to Intuit.

Vista is pointing the way to the future for more secure computers in multi
user environments.

Get with it.

Garry



"Kerry Brown" <kerry@kdbNOSPAMsys-tems.c*a*m> wrote in message
news:uK35hTf2GHA.4648@TK2MSFTNGP04.phx.gbl...
> In a multiuser environment programs need to know if another user is
> already using the program. This can be done securely through system
> messages. One user can't access another user's memory but the system can
> pass messages back and forth. There is some security risk in this but
> without doing this data corruption would be rampant. This security risk in
> Vista is managed much better than in XP.
>
> --
> Kerry
> MS-MVP Windows - Shell/User
> http://www.vistahelp.ca
>
>
> Roof Fiddler wrote:
>> "Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]"
>> <sbradcpa@pacbell.net> wrote in message
>> news:%23nz9Fxe2GHA.4116@TK2MSFTNGP02.phx.gbl...
>>> More like Intuit folks don't know how to code securely.

>> Perhaps, but that's beside the point. The point is that if Quicken or
>> any other user program can (accidentally, intentionally, or even
>> maliciously) discover that another user is running that program, then
>> it's a security problem, which the operating system, not that user
>> program, has the exclusive responsibility for solving.

>
>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Sharing common data properties between multiple users in Vista System Security
move data folders for all users? Vista General
Users & Application data folders in WE Vista file management
Mving an app & data from C:\Program Files to C:\users\<user name> Vista General
Using bitlocker to isolate users' data Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46