Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Adobe Flaw Allows Full Movie Downloads For Free

Posted by Soulskill on Fri Sep 26, 2008 10:52 PM
from the it's-not-a-bug-it's-a-feature dept.
webax writes with this excerpt from Reuters: "[An Adobe security hole] exposes online video content to the rampant piracy that plagued the music industry during the Napster era and is undermining efforts by retailers, movie studios and television networks to cash in on a huge Web audience. 'It's a fundamental flaw in the Adobe design. This was designed stupidly,' said Bruce Schneier ... The flaw rests in Adobe's Flash video servers that are connected to the company's players installed in nearly all of the world's Web-connected computers. The software doesn't encrypt online content, but only orders sent to a video player such as start and stop play. To boost download speeds, Adobe dropped a stringent security feature that protects the connection between the Adobe software and its players." webax also notes that the article suggests DRM as a potential solution to the problem.
+ -
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Anonymous Coward on Friday September 26 2008, @10:56PM (#25174759)

    Eriouslysay.

  • Doublethink (Score:5, Insightful)

    by QuantumG (50515) * <qg@biodome.org> on Friday September 26 2008, @10:56PM (#25174765) Homepage Journal

    Wow, so even Bruce Schneier is subject to the DRM double think now? What part of this is hard to understand? You have to give the viewer the key so it can decrypt the video stream and play it to the user.. if the user can see it, the user can record it. Game over. No amount of "encryption" can change the facts.

    • Re:Doublethink (Score:5, Informative)

      by The Iso (1088207) on Friday September 26 2008, @11:00PM (#25174781)

      Schneier didn't write the article. He is only quoted briefly.

      • by Anonymous Coward on Friday September 26 2008, @11:02PM (#25174799)
        From TFA:

        To boost download speeds, Adobe dropped a stringent security feature that protects the connection between the Adobe software and its players." webax also notes that the article suggests DRM as a potential solution to the problem.

        Whoa. Just...whoa. Friday night cognitive dissonance too much to handle!

        • hey, i know the best security method if you don't want people having unfettered access to your video content--don't stream it over the internet.

            • Re: (Score:3, Insightful)

              "There is no cryptographic solution to the problem in which the attacker and intended recipient are the same person"
              When will they learn?
      • I know, I actually read the article. Strange to be sure.

          • That he would say their design is stupid suggests that he believes *some* design exists to do what they want, which is not stupid. His comment, if any, should have been "that's not possible anyway, so Adobe's design is as good as any".

            • A design which does not stream the entire movie to a user before he's even paid any money could qualify as "not stupid".

                • Re:Doublethink (Score:5, Insightful)

                  by squiggleslash (241428) on Saturday September 27 2008, @06:55AM (#25176495) Homepage Journal
                  Well, there are many points to the article, but one of them is that someone can watch the movie for free because Adobe's server software is set up to continue streaming the movies after showing the free "clip". That, indeed, is "stupid", it relies upon trusted client software. DRM is one solution to this problem, but another is not to stream content to people's PCs they haven't paid for.
                • But we're not talking about the point of the article, we're talking about the point of Bruce Schneier's quote.

                  If the user can copy your media after having paid for it, well, that's just how things are. But if the user can pirate your media off your own servers without ever having paid for it, that is downright stupid. Given the vagueness of Schneier's quote he could very well have been referring to that.

    • Re:Doublethink (Score:4, Insightful)

      by lysergic.acid (845423) on Friday September 26 2008, @11:24PM (#25174917) Homepage

      yea, i think Adobe did the smart/sensible thing by leaving the stream unencrypted to boost download speeds. performance and speed are major considerations for streaming media.

      like you said, you ultimately have to give the user access to the unencrypted data so that they can view the content. so if they had done what the author suggests they should have done, then they would have just ended up with a streaming technology that's slower & wastes more bandwidth, and the DRM scheme still would have been easily bypassed by hackers.

      it's pointless to apply DRM to web content, as it is with offline content. it's always amusing to see website developers try to prevent visitors from saving images from the site--which is especially annoying when they use JavaScript to disable right-clicking, as if that'll stop anyone from saving an image to disc when it's already on their hard drive. these petty tactics simply insult visitors to the site and create a major annoyance for anyone who simply wants to access a command from the context menu. but i guess driving visitors away and decreasing the traffic to your site would reduce the chance of people steeling your precious lossy, lo-res jpeg images.

      • Re:Doublethink (Score:5, Interesting)

        by David Jao (2759) <djao@dominia.org> on Friday September 26 2008, @11:34PM (#25174963) Homepage
        The dumb part here is that they send the whole movie to your computer even if you're just watching the free two-minute preview. The two-minute restriction is only enforced in the flash applet. Now, no amount of DRM can stop a paying customer from copying the movie, but a smartly designed system could certainly make the customer pay for the movie before giving the whole movie to them.
        • Re:Doublethink (Score:5, Insightful)

          The dumb part here is that they send the whole movie to your computer even if you're just watching the free two-minute preview. The two-minute restriction is only enforced in the flash applet.

          Web programming 101.
          Children, repeat after me: When you program for the web, NEVER, EVER trust the client.

        • Re:Doublethink (Score:5, Insightful)

          by TubeSteak (669689) on Saturday September 27 2008, @01:02AM (#25175301) Journal

          Now, no amount of DRM can stop a paying customer from copying the movie, but a smartly designed system could certainly make the customer pay for the movie before giving the whole movie to them.

          Having the preview show you a preview length clip is not a "smartly designed system" it is basic common sense.

          Any site that try to protect their content with stupid tricks instead of creating separate content for the preview honestly deserve what comes their way.

          I guess content providers have to make a decision as to which is cheaper &/or better:
          1. Licensing DRM
          2. Buying extra hard drives to store preview clips instead of streaming from the full movie/audio/whatever

          • by MichaelPenne (605299) on Saturday September 27 2008, @03:31AM (#25175785) Homepage

            Any site that try to protect their content with stupid tricks

            Actually, what they did was trade-off stream security for the user experience - if the stream does pre-load, then the viewer can start viewing the movie much faster after they pay.

            Its a good trick if most of your users do pay, as they get the video they pay for much faster (since it's already pre-loaded) than would be possible if the paid content was sent in a separate stream that did not start until after the payment was processed.

            Mainly, this is an artifact of delivering video via http/progressive download vs. rtsp - you have a few options:
            1. deliver one stream - tradeoff - geeks can view for free
            2. deliver two streams - tradeoff - slow, annoying start up while you wait for the second stream to load enough to start playing
            3. use rtsp - tradeoff - reduces the quality of the video to match minimum bandwidth between the server and the viewer

            For really secure video, you'd use either RTSP or DRM (or both8-0), but they both have other problems with quality and user experience.

            I guess a system designed by a video geek would probably lean towards providing the best quality viewing experience while making it possible for a geek to get the video for free:-).

          • Lots of folks here need to review the Palladium toolkit, renamed 'Trusted Computing'. It's designed to lock files to applications to hardware, in a triad specifically set up to control what users can do with their files and make them unavailable except for owner authorized software with centralized key management. This sort of thing is _precisely_ what it was designed for: the security enhancements it provides are potentially useful, but DRM is clearly its fundamental purpose.
    • He may have been commenting about the part where they send people the entire movie before they've paid for it, so that it can start playing sooner once they pay. That is a truly boneheaded move regardless of what you think of DRM.

    • As others have said, streaming un-paid-for unencrypted video is dumb.

      You could send the first couple minutes unencrypted since anyone can watch it free (preview). Then start streaming the rest encrypted, and send the decryption key when the user pays. It doesn't have to be DRM, it could just decrypt the file.

    • Re:Doublethink (Score:4, Insightful)

      by logicmethod (785495) on Saturday September 27 2008, @06:11AM (#25176373)
      Flash Player has had the critical flaw of not being able to cancel HTTP requests for years. This causes all kinds of problems for Flash / Flex developers across the board, not only for media streaming applications. Adobe has finally implemented a fix in Flash Player 10--which should be out of beta in the next few weeks--that allows the developer to actually cancel a request and stop the stream. The development community has been bringing this to Adobe's attention for years, and why it has only yet to be addressed is beyond me--it seems so basic. I agree that it isn't a great idea to use the actual media for a preview versus creating a separate preview version, but this flaw makes it extremely easy to grab any file that Flash requests.
  • Ming boggles... (Score:5, Insightful)

    by PineGreen (446635) on Friday September 26 2008, @11:03PM (#25174803) Homepage

    ...at how fuckin dumb this all is. If you can see it, you can copy it, maybe it is more difficult, but not impossible. Do these idiots never ever learn?

    • Re: (Score:3, Interesting)

      Yes you can, but yes it's more difficult so not as many people do it and those who do will not do it as often. I guess that's the thinking, if you can't stop it altogether, making it even a bit harder is a step in the right direction from their point of view and it does make some sense
    • Re: (Score:3, Insightful)

      The key isn't stopping everyone, its stopping your average stupid computer user from doing it. That is all they need to achieve. When even John McCain can figure out how to pirate something, then the copyright holders are really screwed.

      • Re: (Score:3, Insightful)

        by Anonymous Coward

        The key isn't stopping everyone, its stopping your average stupid computer user from doing it.

        Average Stupid Computer User will not be doing it, anyways. He will go to something like The Pirate Bay and download it from there, after one Above Average Stupid Computer User did it and put it there.

    • by gardyloo (512791) on Saturday September 27 2008, @12:09AM (#25175095)

      He's also Merciless!

    • by symbolset (646467) on Saturday September 27 2008, @12:53AM (#25175257) Journal

      Actually I do have a bulletproof method of DRM that customers will accept. There's no patent - it's currently a trade secret. I could show them how it works without revealing the secret, and they could license it from me.

      I only want $40m cash up front, and 10% of the back end.

      I'm calling it MP[34]. Of course with licensing comes naming rights. I think "Plays For Now" is not yet taken.

      • You expect that the CEO of a DRM company wouldn't suggest that his product is necessary for everyone? We know that not using DRM only threatens HIS company's business model, but DRM has been ineffective from the start, and has only served to inconvenience paying customers. Nobody doesn't know this by now - it really only exists to kill off second-hand sales and because of some misguided decisions from some ignorant CEOs.

        Snake oil or not, it'll probably be around for a while longer until it's made clear th

  • by drDugan (219551) on Friday September 26 2008, @11:06PM (#25174817) Homepage

    sadly, axxo and fxg and their black market friends already figured out years ago how to get movies for free to most anyone willing to look for them. it brings the end of an industry in it's current form.

    There are better models: allow people, if they choose, to take media without paying for it, but give them credit, additional access, and membership benefits when customers do sponsor/pay for the media they consume. It is really not that complicated... find something you can sell because you can no longer technically control the distribution of your product.

    Major media producers cannot change the progression of technology with policy and lawsuits. They would be so much better off to adopt what tech can enable, and build effective business models around providing customers with real value when they do pay for media, instead of using fear and lawsuits to force them to pay when they don't have to.

    • Major media producers cannot change the progression of technology with policy and lawsuits.

      No, but they CAN get revenge by ruining people's lives through them. Which is probably what it's really about, seeing as how it doesn't seem to have any other effect.

  • by D4C5CE (578304) on Friday September 26 2008, @11:17PM (#25174873)

    the article suggests DRM as a potential solution to the problem

    Restrictions pitting a computer against its owner (and wasting time and energy to further a business model built on distrust) are always a problem [wikipedia.org], and the proof that some technologies can be inherently evil.

  • From the article (Score:3, Insightful)

    by superphreak (785821) on Friday September 26 2008, @11:18PM (#25174879) Homepage
    The free demo version of Replay Media Catcher allows anyone to watch 75 percent of anything recorded and 100 percent of YouTube videos. For $39, a user can watch everything recorded.
    One Web site -- www.tvadfree.com -- explains step-by-step how to use the video stream catching software.
    [snip]
    Forrester analyst James McQuivey said he doesn't believe the video stream catching technology will entirely derail the advertising-supported business model used by the networks for online video.
    "It's too complicated for most users," said McQuivey, noting that file-sharing services like BitTorrent already exist but only a small percentage of people use them.


    See? He (whoever he is...) thinks piracy won't be a problem... it's too complicated to pirate stuff... people would rather pay... something like that anyway. And he's an analyst, so that makes it official, right?
    • See? He (whoever he is...) thinks piracy won't be a problem... it's too complicated to pirate stuff... people would rather pay... something like that anyway. And he's an analyst, so that makes it official, right?

      Really?

      Lemme throttle down bittorrent so I can load that article.

  • by fuzzyfuzzyfungus (1223518) on Friday September 26 2008, @11:23PM (#25174913) Journal
    As we all love to repeat, DRM is folly, giving a man a locked box and the key, security through obscurity, mere obfuscation, inevitably cracked, etc. So, a story about yet another broken DRM system is hardly exciting.

    What is amusing, in this case, is that we have a DRM system so broken that it includes a vulnerability of the kind that is theoretically fixable. Essentially, Amazon streams the first couple of minutes of whatever it is to you for free. To get more, you have to pay. However, thanks to this bug, Amazon doesn't actually stop streaming at two minutes, just sends a command to the player to stop playing. The video that you aren't supposed to see ends up, inadequately obfuscated, somewhere on your system.

    That is the pathetic bit. It is ultimately impossible to control what another computer does; but it is merely a matter of good engineering to control what yours does. Server access control vs. DRM. Here, the system is so broken that Amazon's servers are essentially handing out video that they don't want copied to anybody who asks for it, at which time it is protected only by the usual doomed local DRM. Thanks to badly designed DRM, the system is less secure than that ever so early 90's "on payment, we email you a one time use link to a direct download" content protection scheme. Ha-ha.
  • by xigxag (167441) on Friday September 26 2008, @11:47PM (#25175017)

    You know what else allows full movie downloads for free?

    THE INTERNET.

       

  • This is new? (Score:5, Insightful)

    by Toonol (1057698) on Friday September 26 2008, @11:48PM (#25175021)
    Doesn't everybody know that all flash video is easily accessible? Most of the time it's just a case of dragging it out of the cache. Sometimes you need to jump through more hoops, but I thought it was common knowledge that you could download it all.

    You have to re-encode it if you want to, say, burn it on dvd, but that's not too hard. I use winFF (yes, I use windows).
    • Common knowledge amoung whom? Slashdot crowd, yes. Competent IT people, yes. The majority of internet users, no.

    • I think the news part is that Amazon sends you the entire movie when you play the 2 minute "preview". Most people would assume the preview would in fact be a two minute clip without the rest of the movie attached.

  • From the article: (Score:5, Insightful)

    by jrockway (229604) <jon-nospam@jrock.us> on Friday September 26 2008, @11:54PM (#25175035) Homepage Journal

    The problem exposes online video content to the rampant piracy that plagued the music industry during the Napster era and is undermining efforts by retailers, movie studios and television networks to cash in on a huge Web audience.

    Uh, the pirates were already uploading the full HD rips to Usenet days before the movies were even released. No pirate would want the shitty version Amazon is offering.

    • by Drinking Bleach (975757) on Saturday September 27 2008, @12:22AM (#25175135)

      Exactly. This flaw, no matter whose fault, isn't going to make more pirated copies appear, or even more people to become pirates. Anyone that wants to pirate the films, isn't waiting for some security flaw in Amazon/Adobe software to allow them to do so.

  • Not really a flaw (Score:5, Informative)

    by Wesley Felter (138342) <wesley@felter.org> on Friday September 26 2008, @11:55PM (#25175043) Homepage

    There are two separate issues mentioned in the article.

    1. HTTP and RTMP are not encrypted and thus it's trivial to record any video sent over these protocols. This is well-documented and I'd hardly consider it a flaw. Flash 9u3 has DRM (RTMPE+verification), but most Web sites don't bother to use it.

    2. Apparently Amazon's movie store server will send the whole video whether the customer has purchased it or not. This is a bug, but it's Amazon's fault not Adobe's and Amazon should be able to fix it easily enough. Also, they're apparently not using all the DRM features available in Flash so their videos aren't as protected as they could be.

    AFAIK Flash DRM hasn't been cracked yet because no one uses it. I'm not an advocate of DRM, but as a practical matter I find it works better when you actually turn it on.

    • Re: (Score:3, Insightful)

      I'm not an advocate of DRM, but as a practical matter I find it works better when you actually turn it on.

      Unless the reason you are using it is to satisfy a checklist from hollywood.

      Kind of like the TSA at the airport - "DRM theater" to make the frightened hollywood execs feel safe and secure even though they are still just as vulnerable with or without DRM...

      • Unless the reason you are using it is to satisfy a checklist from hollywood.

        Yeah, and after Hollywood reads a Reuters article about how your system is cracked, you'll probably have to release a new version to convince them that something is being done. And the charade rolls on.

    • Actually, DRM remains perfectly secure only when you leave it turned off, and ideally locked away and never put under the spotlight.

      Huh, that's funny, making DRM and general purpose PCs secure requires that you cut the network cable and bury them or lock them in a safe.

      • Actually, DRM remains perfectly secure only when you leave it turned off, and ideally locked away and never put under the spotlight.

        Huh, that's funny, making DRM and general purpose PCs secure requires that you cut the network cable and bury them or lock them in a safe.

        Just to be sure, let's pulverize and ionize them so we can feed their hadrons into the CERN collider while we can watch them go to 99.99999% the speed of light before blasting and turning into strange matter, and maybe one or two Higgs bosons. Bonus points for unrecoverability if they're turned into a micro-blackhole.

  • by evilviper (135110) on Saturday September 27 2008, @12:19AM (#25175123) Journal

    In summary:

    Amazon.com is staffed by idiots... They thought it would be safe to stream the ENTIRE MOVIE, to anyone, FOR FREE. The ONLY protection being that they send a command to the Flash Player to "pause" playback after 2 minutes for those that haven't paid to watch the whole thing. Cheap software and instructions have sprung up all over the web, and everybody knows Amazon.com is going to get a boot up the ass by the media companies, and fix this "security" issue any second now.

    DRM is utterly redundant. They just need someone with 3-digit IQ in the company to teach them how to make a 2 minute excerpt clip that is free and publicly accessible, while keeping the full video password-protected.

    This is about on-par with an Apache "security announcement" that even if you don't make a link to a document on your HTTP server, it's still accessible! The horror!

  • flaw? (Score:5, Funny)

    by theheadlessrabbit (1022587) on Saturday September 27 2008, @12:31AM (#25175175) Homepage Journal

    "Adobe Flaw Allows Full Movie Downloads For Free"

    its not a flaw, its a feature!

  • by neokushan (932374) on Saturday September 27 2008, @12:53AM (#25175255)

    What's the easiest and fastest way to take complete advantage of this?
    I want links!

  • by iabervon (1971) on Saturday September 27 2008, @02:11AM (#25175565) Homepage Journal

    It's just like their instant delivery service, available for items that you've put on your wish list in advance. The way it works is that, when you put an item on your wish list, they ship it to you. Then, if you buy it, they give you the tracking number, you go to the shipper's site, and find that the item is on your porch, at which point you bring it inside and open it. If you don't buy it, eventually the shipper notices that it's been sitting on your porch for a while unclaimed and brings it back to Amazon.

  • by dougmc (70836) <dougmc+slashdot@frenzied.us> on Saturday September 27 2008, @02:32AM (#25175621) Homepage

    In related news, researches have discovered that Gutenberg's printing press [wikipedia.org] has similar flaws. By using modern technology such as photocopiers or cameras, or older technology such as monks and pens (or additional printing presses) criminals can create nearly identical copies of items printed with the press, depriving the original creators of the material of much needed compensation.

    Gutenberg did not immediately return calls for comment, however it's theorized that he did not build in an encryption option to his printing press in order to boot comprehension speeds (Simple substitution ciphers [wikipedia.org] were well established at the time of the creation of the printing press, and Gutenburg could have easily applied their techniques in the creation of his press, however it's not entire certain how effective it would have been at preventing piracy. (Somewhat (at most) effective DRM techniques were developed centuries later.))

    • Re:Switcheroo (Score:5, Insightful)

      by fuzzyfuzzyfungus (1223518) on Friday September 26 2008, @11:15PM (#25174861) Journal
      Typically, DRM related security bugs get fixed markedly faster than do security bugs that threaten the security of the computer the software is installed on. Just to remind you who the customer is, and who the consumer is, y'know.