Tagged Questions

1
vote
3answers
22 views

Javascript security / cross scripting on same server

Hello, Have some Javascript that I need to work via the following: ://localhost ://servername :/www.domainnamefortheserver.com When I run the script from http://servername with an IFRAME …
5
votes
5answers
115 views

Is it OK to allow sometimes dynamic SQL without sanitization?

My partner on a PHP project objects my practice of always sanitizing integer values in dynamic SQL. We do use parameterized queries when possible. But for UPDATE and DELETE conditions Zend_Db_Adapter …
2
votes
4answers
45 views

Comcast’s two step login

Comcast has changed their login process so it happens in two steps. Instead of two input boxes for username and password, you submit your username first. Then on a second page you enter your …
0
votes
4answers
55 views

Get details of object from database - keep ID secure

Hi, I have a list of books obtained from the database. When a user selects a book, I'd like it to retrieve the information for that book and display it on screen. However, I'd like to keep the ID …
2
votes
4answers
58 views

Does using non-SQL databases obviate the need for guarding against “SQL injection”?

This may seem like an obvious (or not so obvious) question, but let me explain. I'm coding up a Google App Engine site using Google's database technology, BigTable. Any App Engine coders will know …
0
votes
3answers
38 views

Java AJAX webapp security

I'm experimenting with creating a simple AJAX Java webapp. I'd like to use the container managed security provided by the Servlet container, but having investigated it have a feeling that it isn't …
1
vote
4answers
68 views

Why are CodeIgniter application files in the public_html folder?

Isn't having all of the files in public view a bad thing? Surely things such as /system/application/config/database.php should not be publicly visible!
0
votes
1answer
24 views

advantages and disadvantages of using asp.net custom handlers?

what are the advantages and disadvantages of using asp.net custom handlers such as http handlers and etc? what kind of security issues will I face?
2
votes
1answer
12 views

EventLog permission failing in ASP.Net on Win7

I have an ASP.Net app .net 3.5 SP1, running in Win7 . During the login process, something within the ASP.Net login control is causing a write to the security log (this sounds acceptable to me) in the …
0
votes
0answers
19 views

Getting an HTTP 403 (Access Denied) upon successful authentication when using container-managed security

I've been working on setting up container-managed security (see previous question here). According to everything I've read on the topic, it looks like things should be configured correctly (using the …
1
vote
3answers
32 views

Encrypting 3rd party credentials

I have an application where I need to store 3rd party credentials to services like Amazon S3, FTP, SFTP, etc.. I know that it is possible to access some of those systems without passwords, but that …
77
votes
92answers
6k views

What’s the worst security hole you’ve ever seen?

Subject says it all, probably a good idea to keep details basic to protect the guilty. See also another question about what to do once you find a security hole.
0
votes
0answers
27 views

Networking and network security book [closed]

i am in the early stages of producing a thesis 'Network security: Cost Vs Security', are there any books that can give me an insight to real world setups and costing of such systems, as I am purely …
2
votes
7answers
122 views

How can I protect my Assembly to being used by someother?

how can I protect my assembly, because once I deploy the setup, assembly will be deployed too, and there are chances that user will get the assembly from Program Files, and may add reference to any …
0
votes
2answers
78 views

python and securing pyc files on disk

I set django's settings.py file to chmod 600 to keep felonious folks from spying my database connection info, but on import python compiles this file and writes out settings.pyc as mode 644. It …

1 2 3 4 5 208 next
15 30 50 per page