Connecting Tech Pros Worldwide Help | Site Map

Security Challenge

  #1  
Old November 13th, 2005, 12:57 AM
Farooq
Guest
 
Posts: n/a
Hello there nice folks,

OS: NT
Office: XP
Assumption 01: Already read MS's Security FAQ
Assumption 02: Good knowledge of how to secure a database


Scenario:

1) Tables in a "secured"mdb backend
2) Forms, Code, Queries and linked tables in a "secured" .mde front
end
3) "Users" group given no access at all
4) By pass key permanently disabled in the mde file by passing the ddl
parameter (checked and works like a charm)
5) People accessing the database through the mde file have an intense
logic behind the forms where Form 1 has to have information Before
Entering/viewing Information in Form 2 and so on and so forth
6) Based on the status of a record, user's are permitted/ not
permitted to view record

Challenge:
As you can see, everything looks hunky dory from the scenario above.
However, let's say user JOEBLOE has read access on Table 1 and Table 2
but is not suppose to see Table 2 until data has been entered in Table
1.

JOEBLOE is a curious user, who has nothing else to do at work except
for exploring Access databases lying around. Also, JOEBLOE knows quite
a bit of Access and thinks he is a programmer. To hack into the
system, JOEBLOE makes a new Access database but opens it using the MDW
file located on his system. Because JOEBLOE has read ….and also write
access to these tables, he can import them and view Table 1 and Table
2 without following the enforced system implemented through forms in
the MDE.

How do I prevent JOEBLOE from doing this?

All help is really appreciated

Thanks
JOEBLOES despiser


Farooq
  #2  
Old November 13th, 2005, 12:57 AM
Jack MacDonald
Guest
 
Posts: n/a

re: Security Challenge


Item #25 in the security FAQ deals with this issue:
25. How can I help prevent users from updating any tables by any means
other than through forms?

Haven't done it personally, but sounds like it should work in your
situation.


On 18 Jun 2004 05:12:30 -0700, kfc1976@yahoo.com (Farooq) wrote:
[color=blue]
>Hello there nice folks,
>
>OS: NT
>Office: XP
>Assumption 01: Already read MS's Security FAQ
>Assumption 02: Good knowledge of how to secure a database
>
>
>Scenario:
>
>1) Tables in a "secured"mdb backend
>2) Forms, Code, Queries and linked tables in a "secured" .mde front
>end
>3) "Users" group given no access at all
>4) By pass key permanently disabled in the mde file by passing the ddl
>parameter (checked and works like a charm)
>5) People accessing the database through the mde file have an intense
>logic behind the forms where Form 1 has to have information Before
>Entering/viewing Information in Form 2 and so on and so forth
>6) Based on the status of a record, user's are permitted/ not
>permitted to view record
>
>Challenge:
>As you can see, everything looks hunky dory from the scenario above.
>However, let's say user JOEBLOE has read access on Table 1 and Table 2
>but is not suppose to see Table 2 until data has been entered in Table
>1.
>
>JOEBLOE is a curious user, who has nothing else to do at work except
>for exploring Access databases lying around. Also, JOEBLOE knows quite
>a bit of Access and thinks he is a programmer. To hack into the
>system, JOEBLOE makes a new Access database but opens it using the MDW
>file located on his system. Because JOEBLOE has read ….and also write
>access to these tables, he can import them and view Table 1 and Table
>2 without following the enforced system implemented through forms in
>the MDE.
>
>How do I prevent JOEBLOE from doing this?
>
>All help is really appreciated
>
>Thanks
>JOEBLOES despiser
>
>
>Farooq[/color]


**********************
jackmacMACdonald@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Security of Unix Pipes (with Application Details) David T. Ashley answers 9 May 2nd, 2007 09:05 AM
Security difference between replacing IUSR_XXX account and no anonymousaccess Glen Scott answers 3 July 23rd, 2005 08:05 PM
ASP security (anonymouse vs integrated) problem... Graeme Coutts answers 2 July 19th, 2005 01:48 PM