The tag has no wiki summary.

learn more… | top users | synonyms

147
votes
9answers
5k views

Why doesn't the Stack Overflow team fix the Firesheep style cookie theft?

Firesheep sniffs the network looking for session id's and makes it very easy for an attacker to hijack this authenticated session. It should be noted that Firesheep is nothing new ; it just makes this ...
52
votes
6answers
6k views

Is using Gravatar a security risk?

This has been discussed on Stack Overflow. It is unfortunate the accepted answer is so far from reality. There are some facts: Gravatar's MD5 hash is an unsalted MD5 hash of an email address. A ...
22
votes
1answer
422 views

Hijacked session: Signed in as someone else

I refreshed the SO home page and saw I was signed in as "Daniel Carvalho". I suspected an out-dated cache page, so I refreshed the page, but it persisted. I was able to view Daniel's user profile and ...
18
votes
3answers
861 views

Captcha Bypass

Don't get me wrong, my motives for this post are entirely altruistic. I enjoy StackOverflow and I want the system to be improved. I hate your captcha so much. I like reCaptcha, but I also like ...
75
votes
4answers
1k views

Can Stack Overflow change the password criteria?

Why the crazy password requirements? It a Q&A site, and I have to conform to arbitrarily chosen password complexity criteria. With a 22 random lowercase characters (entropy 119 bits), the create ...
10
votes
1answer
151 views

Data is showing MvcMiniProfiler results. Is that expected?

