Slashdot Mirror


Security Hole In TCP

Ant wrote to us with the report from eWeek concerning Guardent's find of a "potentially huge problem" in TCP. It's very similar to the hole found in some of the Cisco IOS software, concerning the ISN and the assignment of the number.

184 comments

  1. Not as serious... by griffjon · · Score: 2

    ...as it is being made out to be.
    This will only fully hijack unencrypted transmissions, and only if the hacker can predict the ISN sequence. It's made easier if the seed isn't random, but it's a long way from being a major threat, and it's not an unknown threat--many TCP/IP stack implementations are not vulnerable.

    --
    Returned Peace Corps IT Volunteer
  2. So...? by arfy · · Score: 1

    Yet another security vendor tries to get press by reminding everybody of something that's been out there for years.

    (Looks like it worked.)

  3. Re:Random Numbers by belroth · · Score: 1
    The time between detected events is random. Really random.
    But with radioactive decay the decay rate decreases over time (the mean time between events increases over time).
    I had a look at the site but couldn't see if this was taken into account, unless an allowance is made for this the spread of numbers will change over time. Admittedly this is theoretical and it should be random enough in the short term, but I'm not sure it's random in the long term.
    ----
    --
    I hereby inform you that I have NOT been required to provide any decryption keys.
  4. Re:"Old as the Hills" by wavelet · · Score: 1

    As a computer security consultant, this story seems silly to me.

    see CERT advisories dating back to 1995... as well as bugraq discussions about it...

    This is a very well known "vulnerability". The most famous use of this vulnerability was by Kevin Mitnick to attack Tsutomu Shimomura's computers.

    Basically one of Shimomura's unix boxes had root level .rhost that trusted another one. Kevin spoofed packets from the trusted computer to execute a "echo '+ +' >> /.rhosts" then just rlogin. To help the attack Kevin also SYN flooded the the trusted computer so that it would not respond with RST packets. This type of attack is called blind spoofing and is usually difficult to do. There are programs out there that will do this. ie: ADM-rsh

    Tools like nmap test for ISN randomness. Just about all unixen are atleast pseudo-random, which makes the attack almost impossible to do to two computers that you can't sniff traffic to or from.

    If you can sniff traffic from either box then the problem of hijacking connections becomes much simpler. At this point it doesn't even matter what the ISNs are because you can just sniff them. Tools like: hunt are the preferred tools for session hijacking. hunt even has ARP spoofing so that you can sniff over switched enviornments.

  5. Re:Oh no, not this religious war! by Wavicle · · Score: 1

    I'd have to ask for a reference on that one. I've seen several arguments, including Bell's Inequality, but none which make so broad and definitive a statement. (ex: this)

    --
    Education is a better safeguard of liberty than a standing army.
    Edward Everett (1794 - 1865)
  6. Not that Theoretical - Mitnick did just this by Frums · · Score: 3
    Unfortunately I do not have my source, but if I remember right Mitnick did a smurf just like this to execute a blind man in the middle attack.

    It was a case of IP spoofing against Shimomura. While he couldn't see results (IP spoof after all) the ability to guess ISN's allowed him to play the role of one of the computers involved in the transaction.

    Not my original source, but it does make mention of the story

    1. Re:Not that Theoretical - Mitnick did just this by wavelet · · Score: 3

      Tsutomu Shimomura's book's webiste, Takedown has some transcripts of the attack.

      Interesting read... in 1995...

      Basically one of Shimomura's unix boxes had root level .rhost that trusted another one. Kevin spoofed packets from the trusted computer to execute a "echo '+ +' >> /.rhosts" then just rlogin. To help the attack Kevin also SYN flooded the the trusted computer so that it would not respond with RST packets. This type of attack is called blind spoofing and is usually difficult to do. There are programs out there that will do this. ie: ADM-rsh

    2. Re:Not that Theoretical - Mitnick did just this by 0xA · · Score: 2

      If you check out the book that Shimomura wrote with John Markoff, Takedown (ISBN: 0786862106) he talks a little bit about the attack and the work he did to figure the whole thing out. He also mentions that he gave a lecture on the attack method at some conference shortly before they actually captured Mitnick.

      And yeah, that was a few years ago.

  7. Gaurdent rocks! by eyeball · · Score: 2
    Wow, good thing we have a company like Gaurdent around. They also found a hole in gopherd:
    http://www.guardent.com/A0208102000.html
    --

    _______
    2B1ASK1
  8. Re:"Old as the Hills" by toofast · · Score: 2

    ... Since 1992. l0pht was one of the first sites to discuss (and expose) security issues publicly on the Web (other than CERT).

  9. Re:Randomness does not exist. by markmoss · · Score: 1

    ALL events can theoretically be traced back to a specific cause.

    Wrong. Quantum events are inherently random and not predictable. All you have to do is to amplify such events into strings of 0 and 1. One example is radioactive emissions -- if you can keep the source and detector in the range where you count one particle at a time. That's rather difficult to do in a way that's both safe and will keep running without adjustments. Another possibility: resistor shot noise, which originates in the fluctuations as individual electrons pass through the resistor. I am not good enough at analog design to figure out just how to use that, but it should be possible to generate random numbers from shot noise in a small circuit with common parts.

    If you are generating pseudo-random numbers entirely from software, then it is predictable, if you can guess the formula used. The simple formulas you'll find in pre-packaged "random number generator" subroutines are probably easily guessed. Go to a cryptographer and you can get formulas that are alterable by plugging in a secret key of hundreds of bits, so even if the basic formula is publicly known, guessing the key takes enormous computer power...

  10. Re:Looks like a pretty standard case to me. by wavelet · · Score: 1

    I think you're confusing two different security concepts.

    Inital Sequence Number guessing is only useful for spoofing "new" connections or blind spoofing. Thus the "Inital" part of the term. Basically you are blind spoofing communication between A and B (while your are C), to take advantage of some trust relationship between A and B.

    As pointed out in many posts this attack was done by Kevin Mitnick. Basically one of Shimomura's unix boxes had root level .rhost that trusted another one. Kevin spoofed packets from the trusted computer to execute a "echo '+ +' >> /.rhosts" then just rlogin. To help the attack Kevin also SYN flooded the the trusted computer so that it would not respond with RST packets. This type of attack is called blind spoofing and is usually difficult to do. There are programs out there that will do this. ie: ADM-rsh

    Session Hijacking is what you are reffering to. This is taking over an already established connection. In this attack you use the fact that you can sniff or obtain the sequence numbers already in existance by an extablished TCP connection and inject spoofed packets to interupt or tack of that session. Tools suchs as hunt do this type of attack.

  11. DMHO site by Bruce+Perens · · Score: 1
    Excellent site! I started thinking about the nitrogen issue while the city of Berkeley was funding efforts to close down the nearby Tritium lab at Lawrence Berkeley Laboratories. I will be in Great Britain in April and will be sure to bring home some tritium light keychains to piss off my neighbors.

    Bruce

  12. It's not meaningless, just very old... by tqbf · · Score: 3
    This problem is old. Even in the context of Cisco routers. Mudge@L0pht testified about basically this exact problem in front of congress a few years ago, and even then it was old hat.

    But that doesn't mean it's not threatening. On the contrary, it's important to point out that TCP connection resilience is critical to the Internet infrastructure. TCP connections carry the BGP4 inter-ISP peering traffic that routes the backbone.

    By and large, there's not a whole lot of meaningful things you can do with TCP spoofing (even RSTs) on a clueful network. But there are infrastructure protocols that rely on TCP and major havoc to be caused if they're disrupted.

    There's been an unofficial understanding that router TCP stacks are not very robust. If ingress filtering isn't set up correctly, you can use flaws like this to disrupt peering sessions between routers. This is terrible. But Guardent could stand to be less hand-wavy and more forthcoming about their analyses.

    I think Bruce Perens could stand to be a little less glib, and pay a little closer attention. This appears to be valid research, blown out of context by PR. It happens, it sucks, but we shouldn't add to the problem by using the bad PR to obscure the threat.

  13. This isn't news at all. by davburns · · Score: 1
    Okay, I understand that fluff editors sometimes let old news in (especially if it sounds scary) but did Hemos read the article? It even says it's a well-known vulnerability which has been addressed by recent software.

    So, where's the story?

    1. Re:This isn't news at all. by Chmarr · · Score: 1

      The story is bringing attention to the fact that news services like ZDNet allow non-stories up onto their web page. I think it was right to put this on slashdot, although I'm surprised the slashdot editors didnt put some derisive remark about the announcement.

      This way, we all know that there's FUD out there. When our pointy-haired managers come up to us and say 'Did you see this article? How much should we spend on our firewall??', we instantly know if we want to dismiss the fud, or use the money for our new Quake server.

      Useful stuff :)

  14. Re:big-ass ad without version by Nickoty · · Score: 1

    ...and we all know where to find the 'big ass without add'-version, don't we?


    www.goatse.cx, of course!

    --


    -- Cure for Cancer instead of SETI! (only w32 yet - mail and beg)
  15. why did you give them the press they wanted?!? by Splork · · Score: 1

    This is just some company's PR trying to get themselves noticed. This is NOT A NEW DISCOVERY (as many others have already pointed out).

  16. In other news.. by the+COW+OF+DOOM+(tm) · · Score: 1

    L.Ron Bumquist of the ETLA Group today announced that he had found a major vulnerability in nearly all home security systems. If the security system is made from delicious Norwegian Jarlesburg cheese instead of wires and computer chips and stuff, a potential burglar could enter the house undetected.

    This is why any reasonable TCP stack uses good random number generators (like our friends /dev/random and /dev/urandom) for choosing and incrementing TCP sequence numbers.

    This story is nigh-on useless. Ignore it.

  17. Re:NITROGEN WARNING is similar to TCP/IP warning by DavidTC · · Score: 1

    Just because you can get it a catchy and unthreatening name like 'water' doesn't make it any less deadly. I mean, I can call 'dense combinations of DHMA vapor, CO, CO2, and unburned hydrocarbons trapped by atmostspheric inversion' 'sparkle' instead of 'smog', but that doesn't make it any more breathable, does it?

    -David T. C.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  18. This is out of proportion by Geoff+NoNick · · Score: 4
    The article says that this is a potentially huge problem, but the fact of the matter is that it's:
    a) very hard to do, and
    b) rather limited in practical damage-causing.

    This issue is more founded in a company trying to make a name for itself by announcing a "huge" security flaw but it also appeals to the public at large to imagine that there might be some terrible hole underpinning the electronic revolution (like as in Y2K or the fuss around some dot.coms going belly up). Besides, this isn't a hole so much as a feature that can be used in a negative way. I don't think the possibility of doing this went unobserved by the hundreds of people involved in developing TCP.

    Geoff

  19. Re:Randomness does not exist. by markmoss · · Score: 1

    Thanks guys, two good resources there for anyone who needs _really_ random numbers.

  20. Random Numbers by citizenc · · Score: 3
    2) How hard can it possibly be to generate a random number, even for a simple OS installed in a router?
    I actually had a rather lengthy argument with my computer sciences teacher about this -- it is impossible to generate a truely random number.

    It is kind of like trying to prove something can't be done.

    ------------
    CitizenC
    1. Re:Random Numbers by booser108 · · Score: 1

      The lava lamp is predictable on the sub-atomic level so your theory would be shot down. I wrote a random number generator in one of my Electrical Engineering classes using static from AM radio wave signal. This is still predictable if one really wants to get down to it but lacks predictability when dealing with higher level maths.

      --
      You stupid bastard, you don't have no arms left. It's just a flesh wound.
    2. Re:Random Numbers by mizhi · · Score: 1

      You need it to be attached to an atomic radiation source.

      --
      Humorless sig goes here.
    3. Re:Random Numbers by Ig0r · · Score: 1
      --
      Soma: because a gramme is better than a damn.
    4. Re:Random Numbers by Ig0r · · Score: 1

      You'll be entering the 'market' a little late:
      This guy is already doing that for free :)

      --

      --
      Soma: because a gramme is better than a damn.
    5. Re:Random Numbers by randombit · · Score: 1

      I actually had a rather lengthy argument with my computer sciences teacher about this -- it is impossible to generate a truely random number.

      That depends entirely on how you define a "random" number. If you want to be a big philosopher and claim that nothing is "random", be my guest (BTW, Quatum Mechanics guarantees that there is real, true randomness in the world - presuming it's possible to sample that).

      I (and most people working on crypto in academia [which I am not one of, but just pointing out there are plenty of informed people who think this]) adopt the more practial view that if there does not exist a polynomial time algorithm to decide if a given string is truly random or the output of the random number generator, it's "random". There are plenty of things that will do this just fine.

      It is kind of like trying to prove something can't be done.

      Huh? There are tons of things you can prove cannot be done. For example, I can prove that you cannot possibly find a integer n such that 2*n+1 is evenly divisible by two. Could you please explain what you meant by this?

      In fact, there are things such that you can provide proofs for both of the following:

      1) It is not possible to prove that X exists.

      2) It is not possible to prove that X does not exist.

      An example is an existence of a set S such that |N|&lt|S|&lt|R| (where N is the natural numbers and R is the real numbers).

    6. Re:Random Numbers by Andrewkov · · Score: 1
      "Generated" and "true random" are oxymorons. How can any generated number be random? If it was generated by an algorythm, and can be generated again.

      All computer based random number generators are psuedo-random, which is considered to be "good enough", especially when you can get a seed from some semi-random source, such as the computers clock

      But getting back to the story, these poorly implemented TCP stacks are not evenly remotely close to being random.

      ---

    7. Re:Random Numbers by Anonymous Coward · · Score: 2

      Quite possible. all you need is an external noise source.

    8. Re:Random Numbers by Bob+McCown · · Score: 1
      2) It is not possible to prove that X does not exist.

      Ah, kind of like what the Face On Mars Loonies do...

    9. Re:Random Numbers by niha · · Score: 1

      An untuned radio at the line-in of your sound-card? If the radio is tuned a hacker may guess which station you're currently listening.

    10. Re:Random Numbers by Furry+Ice · · Score: 1

      Yes, it really isn't possible to define mathematically whether an algorithm will generate "true" random numbers. However, if that algorithm uses sources of entropy which are believed to be "true," like quantum mechanics, then you can feel pretty good about it. But since the physics doesn't necessarily describe the universe correctly (you can't open the watch), you can't be sure. If quantum mechanics were deterministic, it sure would change a lot of things, though...

    11. Re:Random Numbers by Lord+Kestrel · · Score: 1

      That's why you collect noise from multiple sources, and combine them in some fashion to generate your random number. For instance:
      A. radio in on the sound card
      B. Use that number to determine a range of RAM to read.
      C. Use what is stored in the RAM segment to determine something else to sample (temperature, time +- RAM block, etc..)
      D. Perhaps combine the results into one number that you use as your random number.

      I'm sure there are better ways of doing this such as cosmic rays, measuring the earth's Van Allen belt, etc..


      ---GEEK CODE---
      Ver: 3.12
      GCS/S d- s++: a-- C++++ UBCL+++ P+ L++
      W+++ PS+ Y+ R+ b+++ h+(++) r++ y+

    12. Re:Random Numbers by Anoriymous+Coward · · Score: 3

      If you need a random number, go here:

      www.fourmilab.ch/hotbits/

      The guy has a geiger-muller tube pointed at a radioactive source. The time between detected events is random. Really random.
      --
      #include "stdio.h"

    13. Re:Random Numbers by Salsaman · · Score: 1
      Damn :-)

      Salsaman

    14. Re:Random Numbers by rw2 · · Score: 3
      I actually had a rather lengthy argument with my computer sciences teacher about this -- it is impossible to generate a truely random number.

      I don't know which side of the argument you were on, but whoever said it is "impossible" is really really wrong. It's actually quite trivial.

      More importantly, it's rarely useful to argue about the difference between a truly random and a pseudo-random number. This TCP story is one of the vast number where good pseudo-random numbers are plenty adequate.


      --

    15. Re:Random Numbers by Scrooge919 · · Score: 1

      That's not entirely true... It's impossible to generate a random number using a pure software implementation. You can do it with hardware though. Just have a sensor that monitors some random "thing" in the surrounding environment and incorporate that into your random number generator. Though not very practical, the decay of radioactive material is a totally random process which could be monitored to generate a truly random number. I think there is a site on the web somewhere that has a hardware random number generator, which you can query for a string of random bytes. I'm not sure what their sensor was monitoring -- maybe temperature?

    16. Re:Random Numbers by ethereal · · Score: 2

      It doesn't have to be truly random, it just has to be random enough to provide the required level of unpredictability. As long as the TCP numbers are random enough that this attack is no longer the easiest attack to make, or else that an attack on the randomness carries X level of difficulty (time, space, etc.), then your numbers are good enough in the real world. This is probably doable on a router, especially if you add custom HW to sample entropy from the environment.

      --

      Your right to not believe: Americans United for Separation of Church and

    17. Re:Random Numbers by pafein · · Score: 4
      2) How hard can it possibly be to generate a random number, even for a simple OS installed in a router?

      I actually had a rather lengthy argument with my computer sciences teacher about this -- it is impossible to generate a truely random number.

      Actually, IIRC, SGI did this using digitized photos of lava lamps as seeds.

      It is kind of like trying to prove something can't be done.

      Come now. Mathematicians do it all the time.

      --
      --Pete
    18. Re:Random Numbers by Fatal0E · · Score: 5

      I remember reading a long time ago about a couple of programmers who needed a strong encryption routine so they improvised one.

      They pointed a web cam at a lava lamp(!). The pictures are the hash source for the random number generator. Their theory was something like, "What could be more random then a Lava Lamp?!" Here's a link to something similar but I won't say it's -the- one I'm talking about since I honestly cant remember where I saw it originally.
      "Me Ted"

    19. Re:Random Numbers by SquadBoy · · Score: 1

      You are right. I'm assuming the poster meant with a pure software solution in which case he is right. BTW this is a really fun site. http://lavarand.sgi.com/

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    20. Re:Random Numbers by Mihg · · Score: 5
      Quoting /usr/src/linux/drivers/char/random.c:

      Theory of operation

      Computers are very predictable devices. Hence it is extremely hard to produce truly random numbers on a computer --- as opposed to pseudo-random numbers, which can easily generated by using a algorithm. Unfortunately, it is very easy for attackers to guess the sequence of pseudo-random number generators, and for some applications this is not acceptable. So instead, we must try to gather "environmental noise" from the computer's environment, which must be hard for outside attackers to observe, and use that to enerate random numbers. In a Unix environment, this is best done from inside the kernel.

      Sources of randomness from the environment include inter-keyboard timings, inter-interrupt timings from some interrupts, and other events which are both (a) non-deterministic and (b) hard for an outside observer to measure. Randomness from these sources are added to an "entropy pool", which is mixed using a CRC-like function. This is not cryptographically strong, but it is adequate assuming the randomness is not chosen maliciously, and it is fast enough that the overhead of doing it on every interrupt is very reasonable. As random bytes are mixed into the entropy pool, the routines keep an estimate of how many bits of randomness have been stored into the random number generator's internal state.

      When random bytes are desired, they are obtained by taking the SHA hash of the contents of the "entropy pool". The SHA hash avoids exposing the internal state of the entropy pool. It is believed to be computationally infeasible to derive any useful information about the input of SHA from its output. Even if it is possible to analyze SHA in some clever way, as long as the amount of data returned from the generator is less than the inherent entropy in the pool, the output data is totally unpredictable. For this reason, the routine decreases its internal estimate of how many bits of "true randomness" are contained in the entropy pool as it outputs random numbers.

      If this estimate goes to zero, the routine can still generate random numbers; however, an attacker may (at least in theory) be able to infer the future output of the generator from prior outputs. This requires successful cryptanalysis of SHA, which is not believed to be feasible, but there is a remote possibility. Nonetheless, these numbers should be useful for the vast majority of purposes.

      So, yes, I have RTFM (RTFS?) in this case (and before this article was ever posted, which should give me bonus points).

      The time between the interrupts caused by my keypresses and mouse movements is random. PGP for DOS used this fact directly, however modern operating systems provide their own sources of random bits based on the same principle.

      Note that devices that measure radioactive decay can be easily hooked up to the Linux random number generator. :-)


      ---
      The Hotmail addres is my decoy account. I read it approximately once per year.
    21. Re:Random Numbers by sg_oneill · · Score: 2

      True, but radio noise tends not to be truly "white" (ie containing pretty much all sine waves in minute amounts), but statistically pretty damn skewed. Add to this the quantisation that occurs due to the sampling process, and you have only a random-ISH quantised and statistically trackable 'field' of numbers. I'd say though that actually guessing the bugger'd still be pretty damn impossible, short of knowing something 'secret' about the sampling process.
      It's an academic point.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    22. Re:Random Numbers by DrSkwid · · Score: 1

      in which case the number is not generated, it's measured
      .oO0Oo.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    23. Re:Random Numbers by blair1q · · Score: 3

      Your CS professor was wrong:

      radioactive decay random-number generator
      atmospheric noise random-number generator

      --Blair
      "Nineteen billion bits can't be wrong!"

    24. Re:Random Numbers by DrSkwid · · Score: 1

      An O2camTM digital camera is set up in front of six Lava Lite lamps. The digital camera takes a picture of the Lava Lite lamps every once in a while:

      Last update: 2000 September 15 00:44:03 UTC

      not that random then
      .oO0Oo.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    25. Re:Random Numbers by Anonymous Coward · · Score: 1
      The actual difficulty is in proving that a number you've generated is in fact, random. It's easy to make numbers that *appear* random.

      For example, is 7438275 random? Are the digits of Pi? Usually you rely on statistical tests to give you a warm fuzzy feeling, but claiming "true" randomness is not possible. Can you define what it means for a number to be "randomly" generated?

    26. Re:Random Numbers by Darby · · Score: 1

      it is impossible to generate a truely random number.

      Prove it ;-)

      It is kind of like trying to prove something can't be done.

      It is entirely possible to prove that something can't be done at least in mathematics.
      For example: It is impossible to trisect an arbitrary angle using just a straight edge and compass.
      This was conjectured by the ancient Greeks and not proven until fairly recently with the development of modern algebra, specifically Galois theory. (The proof is beyond the scope of this post).
      I tried to find a link, but no luck.
      ---CONFLICT!!---

    27. Re:Random Numbers by HiredMan · · Score: 1
      I actually had a rather lengthy argument with my computer sciences teacher about this -- it is impossible to generate a truely random number.

      Generating random numbers is too important to be left to chance.

      =tkk

    28. Re:Random Numbers by Salsaman · · Score: 2
      I've always wanted to set up a site called 'internetrandomnumber.com'. Basically the idea would be you connect to either 'long.internetrandomnumber.com' or 'int.internetrandomnumber.com' and all the site does is returns a 'random' number in the requested format.

      With a sufficient number of hosts connecting the numbers you get back should be about as random as you can get.

      Hey, I could even charge a micropayment each time somebody connects.

      Anybody interested in a new '.com' venture ?

    29. Re:Random Numbers by Mihg · · Score: 2

      I think you may have missed the point of your CS teacher's argument.

      Yes, it is impossible to generate a truly random number using a simple mathematical formula. That's why these are all referred to as "pseudo-random number generators." The numbers they produce look random, but if you continue to generate numbers using the same function, it will eventually repeat itself.

      However, it is possible to design random number generators that can actually generate random numbers. /dev/random on Linux is an example of this. It samples the times of the user's keypress and mouse movements (actually the time specific interrupts occured, but its basicly the same thing) along with other random sources to produce real random numbers. There is also specialized hardware that will listen to atmospheric noise and background radiation to producte random numbers as well.

      Now, back to the point of this topic: TCP sequence number prediction. As someone else has already pointed out, this vulnerablity has been known about (and fixed) since 1996. The above mentioned /dev/random device has been used internally by the TCP/IP stack in Linux to generate cryptographically secure random initial sequence numbers for some time now.


      ---
      The Hotmail addres is my decoy account. I read it approximately once per year.
    30. Re:Random Numbers by Anonymous Coward · · Score: 1


      Point a webcam at a lava lamp.

      Take a hash of the image.

      There you go.

      The (non-)argument about computational generation of randomness is kind of silly, because it's totally unessecary to do so. Computers can get ahold of truly random numbers if we need them to. Next.

      (you can now start to argue that the universe is completley predictable based on past events, etc, but you might as well just head over to the arts department 'cause you're in Philosophy now...)

    31. Re:Random Numbers by zentex · · Score: 1

      Anything that generates "random" numbers based on anything short of the atomic decay of isotopes, (as post #111 pointed out) is only psudo-random. Try R'nTFM on your 'random' devices for UNIX (and look-alikes!) sometime...

      Now, give me a few pounds of decaying isotopes, a machine to 'watch' it decay, a nifty interface to my pc...and I'll show you a random seed :-)

      NO SPORK

      --
      Appended to the end of comments you post. 120 chars.
    32. Re:Random Numbers by Jeff+Ballard · · Score: 1
      it is impossible to generate a truely random number

      In software alone. Take one bad diode and read it to your heart's content. (Probably to stir some other entropy system to avoid bias to 0 or 1 in the diode).

      -Jeff

      --
      Good Fast Cheap. Pick any two.
  21. Re:automation K1DD33z by hardburn · · Score: 1

    Umm, when was the last time you saw a scr1pt k1dd13 tool posted to 2600. DeCSS, arguably (and I would argue not, but whatever). 2600 is more of a political/news site, not a script kiddie outpost.


    ------

    --
    Not a typewriter
  22. Re:Randomness does not exist. by booser108 · · Score: 1

    Things are not random at the quantum level. We have been able to prove that. The problem with the quantum level is that they fall below our significant digits and thus, we have a tendency to round it off and treat it as random. If you go down infinitely far, it is 100% predictable. The problem is, who really wants to go down that far to predict the exact number a person is going to pick from 1-10.

    --
    You stupid bastard, you don't have no arms left. It's just a flesh wound.
  23. Re:Randomness does not exist. by EllisDees · · Score: 1

    Actually, thigs are *fundamentally* random at the quantum level. The exact position of any given particle is not exact - it is a probability wave.

    --
    -- Give me ambiguity or give me something else!
  24. Re:NITROGEN WARNING is similar to TCP/IP warning by tswinzig · · Score: 2

    Some people may think its a joke, but the levels of DHMO in humans has been staggering the last few years. I hear it becomes most serious on the weekends. Please be careful of the consumption of beverages that may contain significant quantities.

    Christ why are people modding this as funny! It should be +5 Insightful! Spread the word!

    --

    "And like that ... he's gone."
  25. Re:Automatic hijacking tools... by Anonymous Coward · · Score: 1

    Sloppy thinking. All traffic is data, though some is transmitted in larger bursts than other. A TCP connection carrying Telnet data (not a "terminal session") is the textbook example of traffic that should be buffered using Nagle's algorithm to avoid sending one packet per octet. The user's keystrokes will determine how far the outgoing sequence number is eventually incremented (unless the client does Telnet negotiation or sends urgent data), but guessing how many octets the server will respond with is another problem (as is preventing the client from resetting the connection once you've injected more than one window of data).

  26. Re:guessing a tcp sequence isnt *THAT* hard... by mini+me · · Score: 1

    Although it is fun to pick on Microsoft and Windows, these are not the results I recieved when nmapping win2k boxes.

    Windows 2000 Workstation:
    TCP Sequence Prediction: Class=random positive increments Difficulty=232626 (Good luck!)

    Windows 2000 Server:
    TCP Sequence Prediction: Class=random positive increments Difficulty=22436 (Worthy challenge)

    Didn't have a Windows 9x box handy to try it out on but maybe this is what you have done.

    I assume this must change after every nmap, but why would the workstation be seemingly more secure than the server machine? I guess that's just Microsoft's way of doing things... The other curious thing I stumbled upon is the fact that the Windows 2000 Workstation was not recognized by this scan, it returned that no OS matched the host. Maybe this explains why it is so high, maybe it isn't Win2K after all, mind you I seem to be using the machine at the moment. Hmmmm......

  27. Your street has a security hole! by markmoss · · Score: 2

    Just about anyone can drive down it, right to your door!

    So lock the door, dummy.

    I'm no expert on TCP, but I think that anyone who cares about security at all already knows that it's not secure, it was not designed to be secure, and it never will be secure by itself. If you need security, you pile it on top of TCP/IP, by encrypting packets, etc.

  28. "Old as the Hills" by dschuetz · · Score: 2
    From the article: "This is extremely difficult to do. It's a theoretical attack," said security expert Steve Gibson, of Gibson Research Corp. in Laguna Hills, Calif. "It's weird that they're talking about something like this. It's as old as the hills."

    So, is this really a big deal?

    (btw - fp.)

    1. Re:"Old as the Hills" by SEWilco · · Score: 5

      I've discovered that when a backhoe cuts the wire connecting me to my ISP, the network suddenly fails. Nothing I do to the network interface seems to fix the problem. I've found documentation that this problem is as old as the hills, yet nothing has been done about it. I thought I'd better announce this in case another backhoe is built.

    2. Re:"Old as the Hills" by decaying · · Score: 1

      Which brainless mod said that was Funny? For fuck sake, it's not funny, it's true.
      I am so sick of the web = internet morons?

      --
      ----- One piece short of Legoland
    3. Re:"Old as the Hills" by Alatar · · Score: 2
      The web...in 1992...sigh.

      The www does NOT mean the internet, the two terms are NOT interchangeable, despite what "Wired" magazine insists.

    4. Re:"Old as the Hills" by jerdenn · · Score: 1
      ...anyone who's suffered through Takedown ...

      Isn't that the truth - Takedown was excruciatingly painful to read - even for a geek.


      -jerdenn

    5. Re:"Old as the Hills" by wunderhorn1 · · Score: 5
      but remember the quote from l0pht's old website (which isn't up anymore, so I'm doing this from memory):

      Microsoft: That vulnerability is completely theoretical
      l0pht: Making the theoretical practical since 19XX

      --
      Karma: Bored. (Thinking about resurrecting the "Anyone else is an imposter" joke.)
    6. Re:"Old as the Hills" by Tassach · · Score: 2
      A well-known security expert claiming that a vulnerability is theoretical carries a lot more credibility than a Mickeysoft PR drone doing spin-control on one of their brain-damaged products. Consider the source and their motives: Gibson has nothing to gain or lose if a specific vulnerability is practical to exploit or not. Mickeysoft, on the other hand, has a great deal to lose if one of their products has a hole, and has a lot to gain if a competing product has a hole that their's does not. [As if M$ has any credibility in the security arena to begin with]

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    7. Re:"Old as the Hills" by Anonymous Coward · · Score: 1

      Yeah, VERY theoretical. That's why Mitnick was able to toast Shimomura using it--because it was so "theoretical" that anyone who's suffered through Takedown knows about it in excruciating detail--in addition to the parts of the books about Shimomura's love life and ski trips.

  29. This is news, how? by talks_to_birds · · Score: 1
    "...And because the flaw has been known for so long, it's unlikely that there are many TCP implementations that are still vulnerable to such attacks.

    "This is extremely difficult to do. It's a theoretical attack," said security expert Steve Gibson, of Gibson Research Corp. in Laguna Hills, Calif. "It's weird that they're talking about something like this. It's as old as the hills."

    And that's from the article, itself...

    At least Guardent (or what ever it is..) suckered ZDNet into giving them some space in the news hole...

    t_t_b
    --
    I think not; therefore I ain't®

    --
    I'm on PJ's "enemies" list! Are you?
    1. Re:This is news, how? by JSmooth · · Score: 1

      Not only is the entire article irrelevant but no one uses IP for security anyway! We have SSL, SSH, PGP, etc. Wonder what they are used for... Go ahead, hijeck my SSL session, I dare ya. ;) Plus as one go mentioned "man in the middle" is next to impossible thanks to Cisco's BGP & OSPF protocols.

  30. Re:RFC1948 by Anonymous Coward · · Score: 4

    Not only that, but around 1997 or so there were tools floating around that used this trick specifically against IRC servers. IRC servers simply started sending random numbers in their "PING" messages, and dropping people who didn't have the same number in their "PONG." Since when you were spoofing, you couldn't see the return packets, you couldn't respond correctly.

    Finally, the problem was fixed for real at the OS level in almost every OS in late 1998 or so. Unpredictably random ISNs and increments are quite common. The popular tool "nmap" can even scan a machine and tell you how unpredicatable its sequence numbers are. Non-microsoft OSes (and win2000) generate sequence numbers quite securely.

    This is very old, non-news. The best quote in the whole article is the security expert who points out that this has been known pretty much forever, was fixed 5 years ago, and the fix was widely deployed over 3 years ago.

  31. Re:NITROGEN WARNING is similar to TCP/IP warning by dattaway · · Score: 4

    Some people may think its a joke, but the levels of DHMO in humans has been staggering the last few years. I hear it becomes most serious on the weekends. Please be careful of the consumption of beverages that may contain significant quantities.

  32. NITROGEN WARNING is similar to TCP/IP warning by Bruce+Perens · · Score: 5
    The warning we are now reading about TCP is very similar to this NITROGEN WARNING:
    Warning! Scientists have determined that, if you live in the U.S., over 70% of the air you breathe is now NITROGEN. Nitrogen is a colorless, odorless gas that can actually DROWN YOU by excluding oxygen from your environment.

    Of course, the air has contained that much Nitrogen for the entire existence of the human species. And this TCP security problem has existed nearly as long, and has had about as little effect on your life. People fix this by improving their random number generators. Big deal.

    Bruce

    1. Re:NITROGEN WARNING is similar to TCP/IP warning by MAXOMENOS · · Score: 2
      Its a sad fact that people confuse whistleblowers as members of heretic movements. A real problem exists with the popular media who marches with the party line of accepted politics and debate while straying from the natural sciences. Our world is going to become a sad state of affairs and in dire need of help when the burden of task becomes too great for us as a society. I'm here to say its time to write letters and get the word out.

      Or it could have something to do with the fact that DHMO is otherwise known as water.

      ObJectBridge (GPL'd Java ODMG) needs volunteers.

    2. Re:NITROGEN WARNING is similar to TCP/IP warning by EyesOfNostradamus · · Score: 1

      Aren't you confusing DHMO with C2H60 here?

    3. Re:NITROGEN WARNING is similar to TCP/IP warning by DavidTC · · Score: 1

      I don't understand why people think DHMO is a joke, it kills thousands of people a year by filling up their lungs and not allowing them to breathe, just like trying to breathe in a room filled with CO. I mean, it's well documented, not some sort of secret thing. You can argue about all the other stuff (the fact it's found in most poisons, the fact it can form heavy, low, dense cloud layers that often cause car and plane accidents, the fact DHMO can stick to an airplane's wings and make it unable to take off at all, etc), but they often have to pump DHMO out of people's lungs after they suffocate in it! This is very well documented, and yet the government ignores it.

      -David T. C.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    4. Re:NITROGEN WARNING is similar to TCP/IP warning by Rares+Marian · · Score: 1

      I've got the following key exchange scheme. I think it's foolproof:

      You can find it at moonbase.res.wpi.net/doublethink.txt

      --
      The message on the other side of this sig is false.
    5. Re:NITROGEN WARNING is similar to TCP/IP warning by wtanaka · · Score: 1

      How are you gentlemen!!

      > over 70% of the air you breathe is now NITROGEN.

      What you say!

      Yes, 78% is more than 70%.

      I believe that you may have been looking for the word "asphyxiate" instead of the word "DROWN."

      all your fast rusting are belong to us.

    6. Re:NITROGEN WARNING is similar to TCP/IP warning by Elvis+Maximus · · Score: 2
      Have Bruce Perens Speak at Your Conference! HP Sponsors All expenses!

      Ah, but how would we know it's the real Bruce Perens speaking to us?

      -

      --

      -
      Give me liberty or give me something of equal or lesser value from your glossy 32-page catalog.

    7. Re:NITROGEN WARNING is similar to TCP/IP warning by fluffhead · · Score: 3

      Even more hilarious is the DHMO.org website. A thinly veiled crack at the MSDS (Material Safety Data Sheet) phenomenon... even though I'm an ex-environmental lawyer I found it funny.

      #include "disclaim.h"
      "All the best people in life seem to like LINUX." - Steve Wozniak

      --

      #include "disclaim.h"
      "All the best people in life seem to like LINUX." - Steve Wozniak
  33. Re:Looks like a pretty standard case to me. by Anonymous Coward · · Score: 1
    ...you're a complete bunch of retarded chimpanzees

    Really, Bonker, is it necessary to insult our fellow primates, the Chimpanzees, by comparing them (even favorably) to a group of attention-hounding, press-seducing, history-ignorant, technogonadless marketers?

  34. Re:Which other protocols *also* have holes? by hardburn · · Score: 1

    2.1.53 would have been an unstable kernel anyway. SMB is bloated all on it's own, made worse by Microsoft. How could it not have huge, unknown bugs?


    ------

    --
    Not a typewriter
  35. There is a new issue. by Anonymous Coward · · Score: 1

    These people are obviously lame and trying to get fame reposting twenty year old stuff. There is, however, another issue that hasn't been addressed. There are only 2^16 possible sequence numbers. When we all used 64K links, you could only guess a few of them, but as everyone moves to fatter pipes, you get more guesses. On an OC-48 is becomes almost deterministic to guess the sequence number.

    1. Re:There is a new issue. by hburch · · Score: 1

      There are 2^32 sequence numbers, not 2^16. The more likely problem is that this means that you can only have 4GB in flight (on the network) at once. So, in X years, this may become the rate-limiter in transfers, especially long-range ones (moon and planets other than Earth, for example).

  36. In other news by ch-chuck · · Score: 2

    Urizon Technology released a security advisory today outlining the potential pitfalls for security telephony. "Why, just any joe with a Radio Shack speaker-amp and a pair of clip leads can walk up to a patch panel and evesdrop on phone calls!" reported Clive Doppler of the "Urizon Group Grappling with Security" (UGGS) department. Urizon stock closed at 47.46, down 0.28.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  37. Re:Which other protocols *also* have holes? by johnnyb · · Score: 4

    You might find some good info from the creators of Samba. From what I've heard, they actually did find a huge number of security holes in the protocol. If there's docs for any of them, they'll be at http://us1.samba.org/samba/docs/

  38. I see *you've* never taken measure theory by hawk · · Score: 2



    > I mean - technically nothing can ever be absolute (we can't be sure
    > 1+1==2; we've just observed it throughout all of recorded history)

    Oh yes, that's been proved. Take a graduate measure theory course, or maybe even an upper division undergraduate theory course. You start with the notion of a "something"--a scratch, a stick, a whatever, and build from there.

    On the other hand, proving that an observed phenomenon actually corresponds to the derived "1" or "2" is another matter, but you can certainly prove 1+1=2 from the ground up . . .

    hawk

    1. Re:I see *you've* never taken measure theory by HiThere · · Score: 2

      Actually, it's only true by definition. I.e., if 1 + 1 doesn't equal 2, then we say that the operations are inappropriate. E.g.:

      1 cup water + 1 cup alcohol 2 cups 50% alcohol in water. (Perhaps it's 1 3/4 cup of fluid, something like that.)

      1 cloud + 1 cloud = 1 cloud

      300 degrees + 61 degrees = 1 degree (angular)

      And there's also something about a maximum temepature where the scale falls apart because the particles are at relativistic speeds.

      I'm sure that there are other cases, but those are the only ones that occur off hand. In each case we wiggle the definition so that normal addition rules don't have to apply.

      OTOH, 1 apple + 1 orange = 2 pieces of fruit. So you can add apples and oranges.

      Caution: Now approaching the (technological) singularity.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:I see *you've* never taken measure theory by rifter · · Score: 1

      Actually, 1 cup alcohol and 1 cup water = 1 cup 50% alcohol and water. It is a beginner's chemistry experiment. Try it!

  39. Re:Is this really a problem? by Kynde · · Score: 1

    2.) How hard can it possibly be to generate a random number, even for a simple OS installed in a router?
    ...don't usually do the work needed to create an unguessable (secure) random number...


    You're talking about pseudorandom numbers there. Random numbers simply cannot be "generated". Although there are several secure pseudorandom number generators, but one shouldn't mix them with real randomness. (Take the unix C random() for example, it's initialized with 32 bits and thus it's entropy can never exceed that. Same goes for famous stream cipher RC4 (the internal state is 256bytes but still) and all others aswell.

    To create truly random numbers one needs an entropy source. Computerwise there are few handy ways to get real entropy into the pseudorandom number generators, here are few examples :

    1) They sell hw cards that have cold radioactive sources and detectors in them. Radioactive decay after all is as random as it gets.
    2) Unplugged line-in jack has static which has several random bits in it. When undisturbed, it can be concidered random.
    3) The already mentioned web cam pointed to a lava lamp.
    4) On UNIX systems the process table can be concidered to have some randomness in it, but one shouldnt screw up with that one either. It has atmost 10-20 bits of randomness when also measured relatively seldom.
    5) User key typing or mouse motion

    --
    1 Earth is warming, 2 It's us, 3 it's royally bad, 4 we need to take action NOW
  40. Re:This is NOT new nor is it news... by Old+Wolf · · Score: 1

    It is nice to have somebody actually explain what is going on, and describe how an attack would work tho. For years, nmap has spat out this 'sequence prediction', 'difficulty', and an accompanying description,and nobody had any idea what it was, and the nmap docs never mentioned it either, but it took up most of nmap's output so it looked pretty important.

    Now we know that it is merely these 'packet IDs'. I'm sure many people have pointed out that guessing these is not really much of an attack, as spoofing packets is nothing new, and people use encryption for anything important -- and encrypted data is not vulnerable to this attack.

  41. Re:Uh... Isnt this an old hole? by Cassivs · · Score: 1
    From the post I responded to:

    Again, IIRC, OpenBSD's stack uses some of the best random numbers (as shown by nmap when it tries to predict the OS of the target.)

    Other than that, thanks :) I was curious as to why OpenBSD was rated so much lower. (although it's all relative)

    Background research for slashdot? What a strange idea. :)

    --
    -skip
  42. Re:Is this really a problem? by Ig0r · · Score: 1

    They need to generate cryptographically secure random numbers, which are a bit more complicated and in-depth than the (most likely) time/state-dependant PRNG used in the AppleIIe.
    It's still easy if you do the research, but to assume that they're the same thing is wrong.

    --

    --
    Soma: because a gramme is better than a damn.
  43. Re:NetBEUI and WINS by Nick+Driver · · Score: 1

    WINS (Windows Internet Name Service) by itself *is* TCP/IP-based and requires the client to know the IP address of the server, in order to be of any use. Other netbios naming services that run on other protocols are not "WINS". Yes this is a nitpick.

  44. Re:Randomness does not exist. by teknopurge · · Score: 1

    >>At the quantum level, things are fundamentally random


    are you kidding me? at the quantum level, things are very NOT random. read some quantum mechanics, or better yet, some quantum theory pertaining to computing. the idea is that with supperposition and entanglement we can predict, with reasonable certianity, the outcome of a quantum coin toss. quantum computing would not exist if we couldn't.

  45. Re:guessing a tcp sequence isnt *THAT* hard... by qwerty823 · · Score: 2

    Interesting ports on boris.ST.HMC.Edu (134.173.xxx.xxx):

    You know... if you're gonna mask out the ip, better mask out the host name as well cause DNS doesnt lie! (Well, usually it doesn't)

  46. Re:cat /dev/clue /slashdot/editor by influx · · Score: 1
    I think you meant

    cat /dev/clue | /slashdot/editor

    or just leave the cat alone

    /slashdot/editor &lt /dev/clue

  47. Re:Looks like a pretty standard case to me. by Cramer · · Score: 1

    Allow me to meta-edit *grin*

    s/chimpanzee/gibon/

  48. Oh no, not this religious war! by Wavicle · · Score: 1
    We put "randomness" in all things quantum because the set of equations we have come up with to describe events on that scale work out with the mathematics of statistics. Whether these things are truly random or simply so complex that we do not have a good model for them is anybody's guess.

    Even Einstein didn't much like the statistical models that Planck and others were coming up with... But the quantum universe wasn't exactly his field.

    Besides, having true randomness in the universe gives us a warm fuzzy feeling... there really is free will! Our fates are not predestined.

    --
    Education is a better safeguard of liberty than a standing army.
    Edward Everett (1794 - 1865)
  49. Re:Uh... Isnt this an old hole? by Cassivs · · Score: 2
    Hmm, let's test a few of my machines...
    #nmap -O hostname

    OpenBSD 2.8:
    TCP Sequence Prediction: Class=random positive increments
    Difficulty=28836 (Worthy challenge)
    Remote operating system guess: OpenBSD 2.6

    Digital (Tru64) UNIX 4.0F:
    TCP Sequence Prediction: Class=random positive increments
    Difficulty=355 (Medium)
    Remote OS guesses: Digital UNIX OSF1 V 4.0,4.0B,4.0D,4.0E, Digital UNIX OSF1 V 4.0-4.0F

    Linux 2.2.18:
    TCP Sequence Prediction: Class=random positive increments
    Difficulty=3738947 (Good luck!)
    Remote OS guesses: Linux 2.1.122 - 2.2.14, Linux kernel 2.2.13

    I don't have much else to test, but it seems to me that the Linux TCP/IP stack uses significantly better random numbers than OpenBSD, as shown by nmap. I'd wager some others do too.

    --
    -skip
  50. Re:Whatever by po_boy · · Score: 1

    ...or if you have a *really* big "dictionary".

    All your event are belong to us.

  51. Uh... Isnt this an old hole? by Mr.+Flibble · · Score: 1

    From the article: However, any attacker looking to exploit this vulnerability would likely have a hard time, security experts say. Not only is it inordinately difficult to identify machines that are vulnerable, but the attacks themselves are quite hard to execute.

    And because the flaw has been known for so long, it's unlikely that there are many TCP implementations that are still vulnerable to such attacks.


    Isn't this just standard TCP/IP number sequencing for the packets? IIRC there was a problem with Free BSD sometime back in that the TCP/IP stack had a bug where the sequence numbers were not truly random and could be spoofed quite easially. Again, IIRC, OpenBSD's stack uses some of the best random numbers (as shown by nmap when it tries to predict the OS of the target.) and predicting and spoofing those packets is nigh impossible.

    Is this just the same old hole or am I missing something here?

    --
    Try to hack my 31337 firewall!
  52. Imminent Death of Internet Predicted! by while · · Score: 1
    WARNING: Imminent Death of Internet Predicted!

    Kiddi3z will always be a nuisance, but my personal feeling is that the parties responsible for the death of the Internet will be a handful companies trying to milk or control it...

    (end comment) */ }

    --

    (end comment) */ }
    [an error occurred while processing this directive]

  53. guessing a tcp sequence isnt *THAT* hard... by b0r1s · · Score: 3

    take nmap, for example.

    A simple run on a freebsd 4.2 box yields:

    [1:37pm] root # nmap -O boris
    Starting nmap V. 2.53 by fyodor@insecure.org ( www.insecure.org/nmap/ )
    Interesting ports on boris.ST.HMC.Edu (134.173.xxx.xxx):
    (The 1513 ports scanned but not shown below are in state: closed)
    Port State Service
    21/tcp open ftp
    22/tcp open ssh
    23/tcp open telnet
    25/tcp open smtp
    80/tcp open http
    110/tcp open pop-3
    111/tcp open sunrpc
    143/tcp open imap2
    587/tcp open submission
    3306/tcp open mysql
    TCP Sequence Prediction: Class=random positive increments
    Difficulty=17911 (Worthy challenge)


    note: random positive increments

    Now, the same scan on a win2k box yields:

    [1:40pm] root # nmap -O skittles
    Starting nmap V. 2.53 by fyodor@insecure.org ( www.insecure.org/nmap/ )
    Interesting ports on skittles.ST.HMC.Edu
    (134.173.xxx.xxx):
    (The 1518 ports scanned but not shown below are in state: closed)
    Port State Service
    21/tcp open ftp
    80/tcp open http
    81/tcp open hosts2-ns
    139/tcp open netbios-ssn
    3306/tcp open mysql

    TCP Sequence Prediction: Class=trivial time dependency Difficulty=2 (Trivial joke)

    Remote operating system guess: Windows NT4 / Win95 / Win98

    Thus, guessing tcp sequences isnt entirely difficult for windows 9x boxen, its just that its generally easier to exploit other problems than play with tcp stacks.

    --
    Mooniacs for iOS and Android
    1. Re:guessing a tcp sequence isnt *THAT* hard... by jooniqzb1tch · · Score: 1

      I guess there are several reasons why the difficulty value varies, one of them obviously beeing how much data the box sends back to the scanner (like, a box with no services running and well firewalled wouldnt obviously give you as much info as the one in you example). fyodor has a great doc on this here : http://www.insecure.org/nmap/nmap-fingerprinting-a rticle.html

    2. Re:guessing a tcp sequence isnt *THAT* hard... by wbmccrea · · Score: 1

      Did you really run nmap against a win2k box, or just a win9x/NT(no service pack) box? When I scan a win98 box I get the same results that you attribute to a win2k box.

      When I scan a win2k box I get:

      [root@yoink root]# nmap -O c6

      Starting nmap V. 2.3BETA14 by fyodor@insecure.org ( www.insecure.org/nmap/ )

      TCP Sequence Prediction: Class=random positive increments

      Difficulty=8134 (Worthy challenge)

      Remote operating system guess: Windows 2000 RC1-RC3

      and a linux box (kernel 2.2.18): (nmap -O localhost)

      TCP Sequence Prediction: Class=random positive increments

      Difficulty=4570289 (Good luck!)

      Remote operating system guess: Linux 2.1.122 - 2.2.13

  54. Re:Looks like a bunch of monkeys to me too! by thrillbert · · Score: 1

    The saying does go:

    It is best to keep your mouth shut and appear ignorant, than to open it and remove all doubt.

    Someone should have made them aware of this fact.

  55. Re:Randomness does not exist. by HiThere · · Score: 2

    Hardware random number generation is pretty easy. Just amplify the thermal noise and use that as a driver signal. It appears to be totally random, and sufficiently dense to create a lot of new keys. You could also monitor the background radiation. If you just need a short key and don't want to hardware hack (I sure don't), monitor the time between keypress events, or disk accesses (whatever's easy, fast, variable, and unrelated to the problem).

    Usually it's quite sufficient to feed your pseudo-random generator a new seed every few minutes. Actually, even that is usually overkill, but now we're getting to the practical rather than truly random.


    Caution: Now approaching the (technological) singularity.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  56. No, it isn't. by schabi · · Score: 1

    Just read the quote, it states: "these numbers are guessable on many platforms" - which means that there are "many" platforms which have insecure random generators, and so it is guessable on those. The other which have secure random generators haven't guessable ISNs, and so are secure.

    --
    plim-plam-plompudding
  57. Noise sources by IdeaMan · · Score: 1

    Diodes if biased properly are noisy. Transisters are noisy. You would think with millions of pn junctions laying around in the typical computer chip some of them would be noisy!

    --
    They ARE out to get you simply because They are in it for themselves and they don't care about you.
    1. Re:Noise sources by Mihg · · Score: 1

      The Intel i810 chipset provides a random number generator based on this principle. There was a discussion on the linux-kernel mailing list about whether or not the data it produced could be considered truly random. IIRC, it was decided to add data from the chipset to the entropy pool, but not to increment the estimate of entropy in the pool. (Which wouldn't hurt and might even help the randomness of the entropy pool.)


      ---
      The Hotmail addres is my decoy account. I read it approximately once per year.
  58. Re:Randomness does not exist. by booser108 · · Score: 1

    Heisenberg was an idiot.

    --
    You stupid bastard, you don't have no arms left. It's just a flesh wound.
  59. Re:Randomness does not exist. by booser108 · · Score: 1

    Your telling me that you're going to use non-random inputs in some non-random formula to make a random number. This number would not be random, it could be predicted if one would follow every single possible path that led to the exact events and timing that led into the production of that number. This is extremely hard to predict but in no sense random.

    --
    You stupid bastard, you don't have no arms left. It's just a flesh wound.
  60. Re:Is this really a problem? by strags · · Score: 1

    Two questions - 1) if this "problem" has been around since the mid-80's why has it never been exploited? Actually, according to Shimomura's rather self-obsessed book "Takedown", this is one of the attacks that Mitnick used to exploit the trust relationship between two of Shimomura's machines. Anyway, this really is old news... these days, a good OS generates randomness based on extremely unpredictable external values, such as the number of microseconds the hard drive took to read the last sector, for example - thus rendering a hacker pretty much helpless to predict the next ISN. The main use for ISN prediction as a hacking tool is to spoof TCP packets such that they appear to be coming from a trusted source IP address. Although this problem has been adressed in all worthwhile TCP stacks, it is still bad practice to rely solely on source IP as an authentication method. Strags

  61. Re:Looks like a pretty standard case to me. by Cramer · · Score: 4

    They also failed to point out why this has never been a significant problem - ever. In order to assume any established connection, you'd have to be one the same cable or somewhere in the path (read: "man in the middle") You cannot steel any random connection on the net. In fact, it's become rather difficult to nuke 3rd party connections -- send an ICMP unreachable message to close down a connection between two distant machines (presumablly when you aren't in the path.) This was the tool of IRC channel/nick theives in the 80's :-)

    And yes, you can assume the connection in any case if you are on the cable or in a direct path where you naturally see the traffic in both directions. I had fun one evening (yes, it's that easy) modifying my linux box (486dx50 running 0.99pl15 at the time) to "flash establish" a socket and assume the telnet session from my mac.

  62. Re:Is this really a problem? by CyberDawg · · Score: 1

    Pinball Wizard asked, "if this "problem" has been around since the mid-80's why has it never been exploited?"

    It has been. To cite the best-known example, this vulnerability is what Kevin Mitnick used to break into Tsutomu Shimomura's computers, which triggered Shimomura's vendetta, and eventually led to Mitnick getting caught and spending several years in jail.

  63. Still out there by sonofepson · · Score: 1
    It's old, but still a problem. According to nessus the Linksys BEFSR11 Cable/DSL router I used to use has a problem with easily guessable ISNs and that unit is only six months old.

    I guess it's one of those deals where corners are cut because the manufacturer figures the exploit is too hard to ever become widespread.

    Bad juju for the end user when someone proves them wrong.

    --
    If Godzilla did not exist, man would have had to create him.
  64. simlar security hole in *every* os by peterjm · · Score: 3

    gotta say, this hole really reminds of a message that was recently forwarded to bugtraq.
    (taco, your lameness filter sucks)

    SERIOUS VULNERABILTY AFFECTS ALL VERSIONS OF UNIX AND WINDOWS

    A serious vulnerability has been found in all versions of
    Unix and Windows. This problem most likely affects all
    other systems as well.

    It has been found that computer systems must be physically moved
    prior to installation at a computing facility. Moreover,
    when these systems are transported, they are usually moved
    at some point by human beings.

    Obvious insecurity Inc. has found that a serious DOS attack
    can be waged on these systems when attackers stand on top of a building
    high above the area where a system is being moved at the proper
    time interval.

    The attackers toolkit consists of a long range flamethrower,
    a large sledgehammer, and concussion grenades. If the attacker
    has perfect timing, they may drop the sledgehammer/light the
    flamethrower/drop the grenade onto the target system in
    question, thereby creating a DOS condition.

    This scenario can be spread easily through a coordinated
    attack, but this has yet to be seen in the wild.

    Vendors have been notified 1.5 minutes ago, but have so
    far proven that they are incompetent by not releasing
    patches or sending a reply to our email. Therfore, in
    the interests of full disclosure, we are making these
    shocking results public, since YOU have a right to know.

    This earth shaking, trend setting vulnerability has been
    discovered by Obvious Security Inc. We hope to overwhelm
    bugtraq and the other lists with our skills so we can
    make more money and have more prestige in the computer
    security industry.

    Remember - "Just because it's right in your face, does
    not mean that it's obvious".

    Obvious Security Inc. Bulletin #2600

    1. Re:simlar security hole in *every* os by SquadBoy · · Score: 1

      god I wish I had mod points.
      LOL

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
  65. Whatever by Auckerman · · Score: 2

    And in other news...Security expert Joe Blow made the stunning annoucement that theoritically peoples Unix accounts could be hacked if the chose a word in the dictionary. Joe say, "Yes I know this has been known for some time, and most Unix implementations take care not to allow dictionary words, but I just wanted to be safe and let others know of my discovery". Joe Blows comany, Obvious Fixes, sells software to resolve this issue.

    --

    Burn Hollywood Burn
  66. Let me get this straight. by alhaz · · Score: 2

    So they're saying that if you can predict the port number that will be assigned to a session, you can hijack it?

    Hello? When was this not known? Tell us something we don't know!

    Linux for instance uses random positive increments. No number is truly random, but many are "random enough".

    That is to say, it's Really Hard to predict the port number, hard enough that trying some other vounerability would be more rewarding.

    This is a non-story. Hackers and security experts have known about this so long that many have probably forgotten it several times by now. All this muckrake serves to do is alarm the chicken littles.

    --
    This is just like television, only you can see much further.
    1. Re:Let me get this straight. by jdh28 · · Score: 1

      So they're saying that if you can predict the port number that will be assigned to a session, you can hijack it?



      No, that's not what they're saying. Every TCP packet has a sequence number (ISN). The initial value for a given connection is chosen at random. Subsequent values are then obtained by adding on the number of bytes sent so far.


      Cheers,

      john

    2. Re:Let me get this straight. by TZA14a · · Score: 1

      (User #11039 Info) http://we.areb.org So they're saying that if you can predict the port number that will be assigned to a session, you can hijack it? No, they're not saying that. They're talking about TCP sequence numbers.
      --

  67. Automatic hijacking tools... by arikb · · Score: 1
    ... are at large. There are sources in Phrack somewhere. It is easy to guess the next sequence number on the traffic - if it's a terminal session it's 1+ the previos one, if it's data it's the MTU + the previous ones, the rules are really simple.

    There is no problem, today, to hijack a connection once you can sniff it. The tools are there.

    Question is will there be tools to hijack a connection and inject data into it when you can't sniff it. Unpredictable (not necessarily 'purely' random) come into play here, and since it is 'as old as the hills', most TCP implementations already do some sort of activity to make it so. Not that hard to do.

    All the best

    1. Re:Automatic hijacking tools... by arikb · · Score: 1

      You just can't have Telnet do that, because you need instant feedback on your keystrokes.

  68. This IS a new attack by Anonymous Coward · · Score: 1
    This attack is independent of /dev/urandom or any other randomizing scheme. A quote from the Guardent press release:

    Prior to Guardent's discovery, it was believed that TCP sessions were sufficiently protected from attacks by the random generation of initial sequence numbers. It is now known that these numbers are guessable on many platforms, with a high degree of accuracy.
    It seems that the attack is not affected by random generation of ISN. BTW, the researcher, Tim Newsham, is very respected in the security community and has written accurate and groundbreaking papers before. I just wish the seeing his results didn't require an NDA.

    ---
    Civilians: Someone set up us the bomb.

  69. TCP Sequence Prediction in nmap by Baconator · · Score: 1
    Nmap, the network scanner, has long had a feature which attempts to rate how good (random) a TCP sequence is. Any TCP stack worth its salt would be very hard to exploit on this basis, but I guess there are still some TCP stacks that aren't worth their salt.

    Check out http://insecure.org/nmap/

  70. Why is this news? by debaere · · Score: 1

    The article states that this is a well known problem, that they knew about this problem since the mid 1980's... so...

    how in Gods green earth does this qualify as news in any way shape or form...

    its kind of like saying "Beware the RTM worm..."



    DOS is dead, and no one cares...

    --

    DOS is dead, and no one cares...
    If there's a Bourne Shell, I'll see you there
  71. Fun with NMAP TCP Sequence Prediction. by e_n_d_o · · Score: 4

    These are all results from NMAP

    ---- My Windows 2000 Pro box w/SP1

    TCP Sequence Prediction: Class=random positive increments Difficulty=11993 (Worthy challenge)
    Remote operating system guess: Windows 2000 RC1 through final release

    ---- My Linux box (RedHat 7.0, all updates)

    TCP Sequence Prediction: Class=random positive increments Difficulty=5472011 (Good luck!)
    Remote operating system guess: Linux 2.1.122 - 2.2.14

    ---- On of work's retired NT4 servers

    TCP Sequence Prediction: Class=trivial time dependency Difficulty=4 (Trivial joke)
    Remote operating system guess: Windows NT4 / Win95 / Win98

    Our WatchGuard firewall returns a dificulty of 9999999.

    ---

    1. Re:Fun with NMAP TCP Sequence Prediction. by Trepalium · · Score: 1
      The ISN in Linux appears a little weaker in 2.2.x than it was in 2.0.x. Most nmap scans on 2.0.x returned difficulty of 9999999.

      NT4 prior to a post-SP5/6 hotfix reported a difficulty of 0-8. NT4 SP6a + hotfix ranks about the same as Windows 2000. Win9x upto and including 98SE had a difficulty of 0. I'm not sure what WinME reports.

      --
      I used up all my sick days, so I'm calling in dead.
  72. Randomness does not exist. by Gendou · · Score: 3
    2) How hard can it possibly be to generate a random number, even for a simple OS installed in a router?

    Yes, it's incredibly difficult to generate random numbers. Isn't it impossible? Consider this. ALL events can theoretically be traced back to a specific cause. If you ask a human to give a random number between 1 and 10, the outcome is a result of many psychological factors that predisposed that person to respond with a certain number. Likewise, if you were to go back to the beginning of the universe, and move a few molecules, you'd change the outcome. Therefore, how can anything be truly random. We can have unexpected outcomes, but if you look at the big picture, you can trace results back to causes.

    So, to put this on topic, in reference to your second point... it's difficult to generate random numbers - especially on computers. :-) However, we CAN generate psuedo-random numbers. *chuckle*

    1. Re:Randomness does not exist. by AlXtreme · · Score: 1
      > Yes, it's incredibly difficult to generate random numbers. Isn't it impossible?

      Indeed, it isn't impossible :o)
      A while ago there was a thread here on /. about Quantum Computers and qubits. Seemed that these could generate truely random 0's and 1's. Can't remeber much of the details, though.
      That is, truley random for us now. Who knows, it may be explainable in a few hundred years :o)
      But finally a truely random xbill, i can hardly wait ;o)

      --
      This sig is intentionally left blank
    2. Re:Randomness does not exist. by Grond · · Score: 2

      Something that I think a lot of people are missing is the difference between randomness and unpredictability. A computer can generate random numbers (digits of pi satisfy all known tests for randomness quite handily) easily. What it cannot do is generate unpredictable or chaotic numbers (because all pseudo-random number generators use a seed, and the seed will always give the same sequence).

      All is not lost, however. Quantum mechanics, for instance, (if you believe it) shows that the randomness behind subatomic particle motion (like electrons in their orbits) and the like demonstrates a sort of 'deep cosmic chaos.' Thus, for instance, the decay of radioactive stuff is truly unpredictable, so it's not impossible to come up with numbers that are both random and unpredictable.

    3. Re:Randomness does not exist. by _pi-away · · Score: 1
      Just thought i'd add that radioactive decay is the standard random number generater used to make one-time pads for the government or other intensely high-security applications.

      For those who aren't familar with the one-time pad, it is currently the only truly unbreakable encryption system (provided the encryption key is entirely random). It is a simple mathematical principle, take some plain-text T, take an random number generated pad P (the same length as T), and XOR them.

      Plain-text: T
      One-time pad: P
      Ciphertext = T XOR P
      Plaintext = Ciphertext XOR P

      There is no way to break this simple process provided P is completely and entirely random, even tireless key searches merely yield every possible string of T's length, there is no way to know which is correct.

      --

      "The crows seemed to be calling his name, thought Caw."
    4. Re:Randomness does not exist. by room101 · · Score: 1

      While that may be true, most c libraries (where most random number routines come from) don't include an input from a geiger counter or something likewise, that can sense a truly random event. Thus, all theory aside, it is very difficult (even said to be impossile) for a standard PC or workstation or even most servers to emit truly random numbers.

      --
      room101 -- how much can you stand before they break you?
      (they always break you eventually)
    5. Re:Randomness does not exist. by b0sst0ne · · Score: 1

      All your base are belong to us!!

    6. Re:Randomness does not exist. by hawk · · Score: 5
      > Consider this. ALL events can theoretically be traced back
      > to a specific cause.

      Pardon???? That's true in the newtonian universe, but not at lower levels.



      At the quantum level, things are fundamentally random, and the "hidden
      numbers theory" has long fallen out of fashion.


      I don't know enough about thermal processes, but radioactive decay is, in thoery,purely stochastic--there are no causal variables and deviations from the mean number of decay evnts *must* be purely random.

      hawk, once a physcist

    7. Re:Randomness does not exist. by hughk · · Score: 1
      With a sufficiently large ciomputer and a complete knowledge of quantum mechanics, then the universe is most definitely, deterministic.

      As it is, a good old noisy diode, suitably shielded and sampled is a reasonably good source of randomness for practical purposes and remarkably easy to implement in hardware.

      Intel even did it as a side function of their 880 chipsets! There are other chips doing the same and not too expensive to add to a router or processor motherboard. Such randomness is invaluable for protocols like TCP and most importantly, cryptographic session keys.

      --
      See my journal, I write things there
  73. NetBEUI and WINS by Nick+Driver · · Score: 1

    WINS is TCP-IP based. Moron.

  74. Observing attack attempts? by bagel2ooo · · Score: 1

    I'm kind of curious what kind of behavior trying to exploit the ISN would show. I mean the best I could think is if one were to simply sniff packets. This isn't very in depth in terms of how ISN generation is done if it is not truly random. I know with attacks such as syn floods there were semi-obvious patterns that revealed what they were going after.
    .--bagel--.---------------.
    | aim: | bagel is back |
    | icq: | 158450 |

    --
    ( o ) one could say I'm rather baked
  75. Re:automation K1DD33z by Alatar · · Score: 1

    I think he was talking about alt.2600. Notice the term "posted"? Oh, that's right, people don't know what USENET is nowadays. It's for the best, really.

  76. A matter of perspective by nightfire-unique · · Score: 2
    True.

    But, for the purpose of cryptography, what's important is perspective.

    That is, from any given perspective (ie: the user which is trying to predict the next number in a sequence), if the next number cannot be determined (because information which led to that number is unavailable, such as seed generated from keyboard interrupts), the data can be considered truly random.

    I mean - technically nothing can ever be absolute (we can't be sure 1+1==2; we've just observed it throughout all of recorded history) so long as time is not infinite (which is also difficult to prove ;). So, if we are going to round up probabilities to absolutes, randomness is best considered from a specific perspective (in which case we can say, for someone, "this data is truly random").

    --
    All men are great
    before declaring war

    --
    A government is a body of people notably ungoverned - AC
  77. Re:This is NOT new nor is it news... by Anonymous Coward · · Score: 1

    Exactly! please moderate the parent of this post UP. I get tired of these "recycled" stories. Especially when they are billed as being something new and amazing. Operating systems, including Linux and Windows, now randomize their initial sequence numbers. Linux uses an entropy pool and some nice cryptographic whitening so not only is predicting sequence numbers "theoretical" with today's computing resources, it is "theoretical" with infinite computing resources.

  78. Re:FRAUD by jap · · Score: 1

    I'm sorry for you, but they might be talking about another kind of attack. Stay tuned to bugtraq for more info.

  79. Ancient Hole by kspett · · Score: 1

    I work in the security field. People do stuff like this all the time. Gaurdent wanted some attention. The hole was first noticed by none other than Robert Tappan Morris in like 1988 or something. Its first known actual use was by Kevin Mitnick to break into Tsutomou Shimommomomruromomrura's computer.


    Kspett

    --


    Kevin "Cash Money" Spett
    Ignore your rights and they go away.
  80. Slightly Offtopic, but.... by Anonymous Coward · · Score: 1

    I thought it was interesting to see that someone actually used the word "cracker" rather than "hacker" in a piece of semi-mainstream journalism.

  81. Re:Is this really a problem? by Syberghost · · Score: 2

    Two questions - 1) if this "problem" has been around since the mid-80's why has it never been exploited?

    Because it's been fixed for quite a while in most OSes. There are still some exceptionally stupid OSes that are vulnerable to it, but nobody who knows beans about security uses them.


    -

  82. Use of the media by ejbst25 · · Score: 2

    Here is my plan...I am going to start a security company and point out problems that everyone already knew about (And professors at half decent schools have pointed out in lectures)...using the media for publicity. Then we can watch every site gobble up a story on how our company cracked it.

  83. Version without big-ass ad by sulli · · Score: 5

    is here.

    --

    sulli
    RTFJ.
  84. Not much of an issue by jfp51 · · Score: 1

    Like the article stated, this is as old as the hills. I think all of the major O/S` have some kind of patch that improves the randomness (NT 4.0) or it has been fixed in the kernel for a while (FreeBSD) So as usual, if you haven`t been keeping up to date, you are at risk

  85. cat /dev/clue /slashdot/editor by Gothmolly · · Score: 1

    How does this get legitamized as a front page story? This is the real problem, posts about old security news make the front page, while links to projects to clone humans don't make it.

    --
    I want to delete my account but Slashdot doesn't allow it.
  86. Alarming number of articleizements by Greg@RageNet · · Score: 2

    Is it me or does it seem like there are many more advertisements disguised as articles. They feature predominantly a re-release of some non-news that's years old by some guy who happens to run a company in the field related to the particular non-news. Seems like I see alot of this from security companies mostly some 'drastic new flaw in IP' and guess what, the CEO featured in the article has a magic panecea he'll sell you to make the non-issue go away. *sigh*

    -- Greg

    --
    Slashdot, would a spell-checker for posting be too much to ask? It's not rocket science!
  87. Solution: by SpanishInquisition · · Score: 2

    let's all switch to UDP (a better protocol IMO)
    --

    --
    Je t'aime Stéphanie
  88. Random bits on demand by wrs · · Score: 1

    " HotBits [brought to you by John Walker] is an Internet resource that brings genuine random numbers, generated by a process fundamentally governed by the inherent uncertainty in the quantum mechanical laws of nature, directly to your computer in a variety of forms."

  89. This is NOT new nor is it news... by Anonymous Coward · · Score: 1

    ... when nmap has been testing for it for years.

  90. Looks like a pretty standard case to me. by Bonker · · Score: 4

    Guardent is trying to garner publicity by 'announcing' a known vulnerability that has been, for the most part, cmpletely addressed!

    Way to go guys! Before, I didn't who you were. Now I know you're a complete bunch of retarded chimpanzees!

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  91. The really interesting part of this by arfy · · Score: 1

    "Guardent officials alerted CERT and the affected vendors to the problem before making it public."

    Which vendors have the insecure stacks?

    Maybe this is an early warning of another Microsoft-only problem being referred to as an Internet problem, the way that the various Outlook buffer-overflow exploits were referred to as "e-mail viruses" by the media-at-large rather than "piss-poor programming".

    If Microsoft's Quality Assurance department fell over in the woods, would it make a sound?

  92. Re:Is this really a problem? by kspett · · Score: 3

    1) if this "problem" has been around since the mid-80's why has it never been exploited?

    It has been... Mitnick used it, in fact, to get rootshell via rshd, which does authentication via ip adressing, which you can spoof using the TCP sequence attack.


    Kspett

    --


    Kevin "Cash Money" Spett
    Ignore your rights and they go away.
  93. Re:automation K1DD33z by jafac · · Score: 2

    I was using 2600 (as opposed to other sites like l0pht or what have you) as a tool to indicate the cluelessness of the writer of the article.

    --

    These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  94. dem ole ho's by Anonymous Coward · · Score: 1

    When backhoes are outlawed, only outlaws will have backhoes.
    Or something. Nevermind.

    "I have nearly cornered the market on hotdog buns -- once I have, I'll have those scurvy Discordians by the balls."

  95. Kevin did it first by jhesse · · Score: 1

    "This is extremely difficult to do. It's a theoretical attack," said security expert Steve Gibson, of Gibson Research Corp. in Laguna Hills, Calif. "It's weird that they're talking about something like this. It's as old as the hills." Er... Isn't this how Kevin Mitnick broke into Shimomura's system in San Diego? IIRC, he spoofed the sequence between a workstation and a Xterminal.

    --
    "I have also mastered pomposity, even if I do say so myself." -Kryten

    --

    --
    "I have also mastered pomposity, even if I do say so myself." -Kryten
  96. Should read: Security hole in some IMPLEMENTATIONS by alannon · · Score: 2

    If you read the article carefully, it says that this could be used to exploit TCP stacks that use a POOR or PREDICTABLE random number generator to generate the ISN. It also says that because this has been known for so long, there are questions about if there are any TCP stacks around that are exploitable.
    My guess would be that someone out there found a particular implementation that had this problem and from there, started asking questions about if the problem exists in other implementations.
    If the TCP protocol standard specifies that the ISN needs to be 'random', or at least a good psudorandom, than this is a failure of the implementation if it does not follow that spec, NOT a statement that 'TCP', as a protocol, has a security hole.

  97. Re:Proving something can't be done by Webmonger · · Score: 2

    It's easy to prove that something can't be done. Just assume that it can be done, and show that this assumption leads to a contradiction.

  98. Old hat! by merlin_jim · · Score: 1
    This is really old hat. I've seen this in several guides to IP scanning and IP impersonation. Everyone acknowledges that it's a potential hack, but that it's also somewhat difficult to pull off. The funniest part is that I've never heard of anyone actually doing it, and most of the hypothetical situations I've heard of didn't list how a cracker could profit from such a thing.

    It doesn't allow you to completely hijack a TCP/IP conversation, just to impersonate a particular user. For one message. Because if the server sends a reply to that message and you can't predict how many bytes it's sending, then the ISN will be messed up again. Because you still don't get the return packets.

    Come on people, news from this decade (or at least the last one) would be really great.

    --
    I am disrespectful to dirt! Can you see that I am serious?!
  99. Re:Is this really a problem? by chipuni · · Score: 2
    1) Is this "problem" has been around since the mid-80's why has it never been exploited?

    A bit of digging found the tool HUNT which exploits the problem.

    --
    Never play leapfrog with a unicorn. Or a juggernaut.
  100. Now Slashdot is as bad as ZDNet by SenseOmatic · · Score: 1

    I just read this on ZDNet and about 20 posts explaining how old this is. we know Guardent is just looking for fame! Waste of time I say.

  101. Re:Which other protocols *also* have holes? by alexburke · · Score: 2

    What security holes lurk in SMB, for example?

    SMB is a security hole!

    --

  102. RFC1948 by johnburton · · Score: 5

    RFC1948 which is 5 years old described this problem and how to solve it.

    --
    Sig is taking a break!
  103. Other important news by Billy+Bo+Bob · · Score: 2

    And in other news, the Berlin Wall has come down! WW II ended! These guys are only about 15 YEARS late on this discovery. Must have been really hard work reading those old papers about the topic.

  104. Uhmm, can you say "poor implementation" by billthecat · · Score: 1

    Poor implementation of randomized ISN's. This is a vulnurability that Microsoft was suceptible to in the initial releases of NT. It requires a good randomization algorithm in order to minimize the vulnirability of TCP/IP, which is something that has been known for quite some time.

  105. Re:FRAUD by jap · · Score: 1

    An update: http://ds9a.nl/pub/ack-attack.txt shows a possible hole which was posted on bugtraq last night.

  106. True, see Chaos by Joe+'Nova' · · Score: 1
    I have a need for truly chaotic numbers in encryption, but there are few sources able to do this.
    Factors
    a) the machine you are running
    b) the algorithm you are running
    c) said alg. musn't be entropic(run out of 'stuff')

    If I had more time to futz(or mebbe i did ;), I would come up with a Mandelbrot 'random' generator, because it is computationally intensive, and not predictable. To keep the first two from being a factor, you run the generator during off cycles, when nothing is being sent. The last factor is whether or not the generator will deplete numbers(or repeat). By using mandelbrots, you can use all kinds of data to generate, such as TOD, date, last # of packets and length, yadda, and unless they are running the same data as you, they can't sequence it.

    --
    This mind intentionally left blank.
    The KKK a bunch of sheetheads? You decide!
  107. major ego trip for #3872 by fsck! · · Score: 1

    when i read this, the fortune at the bottom of the page was also a quote from bruce perens.

    you're such a karma whore, bruce. :)



    --
  108. Re:Is this really a problem? by AnotherBlackHat · · Score: 1
    1) if this "problem" has been around since the mid-80's why has it never been exploited?
    It has been exploited. More than once.

    2.) How hard can it possibly be to generate a random number, even for a simple OS installed in a router?
    It's a lot harder than most people think, but not so hard that it can't be done. There are a lot of ways to screw up, and people being lazy, don't usually do the work needed to create an unguessable (secure) random number. For example, basing a number on the time doesn't work (too easy to guess), and basing it soley on the last state doesn't work (every client sees the random number) See The Yarrow paper for a description of some of the other things people have done wrong.

  109. Yep, schematic by Joe+'Nova' · · Score: 1

    http://members.nbci.com/forcemajeure/download/m6_n oise.pdf
    The idea is the same as the particle decay, except in this case a backward biased transistor is used, which will block most electrons, but some will have enough thermal energy to 'jump the gap'(conduct), which is brownian motion. You could just have easily use a reverse biased diode(hook up cathode(striped) to +, anode to gnd.
    Normally you wouldn't care if these are reverse biased, because the leakage current is too small, and 'random'. They sometimes are used as a temperature 'sensor', because the warmer they get, the more likely electrons jump.

    --
    This mind intentionally left blank.
    The KKK a bunch of sheetheads? You decide!
  110. Is this really a problem? by Pinball+Wizard · · Score: 2
    From the article:

    if the ISN is not chosen at random or if it is increased by a non-random increment in subsequent TCP sessions, an attacker could guess the ISN

    OK, so there is a random number known only by either end of a TCP session. If the number is not random, then a hacker could guess the number and spoof packets.

    Two questions - 1) if this "problem" has been around since the mid-80's why has it never been exploited?

    2) How hard can it possibly be to generate a random number, even for a simple OS installed in a router?

    This problem to me seems to be a non-problem, but you networking gurus might have a different story.

    --

    No, Thursday's out. How about never - is never good for you?

    1. Re:Is this really a problem? by phred · · Score: 2

      Why are you sure it was Mitnick?
      --------

      --
      Bill Gates Is My Evil Twin.
  111. automation K1DD33z by jafac · · Score: 2

    It's not that this problem is new, or potentially really bad on it's own, but it's that they're afraid that as soon as hackers post tools to 2600, all the script kiddies will go out and exploit it, because currently, nobody's hitting this one, because it's too difficult for most people to grasp.

    Or maybe it's a vieled attempt by Microsoft to discredit TCP/IP so they can get the whole world to switch back to NetBEUI and WINS.

    --

    These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  112. Which other protocols *also* have holes? by alewando · · Score: 3

    It goes without saying that TCP is one of the fundamental protocols billions of dollars of internet infrastructure and other businesses rely on. If it could happen to TCP, then which other protocols are vulnerable to similar problems? What security holes lurk in SMB, for example? Will we ever know?

    Even Linux 2.1.53 had a massive TCP/IP-stack hole, so we know we're not invulnerable. This isn't just a problem for others.

  113. FRAUD by Anonymous Coward · · Score: 3

    Ok I submitted a much clearer picture of this story, but apparently that didn't get posted.

    Anyway, this company has "discovered" that if ( a big if) you can predict the ISN of a remote host you can (gasp!) hijack/spoof a TCP connection. Gee, I think I heard about that in 1985. This was on ZDnet this morning and they have since changed their story to reveal just how old and well known this really is.

    I know there was 1989 paper on this exact subject by AT+T, try searching for it.

    Also, try using nmap on any host today. See how it says "truly random" for many many of them (including linux), that is why this vulnerability means nothing in practice. Practically every OS under the sun has good enough random ISN's that no one is going to correctly guess them.

    This is just another security firm trying to get some contracts by issuing a big scary press release.

    Please.

    1. Re:FRAUD by Sun · · Score: 1

      See how it says "truly random" for many many of them

      Welllll, not exactly. NT 4 is labeled "A trivial joke". Solaris 2.6 is no better.

      This problem is still affecting a large percentage of the OSes currently in use.

      I do agree that hurrying to the press with this is publicity hogging (karma?).

  114. feh by ShinGouki · · Score: 1

    like the article itself says, this isn't exactly shocking news...the framers of tcp knew about it and most security books make mention of it somewhere (the o'reilly firewalling books leap immediately to mind)


    -dk

    --
    -dk
    Dream with the feathers of angels stuffed beneath your head.