Slashdot Mirror


User: Lobster+Quadrille

Lobster+Quadrille's activity in the archive.

Stories
0
Comments
577
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 577

  1. Re:Broken security model on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 3, Insightful

    Maybe you should have read the whole article. Cross-site scripting is never mentioned, and seeing how Mike Bailey, the researcher in question, won $10,000 with a Cross-site scripting attack, I think he probably knows the difference

    This is a flash attack, dealing with content ownership and poor security controls on flash's part. The end result can indeed be cross-site scripting, but that's not a requirement, and actionscript has different capabilities than javascript.

  2. Re:Client or server? on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 3, Informative

    That really isn't a stretch- most XSS and CSRF exploits work the same way. It just requires that the user be logged into victim.com and click a link to evil.com.

  3. Re:Patents on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 1

    It isn't to imply that the patent itself was ridiculous (Though it is. The patent makes it sound much neater than it is: a carboard sleeve for insulating your coffee cup from your hand).

    I really just found that bit of verbiage humorous... the need to define the cup, and the wording used to do so. I recognize that it is necessary in this type of thing, but that doesn't make it less funny.

  4. Re:domain policy on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 1

    Keeping user content and applications separate isn't ever a bad idea, because you never know when something like this will come up, and some websites do it for that reason alone. That said, they also commonly do it for performance/caching, disk space, and ease-of-integration.

  5. Re:Broken security model on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 2, Interesting

    Off the top of my head, here are a few possible changes:

    1. Deny connections by default, unless the server specifically says "this application can connect" (This is already how adobe determines policies on remote servers. It would not be so hard to make the object's origin follow the same rules)
    2. Check whether the content-type headers of the server delivering the object actually match those of a flash object, preventing the content overloading attacks described in the paper.
    3. Implement a signing policy, so that unsigned flash objects are not given permission to access the server.
    4. Run embedded flash objects in the context of the page they are embedded in, rather than that of the origin server. (Flash objects accessed directly, like javascript run through the javascript: uri handler, have no permissions)

    Maybe not ideal, but a hell of a lot better than having everybody vulnerable by default, and expecting the server administrators to fix it for them on a case by case basis.

  6. Re:Client or server? on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 1

    If I allow you to upload a flash object to my site, I should sanitise it before I allow my server to give it to anyone.

    And if you allow me to upload a zip file to your site, will you strip out the swf file that's prepended to it? This is key: It's still a perfectly-formatted zip file.

    You may start checking for prepended swf files now, but you sure as hell weren't yesterday.

    How exactly is this FUD?

  7. Re:OH NO!!! on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 1

    And meanwhile, the attackers are using the ridiculously arcane attack vectors to compromise systems. Seems like it'd be useful to have some people that understand them on the good guys' side.

  8. Re:Uploading a swf with a jpg extension? on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 1

    Browsers do use MIME type to decide on the parser, except with embed tags, where they use the content-type attribute of the embed tag to decide which plugin to invoke.

    The plugin, in turn, *should* check the MIME type to determine whether the file it's loading is valid. The Flash plugin does not.

  9. Re:OH NO!!! on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 2, Insightful

    On the other hand, the more arcane the attack, the less likely it is to get fixed, and so the more websites remain vulnerable. The end result is that an attacker well-versed in a variety of obscure attacks can find a way into just about everything.

    This one, though, does affect an awful lot of sites- it's rare to find a site that doesn't allow users to upload some kind of file. The impression I get is that image uploads may be more or less simple to validate, but most other filetypes aren't.

  10. Re:Broken security model on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 4, Insightful

    If you can write an SWF that can be executed to compromise a website, despite the fact that it looks like, acts like, and in fact is a valid MS Word document, I'd call that a problem.

    Your JAR example is actually a pretty good one... as TFA mentions, a similar attack with JAR files that looked like GIFs came out in 2008. Sun fixed their plugin.

  11. Re:Why does a login form need CSRF protection? on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 3, Insightful

    In this case, it was used to log the user into the attacker's account, which contained the malicious SWF uploaded as an attachment. If the user then logged into gmail (the video uses a registration email to prompt the user to do so), his account would be compromised.

    In Gmail's case, there are other privacy consequences to the login CSRF. For example, if the user is logged into an account that I have access to, I can actually view his google search history.

  12. Re:Uploading a swf with a jpg extension? on Flash Vulnerability Found, Adobe Says No Fix Forthcoming · · Score: 3, Informative

    You'd think so, but you'd be wrong. Embedded content can specify the content-type in HTML (in order for the browser to know what plugin to use to load that content), and Flash trusts that declaration, not the content-type supplied by the server. A properly-designed plugin should trust the server, not the HTML that calls it.

  13. BOFH is a privelege on How Do IT Guys Get Respect and Not Become BOFHs? · · Score: 1

    If you can pull it off, you deserve to be as BOFHy as possible.

  14. Re:Full Details - or 'Contest can not be won' on Hackers Claim $10K Prize For StrongWebmail Breakin · · Score: 1

    Unless the explanation itself is emailed to them and contains a secondary attack... if they really did it with XSS as the ZDNet article states, that's a reasonable assumption.

    But we may be bordering on ridiculous.

  15. Re:Hu? on Hackers Claim $10K Prize For StrongWebmail Breakin · · Score: 1

    ZDnet Article: http://blogs.zdnet.com/security/?p=3514

    One of the hackers posted an uninformative response on his blog: http://skeptikal.org/2009/06/strongwebmail-incident.html

  16. Re:how is it cannibalism? on Were Neanderthals Devoured By Humans? · · Score: 1

    Was there doubt as to whether humans practiced cannibalism? It's well documented in Africa and a variety of island nations. I personally know people whose parents did so.

  17. Re:Distribute? on McAfee Sites Vulnerable To XSS Attack · · Score: 1

    1) You make a purchase, inject javascript into your address. The administrator goes to the website to print shipping labels. Now you control the administrator.

    2) You log in. Later that day, you're visiting evil.com, which loads the site in the background, with payload, and slurps data off of it.

  18. Re:Covered By Twenty Percent of the Bill of Rights on Bill Would Declare Your Blog a Weapon · · Score: 3, Funny

    Fortunately, I do all my cyberbullying from a sockpuppet blog.

  19. Re:Epic fail on McAfee Sites Vulnerable To XSS Attack · · Score: 2, Informative

    A much more serious issue- in the control panel for their web application scanning service was published yesterday.

    http://skeptikal.org/2009/05/epic-failure-from-mcafee.html

    This XSS is cool, but it's not news. I've been documenting McAfee web vulnerabilities for a year now. Rest assured, there are many more, some of which will be published later this week.

  20. Re:From the article :) on DHS Seeks "Ethical Hackers" To Protect Federal Net Infrastructure · · Score: 1

    Nah, you're only behind one proxy, and I run it.

  21. Re:Pascal was strongly typed long before Java on Philosophies and Programming Languages · · Score: 1

    Yes, and you're a moron too.

  22. Re:Why the droids will win. on Philosophies and Programming Languages · · Score: 1

    ...and it will instead spend most of its time trolling slashdot for lulz.

    I have a strong suspcion that AI is already around and it:

    is nihlist.
    spends time on 4chan.

  23. Re:Written by an idiot. Proof: on Philosophies and Programming Languages · · Score: 1

    ...
    ?

  24. Re:Philosophy of Perl on Philosophies and Programming Languages · · Score: 1

    You're right, but the shitcock thing is the unspoken corollary.

  25. Re:he would have no language at all on Philosophies and Programming Languages · · Score: 1

    As a security guy, I can testify that no matter how structured you intend your code to be, it eventually, through poor maintenance, poor implementation, and poor design, becomes purposeless and random.

    Nihilism fits right into my line of work.