Not sure if this is actually desired, but data is currently showing me (a SE non-dev) mvc-mini-profiler results, including all queries that are being run against the DB (not talking about ...
0
votes
2answers
413 views

Why are Stack Exchange password requirements so strict? [duplicate]

I apologize for this off-topic post, but I hope it will be read by as many moderators as possible: I just wanted to register on Stack Overflow, to be able to leave ratings, etc. I didn't end up ...
7
votes
1answer
879 views

How does Stack Overflow protect its sitemap?

The purpose of this question is not to find out how SO protects its sitemap in order to subvert it, so to that end, I don't expect an exact answer. However, questions around SO's sitemap have popped ...
17
votes
1answer
203 views

Improve SE OpenID logout security and user experience on shared or public machines

In May, Stack Exchange became an OpenID provider. It's now the first available choice when creating a new account on an SE site. When selecting it, you're offered a well-integrated login and ...
14
votes
4answers
596 views

Could Stack Overflow be damaged by “URL poisoning”?

This might not be a big problem, but say the following URL is a good Stack Overflow question: http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer Try this. Open a ...
12
votes
5answers
333 views

Images in posts are a privacy threat

I'm sure you guys already know this, but allowing users to put images from any source in questions means that askers can get all the analytical data you can about their question. So a malicious user ...
58
votes
1answer
716 views

Should Stack Exchange be using the X-FRAME-OPTIONS header?

I was just reading a blog article about the security of Google+, and the page mentioned a header I hadn't heard of before: X-Frame-Options I'll let the Mozilla docs do most of the talking, but ...
11
votes
4answers
314 views

How to deal with highly voted answers with security vulnerabilities?

There's already a question on how to deal with questions/answers with a security vulnerability. But that's not really what I'm asking. Here's the problem. There's a post in PHP that is highly upvoted ...
12
votes
7answers
406 views

Is it okay to discuss poor security practices?

I have experienced people actively hindering or flaming people who want to make public or discuss techniques that can break good security habits or schemes of languages, software or operating systems. ...
9
votes
0answers
196 views

AVG 10 free detects “Input validation exploit” [duplicate]

Possible Duplicate: What's this virus threat on Google Chrome when editing a Stack Overflow post? I just got this while my computer was idling: Danger: Surf-Shield has detected ...
28
votes
1answer
227 views

Questions can be made Community-Wiki by adding the right parameter when editing

See also http://meta.stackoverflow.com/posts/67604/revisions for a proof-of-concept. It seems that, the community-wiki checkbox is only hidden for general users, but it is not validated on ...
12
votes
1answer
185 views

How does StackExchange DataExplorer prevent DOS attacks?

I have seen the page for composing Data Explorer queries. If I enter some stupid queries like: select * from Posts a, Posts b, Posts c ..... where 1=1 etc., how does StackExchange prevent it from ...
1
vote
2answers
194 views

What's this virus threat on Google Chrome when editing a Stack Overflow post?

When editing my previous post I got this: How does it come? It seems it only occurs on this particular post, Running Exe in Firefox why do I get an error, not on the one I am writing here for ...
33
votes
2answers
317 views

StackExchange OpenID provider should clearly use HTTPS

As discussed in this question on Meta.Security.SE, the SE OpenID provider seems to be using some sort of AJAX call to replace part of the page. The outer page uses plain HTTP, whereas the OpenID part ...
26
votes
2answers
482 views

Implement the Hacker Badge

from Stack Overflow Badge Feedback - Blog - Stack Overflow I’m specifically referring to the secret Stack Overflow hacker badge. It does exist, though it has yet to be awarded. ...
5
votes
2answers
127 views

How to deal with questions/answers with a security vulnerability?

Sine a major goal of SO is to compile the best programming questions and answers on the internet, I'm wondering if there's more we can do to single out and/or correct cases where questions or answers ...
22
votes
1answer
200 views

How is the data explorer secured?

I understand that the SQL user probably doesn't have any sort of permission to modify the database, and that very heavy caching is probably used in addition to the fact that this is on a data dump ...
12
votes
4answers
311 views

Security is Offensive?

I'm new to SO, so I'm trying to understand the rating system employed here as to what's offensive content. In particular, it seems that topics related to game enhancements made through reverse ...
5
votes
3answers
348 views

How is data.stackexchange.com not a massive vulnerability?

I'm not sure if you are aware of this, but Stack Exchange Data Explorer (SEDE) allows users to write their own SQL queries, and here is a list of popular queries. What steps were taken to make sure ...
3
votes
0answers
140 views

Stack Overflow vulnerable to clickjacking [duplicate]

Possible Duplicate: Should StackOverflow be using the X-FRAME-OPTIONS header? Stack Overflow and all of the Stack Exchange sites are vulnerable to clickjacking. You need to set the ...
-13
votes
1answer
538 views

Why doesn't Stack Overflow use HTML entities?

Html Entities are a very good way at preventing xss and preserving meaning to users of the system. This is an excellent ratio of security and usability and this is why Html Entities is a very popular ...
13
votes
3answers
430 views

Is SOFU prepared for a DDoS attack?

I can't recall any official statement on this topic, and I'm really afraid to lose this valuable resource. Is SO prepared to meet a DDoS attack? It's not like there is an actual occasion, but it would ...
10
votes
0answers
231 views

Suddenly logged in as another user [duplicate]

Possible Duplicate: Hijacked session: Signed in as someone else Today I was in the same local network as two other stackoverflow users and we were all three logged into our accounts. User A ...
5
votes
1answer
219 views

Should changing your password invalidate all existing logins?

Last night I changed the password for my Stack Exchange OpenID. As a security precaution, I would expect that all of my sessions be invalidated and to be asked to log in again on all sites where I use ...
4
votes
1answer
210 views

Malicious code in SO question triggers my antivirus…What the…? [duplicate]

Possible Duplicate: Avast reporting virus when browsing to SO question I don't really know what to think about this, but I was browsing the latest php SO questions and there was this ...
4
votes
3answers
357 views

Is it a problem that 10% of SO emails tried were guessed by using the username and Gravatar account?

Possible Duplicate: Is using gravatar a security risk? A recent Slashdot article speaks about how somebody was able to discover the email addresses of 10% of SO users through the username and ...
1
vote
0answers
84 views

StackOverFlow Threads Caught by Anti Virus Programs [duplicate]

Possible Duplicate: Avast reporting virus when browsing to SO question I am a regular visitor of well famed SO, but once a time I really surprised that my antivirus Nod32 5 alerting me that ...
1
vote
8answers
297 views

Does your profile contain your exact birthday? Is that safe?

Does your profile contain your real birthday, or is off by +/- n days (where n is small)? I know the birthday isn't explicitly available to users, but as suggested by this post, it would be easy to ...
0
votes
3answers
1k views

Invalid Security Certificate?

On careers.stackoverflow.com , I click on "file CV", and Firefox gives me this error: careers.stackoverflow.com uses an invalid security certificate. The certificate is not trusted because the ...