Slashdot Mirror


Adelphia's Cable Modems Compromised

texus writes "The Adelphia PowerLink Cable Modem Internet Service Provider, that serves 5.5 million customers nation wide, was found to be vulnerable of a major security flaw that allows cable modem subscribers to spy on each others traffic, as well as the ability to modify other users internet packets in realtime. The severity of a potential attack could allow a malicious subscriber to gain access to the customers private activity on the net, as well as the capabilities to hijack connections, intercept SSL/SSH/VPN encrypted sessions, hijack and poison dns servers, and perform a Denial of Service on the entire subnet. The advisory on BugTraq officially states that it didn't seem like Unix machines that logged onto the network were affected, but reports from other Adelphia subscribers indicate that this was inaccurate and Unix users are vulnerable as well."

96 of 182 comments (clear)

  1. Shit.... by inode_buddha · · Score: 2, Interesting

    3/4 of my family uses them, I've got to go spread the word...

    Thank $DEITY is do Linux on dialup, for once!

    --
    C|N>K
  2. Hmmmm... by MattCohn.com · · Score: 5, Informative

    took a couple times to load, so just in case the server is flaking out and about to ban /. reffers...

    Problem Description:

    A certain set of subnets on Adelphia's Powerlink network are treated as a HUB/SWITCH and therefore allow cable modem subscribers promiscuous monitoring of the subnet, and arp poisoning (man in the middle) attacks. Upon finding this flaw, it seems to only affect windows users dhcp requests, as for *nix it hands off an entirely different subnet ip address that is not vulnerable. This doesn't stop one from booting into *nix and manually configuring their ip to be on the vulnerable subnet. To review, with arp poisoning, one can do a tremendous amount of malicious activity on a subnet, from DoS'ing the network, to hijacking DNS servers, and even attacking/cracking SSL/SSH/VPN negotiations. Promiscuous mode, one can passively monitor all traffic on the subnet, obtaining private information, including logins/passwords, and private email.

    Vulnerable Subnets:

    please contact security@invisiblenet.com for info regarding specific subnets.

    Solution:

    The solution is varying on how the cable networks topology is handled, and arp poisoning, as we know is not a completely solvable issue without a physical/virtual separation of Layer 3 from Layer 2 in the OSI Model. For promiscuous mode, don't have the network in HUB mode.

    1. Re:Hmmmm... by aggieben · · Score: 3, Interesting

      Why aren't the *nix subnets vulnerable? If you can drop your cable modem into promiscuous mode, it seems like even in a switched environment you could perform an arpspoof and still intercept/hijack connections and so on.

      --
      Don't become a regular here, you will become retarded. -- Yoda the Retard
  3. What with the internet being useless and all by Anonymous Coward · · Score: 5, Funny

    A vast warehouse of porn and spam doesn't really need a lock, now does it?

  4. Why is this not surprising.... by eyegor · · Score: 4, Interesting

    Given that they're teetering on the edge of existance, most of the good people have long since fled.

    I've being trying to find a competent person at Adelphia so I can get my cable internet service working. It's been weeks and they can't figure out why there's no return path for my signal. If they can't get that right, cable modem misconfiguration issues shouldn't be surprising either.

    I'm beginning to question my decision to move from IDSL to cable.

    Sheesh....

    --

    Don't anthropomorphize computers, they don't like it.
    1. Re:Why is this not surprising.... by MacAndrew · · Score: 2

      I've being trying to find a competent person at Adelphia so I can get my cable internet service working.

      Well, at least they're giving you good security. :)

    2. Re:Why is this not surprising.... by UniverseIsADoughnut · · Score: 2

      Yeah, I belive I had the same problem for a weekend once then it just went away, go figure. Yes their people are extreme idiots. They don't even know they have an office in my town when I call them. They don't know what their own messages say is wrong when your waiting on the line for hours. I called them once and the machine said they were having problems like mine. When i got to a person I told him I thought the machine had answered my question, he said there were no such problems. Odd. When they sent a guy I hear his CB/radio thing have a person say that they had a outage in my town that weekend, i mention to him that must have been the problem and he responded with that there had been none when his own office said there had been 3 seconds before. Ether wacky coverup or very dumb people. Either way adelphia still has issue. Things like getting my bill before the due date would be nice to. And don't even begin to get started on trying to get digital cable from them upgrade.

  5. Good Security by gregsv · · Score: 4, Funny

    It's nice to see that the computing industry as a whole is following Micro$oft's example and taking security "so seriously".

    1. Re:Good Security by indiigo · · Score: 2

      I think that is a mockery of Microsoft, not taking threats as a joke. The exploit has full text to back it's claims.

      Perhaps if the same exploits didn't keep showing up you wouldn't see bugteams mocking Vendors.

      --
      fslg503-985-8686503-985-8686503-985-8686503-985-86 8650 3-985-fdsg8686503-985-8686503-985-8686503-9
  6. Guess What by Anonymous Coward · · Score: 2, Interesting

    On any cable network, ARP spoofing is available, not just in this example. It is quite easy for someone to do this.

    1. Re:Guess What by Subcarrier · · Score: 4, Informative

      On any cable network, ARP spoofing is available, not just in this example. It is quite easy for someone to do this.

      Depends on the equipment. Some cable routers allow only a limited number of IP address to MAC address mappings per modem and refuse to override an ARP table entry in the cable router with a different IP address once it has been created. Packets that do not have MAC and IP addresses matching the entries for the modem session get dropped.

      --
      "I have opinions of my own, strong opinions, but I don't always agree with them." -- George H. W. Bush
    2. Re:Guess What by Subcarrier · · Score: 2

      Many cable ISPs leave SNMP wide open, or use the same community strings for all their modems.

      Yeah. If you can get at SNMP, you can pretty much do anything you want. Normally there is a separate network interface for the ISP's management network and SNMP is not directly accessible from subscriber equipment. However, if you manage to compromise one of the servers on the ISP's network chances are you can crack the network wide open.

      You can reset the modem to get around that (you might need to hold the reset button down for 10 seconds to do a full reset). But MAC addresses are easy to change/spoof, so you could just make up a new MAC to go with each new IP.

      True, but the point is you can't reset the modem whose IP address you're trying to hijack. This severely limits your window of opportunity (i.e., the other host has to be off-line long enough to release the address). In practise this means that hijacking TCP connections is not possible.

      --
      "I have opinions of my own, strong opinions, but I don't always agree with them." -- George H. W. Bush
  7. not all that new... by Anonymous Coward · · Score: 4, Informative

    ARP poisoning has been around since...well...ARP! Its really easy to do and I'm surprized that it hasnt made more of a storm than it really deserves. Hopefully this story will bring to light the problem a bit more.

    There are patches out there for linux that will secure the ARP table, I wrote one but there are better and I dont remember what they are called but search...you will find.

  8. ..and what a bug it is... by l33t-gu3lph1t3 · · Score: 2

    *envisions some enterprising individual hijacking every packet on his cable network* Wow...yeah, that's a bug and a half...hopefully all that's needed is a firmware update.

    --
    ------- "From bored to fanboy in 3.8 asian girls" ----------
  9. Sniff SSL Connections?!? by martyros · · Score: 3, Interesting

    Does someone want to explain to me how they can intercept SSL connections? I thought the whole point of encryption and secure protocols was that we need not fear sniffing and man-in-the-middle attacks...

    --

    TCP: Why the Internet is full of SYN.

    1. Re:Sniff SSL Connections?!? by gregsv · · Score: 4, Informative

      They can sniff the session, but all they will get is meaningless rubbish unless they can decrypt it. This is nearly impossible to do when using 128 bit SSL encryption.

    2. Re:Sniff SSL Connections?!? by Ed+Avis · · Score: 5, Insightful

      If you've already connected to a host in the past, and you know what its public key looks like, then you are protected from someone else pretending to be that host (unless somehow they had got hold of the private key as well). However there is always a first time connection - when ssh prompts you saying this host is not known but its public key signature is XXX - and for that you are vulnerable to man-in-the-middle attacks.

      With SSL for websites the host's public key may be signed by some authority like Verisign. But even when it isn't, don't you just click OK automatically?

      --
      -- Ed Avis ed@membled.com
    3. Re:Sniff SSL Connections?!? by rob_from_ca · · Score: 3, Insightful

      This is why if it's important to you, you should always check the fingerprints of keys via some secure channel. I usually don't bother with SSL, but I have a cheat sheet with my SSH host keys on it in my wallet, so I can make sure I've got the right system when I connect to one of my systems.

    4. Re:Sniff SSL Connections?!? by Gerald · · Score: 3, Informative

      You're assuming that your browser is immune to man in the middle attacks. It may not be.

    5. Re:Sniff SSL Connections?!? by Subcarrier · · Score: 2

      If you are in a position to intercept (as opposed to just sniffing them) the IP packets you can hijack the TCP connection before SSL kicks in and insert a transparent proxy into the connection. To do this you need to be on the same subnet with either one of the end hosts or have access to one of the routers on the path.

      --
      "I have opinions of my own, strong opinions, but I don't always agree with them." -- George H. W. Bush
    6. Re:Sniff SSL Connections?!? by tbmaddux · · Score: 2
      I have a cheat sheet with my SSH host keys on it in my wallet, so I can make sure I've got the right system when I connect to one of my systems.
      Actually I've wondered how to check that. When I ssh into a new host, it gives me a warning like:

      The authenticity of host 'foo.bar.org (111.222.33.44)' can't be established. RSA key fingerprint is (some sequence of colon-separated 2-digit hexadecimals).

      How do I check that "fingerprint" against the contents of ~/.ssh/known_hosts/ which I presume is what's on your cheat sheet? Or to put it another way, how do you generate a cheat sheet of those RSA key fingerprints?

      --
      Can't you see that everyone is buying station wagons?
    7. Re:Sniff SSL Connections?!? by jez9999 · · Score: 2

      If the only women he gets are ones drooling over $100,000 a year, I'm glad I'm not him.

    8. Re:Sniff SSL Connections?!? by rob_from_ca · · Score: 2

      Personally speaking, I'd be _way_ more afraid of the women impressed by showing them a collection of slashdot trolls. :-)

  10. Uh-oh by Elflord1999 · · Score: 5, Interesting

    Wow. I work in the second highest level of network support at Adelphia and I had no idea. Of course, there's just three guys or so that deal with the actual modems and their boot files. I'm going to point this out to the higher ups and see what can be done, methinks.

    1. Re:Uh-oh by The-Perl-CD-Bookshel · · Score: 2, Interesting

      So are we looking at another example of BugTraq giving out the exploit before it can be fixed? IIRC this has been an issue with BugTraq in the past.

      --
      I don't keep a lid on my coffee so when I walk around I look busy -me
    2. Re:Uh-oh by GigsVT · · Score: 2, Funny

      Well, I work for the highest level of support at Adelphia and you're fired!

      No, just kidding, but really I doubt your company would appreciate you posting messages like that, should have went AC at least.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    3. Re:Uh-oh by GigsVT · · Score: 5, Insightful

      There is no exploit, at least not in the normal sense. It's just the way TCP/IP is designed.

      IMHO, this is really a trivial problem, one that nearly all cable modem networks were always subject to. They can do some stuff to mitigate it on the network side, but really this isn't anywhere near the gravity that the Slashdot blurb makes it out to be.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    4. Re:Uh-oh by inode_buddha · · Score: 2

      Please, do point this out to the higher ups

      --
      C|N>K
    5. Re:Uh-oh by MacAndrew · · Score: 2

      What can they do -- send a pink slip to Elflord1999? (How many Elflords do you figure work for them anyway?)

      But maybe they can find this guy and can him so they can prove how competent they are at security and efficient management ... or maybe that's not their best strategy ... but they're not obligated to me smart. Yeah, I probably would have AC'd it, and I'm a nobody.

    6. Re:Uh-oh by sawilson · · Score: 2

      Not now that a lot of the clueful people are gone,
      but I know who you are. :)

  11. Only if you ignore the warnings. by rob_from_ca · · Score: 5, Insightful

    Yes, this is bad for a variety of reasons.

    However, this is nothing magical, from the initial bugtraq description it sounds like just plain ole' arp snooping. Which means for encrypted, authenticated traffic (SSH/VPN/SSL), it's only going to work if the user ignores the security warnings because of the wrong keys, or the keys themselves have been stolen (a whole other ball of wax).

    1. Re:Only if you ignore the warnings. by netik · · Score: 2

      This is meaningless if you're using shared keys.

      If the spoofed host and my VPN box do not share the same key, then the connection will not initiate.

      For SSL, the same is true (as the CA Signing key wouldn't make sense.)

      It's only for SSH with password authentication, that this becomes an issue -- because then the user will accept the security warning and still enter their password. Yet another reason why you shouldn't use plaintext passwords with SSH alone.

  12. Re:ARP poisoning by Anonymous Coward · · Score: 5, Informative

    ARP poisoning can allow you to re-route someones traffic. Lets say I re-route your traffic through my machine upon detection of SSH/SSL host key request and give you a host key that I crafted, when you initiate an SSH/SSL connection you are now using a bad host key from my machine and not the real host. I could have the ability to decode that traffic now.

  13. Is this really anything new? by UpLateDrinkingCoffee · · Score: 3, Interesting

    I have adelphia (I'm very happy with the service... 3Mbps downloads most of the time) but I like many others run through a router because I thought the normal operation of cable broadband is that anyone in your "loop" was essentially on the same subnet and could sniff packets, etc. at will. Is this really anything new?

  14. Security by MeanMF · · Score: 5, Funny

    You mean that packets sent out over the Internet might be subject to interception?? The horror.

  15. Re:Adelphia != Bad Peoples by k_stamour · · Score: 2, Interesting

    Last night I had my first outage with Adelphia in a year. It's been solid and reliable. At least here in Southern VA... May be I'm just lucky? -As far as Security, I use smooth wall. Don't think this will protect me from poison arp, but you should see my IDS log files!

    --
    Julius Caesar - Act I, Scene i: "What mean'st thou by that? Mend me, thou saucy fellow!"
  16. 2 remote exploits in 6 years! by Anonymous Coward · · Score: 2, Funny

    The Openbsd project is humilated!

    1. Re:2 remote exploits in 6 years! by Tony-A · · Score: 2

      No, not humiliated. Just proves that OpenBSD has been right all along.
      OpenBSD is Uber secure. They didn't say that OpenBSD was secure.
      Security is *hard*. OpenBSD has nothing to be ashamed of.

  17. Nothing that new.. by papasui · · Score: 2

    Unless your using a router your essentially on one very large LAN. Everyone on your node would be able to sniff packets from everyone else until your traffic hits the CMTS. This is why weird things like having the hostname and workgroup left as the standard pc manufacture name can cause your internet to slow down.

  18. Hmm.. by (eternal_software) · · Score: 5, Funny

    Well, I'm an Adelphia subscriber and I haven't noticed any problems so f

  19. Re:This indicates one of the problems with Unix by nucal · · Score: 5, Interesting
    "Contrast this with a PC, where it is usually immediately obvious if someone is trying to hack you."

    You're kidding/trolling right? At the university where I work Windows 2000 machines are constantly being hacked for things like DoS attacks, pirated video servers, etc. The actual user typically does not find out until the IP is tracked down by the victim and the school is notified (usually including the threat of a lawsuit)...

  20. I've said this to cable customers for years. by shepd · · Score: 3, Insightful

    It doesn't even take any particular incompetence of the network admins. _Any_ shared internet service that runs unencryped is always going to be vulnerable. It's only a hacked flash away. Security updates like this are just a little taste of the truth of surfing through a shared 'net connection.

    This is just one of the reasons why I suggest to people I know that they buy DSL. Better security, assuming competent admins.

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  21. Wasn't this obvious before? by Tuxinatorium · · Score: 2

    I mean, everyone in the neighborhood's signals are transmitted over the same cable circuit. Anyone could snoop on other people's packets.

    1. Re:Wasn't this obvious before? by michael_cain · · Score: 3, Informative
      At least for DOCSIS cable modem systems (not necessarily true for some older proprietary systems) this is not supposed to be true. The DOCSIS modem is an Ethernet bridge with some very specific additional behavioral rules. It should only learn individual MAC addresses from the customer side, and by default it should never bridge unicast packets received from the cable side unless they match a learned address.

      When I run tcpdump on my household server (acts as the gateway for our LAN), I can see traffic destined for us, and ARP who-has messages from the CMTS. The ARP messages are Ethernet broadcasts that have to be bridged. If users at Adelphia can see all the traffic, and it's a DOCSIS system, something (probably the cable modem configuration file) is really screwed up.

  22. Not credible by hagbard5235 · · Score: 5, Informative
    This doesn't sound credible to me. In a Cable Network the CM ( Cable Modem ) receives on a downstream frequency band and sends on an upstream frequency band to the CMTS ( Cable Modem Termination System). The spec requires the CM CMTS system to act as a bridge. It is NOT hubbed. You can listen on your ethernet port until you're blue in the face and you will only see your own traffic and the broadcast traffic on the network. Period. Ever.

    Now, this does not rule out ARP spoofing, but the only really interesting ARP to spoof would be the one for the default gateway on the network. Since the gateway for the network is living on the CMTS and since any ARP request must pass through the CMTS before getting to our spoofer, I would expect the spoofed replies to arrive after the legitimate ones from the CMTS. Additionally, I would not be surprised to find out that the CMTS suppresses attempts to ARP spoof it's addresses ( and if it doesn't now, it will in the near future ).

    1. Re:Not credible by Frater+219 · · Score: 4, Informative
      The spec requires the CM CMTS system to act as a bridge. It is NOT hubbed.

      Bull pickles. I recently got Adelphia cable modem service myself. First thing I did, practically, was to plug the cable modem into my Mac OS X box and run "tcpdump" on it, to see whether or not they had secured the local network against sniffing. Sure enough, I could not see any of the other customers' actual traffic -- but I certainly could see:

      • DHCP requests (but not responses)
      • ARP requests for the gateway's IP address
      • ARP requests by the gateway for customer IP addresses
      • IGMP

      It seems pretty trivial that someone with the right mildly altered software could easily set themselves up as a DHCP server and hand out fake gateway information, or as an ARP-poisoning proxy. Good reason to check your network settings for suspicious things if you use DHCP.

    2. Re:Not credible by hagbard5235 · · Score: 2
      Sigh...
      • DHCP requests are ethernet broadcast traffic.
      • ARP requests are ethernet broadcast traffic.

      A bridge will broadcast all ethernet broadcast packets to all hosts on the network. I don't know what kind of IGMP you were seeing, but I'd be astounded if it wasn't either bound for the ethernet address of something behind your cable modem or the ethernet broadcast address.

    3. Re:Not credible by hagbard5235 · · Score: 2

      Perhaps we are misunderstanding each other. Nothing in my comments about the CM-CMTS system acting together as a bridge in any way precludes a flat network. Just because you have a flat network does not mean that every CPE device sees all traffic on the network. A flat network means that your network is one layer 2 domain. Do you REALLY have an application that requires all devices on the network to be able to see all traffic on the network? What IOS command do you use to cause the CMTS to behave as a HUB rather than a bridge?

    4. Re:Not credible by Frater+219 · · Score: 2
      A bridge will broadcast all ethernet broadcast packets to all hosts on the network.

      Yup ... and it won't stop my host from responding to one of those with a phony DHCP or ARP response. Hence, forgery; hence, the problem noted in the article.

  23. Unix boxes NOT secure by A+Guy+From+Ottawa · · Score: 5, Funny
    From security focus bugtraq:

    It seems to only affect windows users dhcp requests, as for *nix it hands off an entirely different subnet ip address that is not vulnerable. This doesn't stop one from booting into *nix and manually configuring their ip to be on the vulnerable subnet.

    Does anyone else find that funny? Windows users are vulnerable to a security flaw by default (as usual). But, (if they feel left out) Unix users can configure their box to be vulnerable too!!

    --

    using System.Awesome;

  24. Oh, there's much more... by waltc · · Score: 3, Funny

    Did you know that your land line and cell phone calls can be tapped? Or that clerks in any of the institutions to whom you give your credit card numbers could steal them--or worse--*sell* them for profit! *shudder*

    Your car, for instance, can be bugged and tracked by a Nav positioning satellite so that the baddies will know where you are every minute of the day! I could go on, but now I think you see...it's *horrible*!

  25. Smoothwall IPCop by The+Real+Chrisjc · · Score: 2, Informative
    Go for the decent, fully opensource alternative!

    Now, with 100% less rudeness than smoothwall!

    IPCop

  26. HOWTO cook, fry and toast people with IP... by Ektanoor · · Score: 5, Insightful

    Well, on /. we frequently see some trolls that consider themselves so smart and experienced to say some enormities. And, I'm already seeing some saying the usual: "And so what? That's just another /. newsfud". Please, while /. is well fudded, there are things you should keep the mouth shut and think a little before saying something.

    The submission shown here may look, partially innocent for house wifes and the common guy in the street. They have lived with so many hacks, virus and trojans, that there is not much to worry about that. Unfortunately, many people do not know that such silly big providers also support someone who is not so simple and humble like your personal computer. They may be segments of corporate networks, departments that are too remotely located, that it is far cheaper to link them to some provider, rather than spending money to create an isolated channel. You may understand this, and still think that the biggest problem for the majority is the fact that information can be stolen. Correct rationale, if we consider the "majority", but again, bullshit. The big problem can be one or two clients of this provider. Clients that, if something goes wrong there, no one of us may have time even to say "shit". And no one will care to put you in a shinny wooded coffin. The best you may expect is a few tons of concrete and a mixture of chemicals so that your body quickly decomposes... Or that your body is quickly turned into ashes...

    The problem between big providers and such clients, is that, being a provider with reputation, dimension and emphasis, clients tend to forget some simple rules of the trade. They think that this huge provider does his homework and maintains a minimal level of protection. Meanwhile, these same clients, do not only forget to check the security of such links, but also forget about isolating such channels from their own critical sectors of activity. In the result, a malicious hacker may break-in in minutes into some critical zone. This may be a control station of some distribution system, an industrial zone, or the control room of the corporate network.

    Such situations happen and happen too frequently to consider it mere incidents. Thankfully, many of these break-ins are made by people who still have the shoulders in their head. Thankfully, breaking into the majority of corporate networks still demands some art and skills. However, this situation may change, if we all start considering that such problems, like the one described on the submission, are mere "features" that one may live with. If you consider that it should be that way, then don't be admired to see some big factory dropping tons of shit into the air or water. Don't be admired that suddenly a whole communication network goes fool and even 911 doesn't work in the middle of some critical situation. Don't be admired that your company produces things that blast or short-circuit at first use. Don't be admired that the lights go off every 5 minutes and all your home electronics are burning out. These are not stories taken from the hat. These are very concrete scenarios of real holes found somewhere around.

    These things do not happen now so frequently because Internet is in its very early age (and still many people, like engineers, do not trust it). But some of these holes are already there, waiting right around the corner for the first maniac script kiddie (yes, there are already holes that such lamers may exploit). If we keep this mood, of not caring about security, we will have all guarantees that something will seriously go wrong in the future.

  27. I guess Adelphia really does suck by yack0 · · Score: 5, Informative

    Adelphia sucks. I guess in more ways than one now.

    Please, don't mod this down as a troll, it isn't, it may be blatant advertisement for a sucks.com web site, but it's not a troll ;)

    j

    --
    -- There is no sig line, only Zuul.
  28. Zeno's paradox? by MacAndrew · · Score: 2

    Yeah, I so much wanted it to be over that this kind of public key encryption exploit didn't even register with me until recently. So you might have a bad key? We back off another step and add steps to authenticate they key ... then someone will figure out how to defeat that ... and so on.

    The overall impression I'm getting of electronic "security" is a bit like Zeno's paradox -- you know, you keep getting closer to the target in ever-finer increments but never quite reach it. (The paradox we know has an underlying flawed premise. Unfortunately, I'm not convinced the encryption race is winnable.)

    1. Re:Zeno's paradox? by Tony-A · · Score: 2

      electronic "security" is a bit like Zeno's paradox
      Good point. If you are limited to just reacting to known threats, I think Zeno's paradox very much applies. Keeping up with an unending supply of patches does not seem like a valid solution and seems like it adds new opportunities for exploitation which will not be seen by those supplying the patches.
      The link seems to have an implicit assumption that there is only *one* infinity. You have an infinite sequence of t/2, 3t/4, 7t/8, etc. which approaches but never reaches t. Real time has t, 2t, 3t, etc., none of which are in that sequence. There are also "long line" thingees: 0,t/2, 3t/4, ..., t, t+t/2. t+3t/4, ..., 2t, 2t+t/2, 2t+3t/4, ... , ... .
      OT. Infinity is a strange beast. There are *exactly* as many primes as there are rational numbers. There are *more* irrationals that rationals. In fact, for all sets, the power set (set of all subsets) has *more* elements. Then there are real wierdos like Peano's space filling curve (continuous image of unit interval into 2-space which occupies *area*), and Cantor's perfect set (uncountable set with measure zero).

    2. Re:Zeno's paradox? by MacAndrew · · Score: 2

      I actually hadn't seen *that* disproof before, though I vaguely remembered one existed. It came up a few years ago in a problem where an employer agreed to pay an executive's taxes, but that payment was itself taxable as compensation, and the company's payment of that additional tax was also taxable compensation, an so on. The argument didn't persuade the court.

      The way I understood it on quick perusal is that Zeno's problem is solvable so that the annoying infinity term drops out. I'm trying to think of another example. I've given my son some annoying ones like, if 2X=3X what is X? Of course it's very simple if you look at it right (or you can solve it pretty easily by brute force).

      Perhaps perfect security is as impossibly distant as infinity. I don't mean security in the raw cryptographic sense, but in terms of resistance to 3rd party trickery.

      I haven't met Mssrs. Peano or Cantor, and hope not to. I can't wait until my son exceeds my level of math. He's six, so I figure I have a few years left, perhaps a little beyond trig. :)

  29. Re:Adelphia != Bad Peoples by yack0 · · Score: 2

    I'm assuming you mean that "Adelphia does not necessarily mean bad, people."

    Cause it's quite obvious that Adelphia has had a whole horde of Bad People in it, who are of course under indictment, at least.

    Yes, Adelphia can have some pockets of clue amongst the cable guys who poke and prod cluelessly at RF disrupting cable modems and put up insecure websites, et al. Glad to see you're in one of the clueful areas that hasn't (yet) been completely oversold).

    j

    --
    -- There is no sig line, only Zuul.
  30. Re:ARP poisoning by timeOday · · Score: 2
    This is the man-in-the-middle attack.

    For ssl, this is addressed by having the site present a certificate signed by an authority whose public key is compiled into the browser.

    For ssh/vpn, you will receive warning that the key has changed (and your client may disconnect automatically), unless you've never connected to the particular host before. (Granted, people are pretty likely to just accept the new host key).

    I'm not saying you're wrong about it being a threat, but let's be aware that there are ways to address it. At the very least, if you're establishing a vpn to your workplace and are warned that the key has changed, STOP right there are make a phone call before accepting the new key. And before connecting for the first time, transfer the key to the client by some other means if possible (even sending it by email would be pretty safe in practice)

  31. Adelphia transmissions by archen · · Score: 4, Funny

    Good, then maybe some hacker will get confused and intercept my Adelphia cable TV hookup and inject some decent fucking cable programming for a change!

  32. Re:Adelphia != Bad Peoples by /dev/trash · · Score: 2

    Why would you stay with such crappy service? If it's comparable to 56k, leave and save some money.

  33. Re:Solution seems simple to me... by Ektanoor · · Score: 2

    I have confidence that we are not that stupid.

    I wished to be so optimist like you... Unfortunately, while I have not seen anyone putting critical systems directly accessible through the Internet, there are enough "backdoor" channels to see very important things linked to Internet. Or corporate network so badly installed and maintained, that a small link to Internet will be enough to give huge problems to many people.

  34. Re:OF course Unix users are affected by Scaba · · Score: 2
    Can someone explain why this is a troll?

    The NY Times link is a redirect to http://goatse.cx, which some people think should be modded as "Troll", when it is really just "Redundant" or "Offtopic" (though some may find goatse.cx "Interesting").

  35. another one by ArchieBunker · · Score: 2, Insightful

    http://www.customers-of-adelphia.org/

    There seems to be a rather large number of pissed off customers.

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
  36. But those three guys.... by sawilson · · Score: 2

    Have nothing to do with this. At Adelphia, like
    most companies, the UNIX admin types and the Network
    admin types are constantly at odds with each other.
    Finger pointing, etc. This is a great example of
    attempting to deflect the blame onto those UNIX
    admin types that admin the actual modems and
    their boot files, instead of blaming Sam, your
    network overlord. :) You should be ashamed. The
    UNIX admins that admin the services have nothing to
    do with the network hardware they are connecting to,
    or how they are configured as they don't own the
    network or it's hardware.

    One of the things I really hated about
    Adelphia when I was there. In contrast, at
    MindSpring, the network and UNIX admin type
    guys all worked on the same floor together on
    peachtree street and were treated as equals, and
    encouraged to work together.

  37. FROM AN ADELPHIA USER: by autocracy · · Score: 4, Informative
    Yes, this vulnerability does exist. I re-posted it to adelphia.security-issues as soon as I recieved it from Bugtraq (7 PM Eastern, on the 12th). So it's been almost 48 hours. No word from Adelphia has been recieved by me yet. For details on the vulnerability: Hooked directly to the cable modem, I can see packets flying around in the same manner as if I were on a switch. It's like a really wide-spread LAN. I've even been able to identify certain users of the subnet I'm on (some guy who lives by a popular ice-cream place uses Adelphia. I know this 'cause his name is also on his car's license plates). Whether or not the use of tools such as Ettercap work I can't confirm (Re: I'm not willing to confirm). I've started calling Adelphia's NOC, but they're really not dealing with this very well...

    More info as I get it...

    --
    SIG: HUP
    1. Re:FROM AN ADELPHIA USER: by autocracy · · Score: 2

      Could somebody explain why the parent to this comment was made? Broadcast packets are visible on a switch. I can see that. That to me means that with ARP poisoning I can mostly likely see the unicast packets. Still the dumbass?

      --
      SIG: HUP
    2. Re:FROM AN ADELPHIA USER: by autocracy · · Score: 2

      Really far... done it on my own network. I can sit and watch every packet coming out of a machine, and modify them as I want while they pass through my machine if it suits me. Let me try to end this: It works, I know this. I've proven it to myself. Have a nice day.

      --
      SIG: HUP
    3. Re:FROM AN ADELPHIA USER: by sstamps · · Score: 2

      While I wouldn't necessarily call you a dumbass for making a simple mistake in word choice, I think you need to do a little more investigation on exactly what a SWITCH is versus a HUB.

      With a SWITCH, Ethernet frames go from the source node to the destination node directly; no other node connected to the SWITCH can ever see the packets unless they are broadcast/multicast packets.

      With a HUB, ALL Ethernet frames that are sent through the hub from any particular node also go to ALL of the other nodes.

      THUS, what I think you mean to say is HUB, not SWITCH. However, I am willing to concede that your anecdote about being able to sniff a private non-broadcast conversation between two nodes from a third is making you think about the problem incorrectly, since it means that a) you don't REALLY have a SWITCH, but instead have a HUB, or b) your SWITCH is broken, as another user suggested. I have several switches here and have installed plenty elsewhere. On none of them can a third party sniff and capture directed non-broadcast packets from the network segment.

      --
      -SS "Teach the ignorant, care for the dumb, and punish the stupid."
    4. Re:FROM AN ADELPHIA USER: by autocracy · · Score: 2
      OK, let me back this up a bit: I can see packets flying around in the same manner as if I were on a switch. Implicit in that was that I could see broadcasts (DHCP queries, IGMP announcements, routing info, etc.). That is the manner of what would be seen on a switch. Because my cable modem does bridging (think two port switch), I don't see normal unicast packets unless I'm using ARP poisoning (which I haven't done on Adelphia's net).

      Today's lesson: why is it possible to see unicast packets not sent to you on a switch using ARP poisoning? The answer is because switchs forward data based only on the MAC address in the frame. ARP poisoning makes the computer (full computer, not microprocessor in the switch) believe that an IP belongs to a different MAC address than it really does. So the computer sends the frames to your MAC address instead of the other ones once the ARP table has been poisoned. The switch is all along performing the proper duties as it should of sending packets to the proper port based on the MAC address.

      So, in summary, I can see packets flying around in the same manner as if I were on a switch. That means broadcasts and packets directed to me. I assume based on my knowledge that I might be able to use ARP poisoning on Adelphia's net to confuse computers into sending unicast packets to me so I can sniff them in a man-in-the-middle style attack. It is certainly possible that Adelphia has a setup where the bridging of the cable modem is smarter than to allow this attack, but I can't confirm either way (unwilling to try it - I like having service).

      I said what I meant, and I meant what I said. You just tried to read a little more into it than what was there. I really did see packets in the same manner as I would on a switch. Of course, I could have been more specific, but hey...

      For reference, most ISP connections don't even allow you to see broadcast traffic (think dialup via PPP or DSL modems - no broadcasts from other machines). Also, you might want to check out Ettercap, or any other tool of that variety. Makes ARP spoofing easy. Grab one of your switches and try it out.

      --
      SIG: HUP
    5. Re:FROM AN ADELPHIA USER: by sstamps · · Score: 2

      OK. Fair enough. I think that it could be read either way, though, which you have already alluded to. With a switch, you don't usually see lots and lots of "packets flying around" because the only ones should be unicast packets and the odd broadcast (ARP/DHCP), but the latter should be fairly rare. Thus, the confusion when reading your original message.

      With Adelphia, there are hundreds if not THOUSANDS of broadcasts per minute, many of which are not even FOR your subnet. I also still get a number of misdirected unicast packets and the occasional directed broadcast packet.

      --
      -SS "Teach the ignorant, care for the dumb, and punish the stupid."
  38. Re:Adelphia != Bad Peoples by Rosonowski · · Score: 2

    Outage? I, among nearly every other person I knew, kept disconnectnig repeatedly from the adelphia network last night.

    I had recently set up a home network for a freind of mine, and he kept blaming the disconnects on me, until another freind called in and complained about disconnects while playing his MMORPG.

    --
    01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
  39. Check out the DOCSIS specs. by dumboy · · Score: 2, Interesting

    According to the DOCSIS 1.1 specification it is the responsibility of the cable modem itself to not pass other users traffic through, as cable internet is a shared medium like a hub. Some things will get through, though, since they are passed to a broadcast like DHCP, SSDP requests, and IGMP. I have Adelphia and can see these things coming in, as I should, but not other people's web traffic. Sounds to me that they posted something on BugTraq that is written up in a specification. Check out Cablelabs for the DOCSIS 1.1 specification.

  40. Re:Solution seems simple to me... by Rosonowski · · Score: 2

    Could you give me the name of the movie? I could use a good laugh. I'm on the line waiting for adelphia tech support, so I might get one anyways.

    --
    01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
  41. Re:Adelphia != Bad Peoples by UniverseIsADoughnut · · Score: 2

    I got both, In state college i was loosing my connection as well last night. And my connection is slow as hell a good chunk of the time. and their tech people are clueless and th billing department has inverted calenders.

  42. Re:Adelphia != Bad Peoples by The+FooMiester · · Score: 2

    It's funny. I like adelphia for their pipe to my house. Their mail service is shit. Their news is shit. Their support is shit. Call support to report a problem? Well, better know what to say if you had windows, because the techs there are clue-negative when it comes to *nix.

    "What version of Windows are you running"

    "X11R6 with the icewm front end, what difference does that make. I can ping the gateway but half the hosts after it die somewhere around hop 7. Problems in galveston?"

    "whatwhatWHAT?"

    Now adays I just call Tony down the local office. He's a funny guy. Always says "Well, we appreciate you, we like UNIX users on the network."

    Nice way to show it.

    --
    The previous has been a secret message to my comrades.
  43. Adelphia is Garbage by chunkwhite86 · · Score: 5, Interesting

    Alow me to explain:

    1. Adelphia recently declared bankruptcy. Their CEO was the Number 1 CEO in the whole US for taking insider loans. Above Tyco, Enron, or Worldcom. The crooked bastard took an insider "loan" for OVER a quarter BILLION dollars. His reason for the loan was "Unspecified personal business".

    2. Their service sucks. I'm on the phone with their help desk at least once a month because the internet connection is down. Their tech support people are a bunch of brain-dead bozos reading from an "if: then" style troubleshooting manual - plus, it usually takes 45 minutes or more of waiting on hold to get through to a real human. Definitely some of the worst customer service in the industry.

    3. They are not complying, or planning to comply with the federal regulation passed in October that prevents cable providers from forcing customer to purchase service "bundles" to get a particular channel. The regulation states that a cable provider must provide, upon the customers request, the premium channels they ask for in an a-la-carte style manner.

    As an example, if I wanted to get the HBO channel at my house, Adelphia requires my to "upgrade" to their digital cable service for an additional $9.95 a month, plus $7/mo per TV (I have 3) plus pay $25.99 a month for the HBO bundle. Do the math - that equals a additional $57 per month just to get one premium channel. This practice is strictly forbidden by the recently passed legislation.

    And to top it off, the lying bastards told me that they don't have the technology to provide a single premium channel (no bundles) to a home, and that they don't have the technology to send certain premium channels to their analog cable subscribers - that they must "upgrade" to digital cable. The reason that they are lying bastards is that I have a friend who used to get just HBO (w/o a bundle) to his analog cable home (back when they offered this option). He canceled that channel but they never turned it off for him. Right now today he gets a single premium HBO channel to his analog cable home.

    My advice is to avoid this sleezy bunch at all costs - unless you like paying out the nose to support their insider lending (Yes, I know GWB thankfully just passed legislation making corporate insider loans illegal.) habbits and unfair business practices.

    --
    I'd rather be a conservative nutjob than a liberal with no nuts and no job.
    1. Re:Adelphia is Garbage by hackstraw · · Score: 2

      For what its worth, I've read recently in a newspaper that it is now illegal for a cable company to require upgrades to get a premium channel. Sorry I don't have a reference, but I read it from a newspaper while visiting my parents.

  44. Docsis cable modem can prevent this by BroadbandBradley · · Score: 2

    so can most older proprietary modems. it has to do with encrypting traffic from the modem to the CMTS, which I suspect creates some overhead. perhaps they're just being cheap? I'm on Cox.net, and if I go to webmail.cox.net it's an http not an https on the page where you submit your username and password. On the public internet this would be an issue but inside the cox.net network, you can't sniff your neigbors traffic because of the way the modems are setup (no I haven't tried, but if I did, am fairly sure what I could see I couldn't read).

    if you want all the dirt on how these modems work, go see the documentation at Cable Labs , they're the people who certify the equipment.

    Thee's a reason I call myself broadbandbradley, I couldn't think of a good handle ;-)

  45. Re:Adelphia != Bad Peoples by OdinHuntr · · Score: 2

    You obviously just don't know how to deal with tier1 tech support then. They're supposed to be cheap labor that read from scripts. If they don't follow the script, they lose their job, it's as simple as that. Trying to fuck them up to sound smart is just asinine.

  46. Re:Adelphia != Bad Peoples by Rosonowski · · Score: 2

    Heheh. I called them regarding this, and the tech didn't seem to have any idea what was going on. She told me that "..you should be using a firewall service, which is provided on the installation CD you were given with your self-install kit.."

    Ergh.

    I need to find this mystical *NIX person who works in Buffalo.

    --
    01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
  47. Re:OF course Unix users are affected by jericho4.0 · · Score: 2

    The networks DHCP servers hand off unix boxen to a different subnet without the sniffing problem. So it's not because of Unix's design, but of the networks design.

    --
    "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
  48. Yay! More Slashdot Hype! by netik · · Score: 2
    While I agree with you that a security flaw in the modem itself is just terrible, does slashdot really have to make statements like:



    The severity of a potential attack could allow a malicious subscriber to gain access to the customers private activity on the net, as well as the capabilities to hijack connections, intercept SSL/SSH/VPN encrypted sessions, hijack and poison dns servers, and perform a Denial of Service on the entire subnet.



    So what if the user intercepts SSL/SSH/VPN traffic from hosts behind the cable modem? The entire purpose of those protocols is to prevent man-in-the-middle attacks, and encrypt traffic so that the security of the transport (as seen here as entirely untrustable) is no longer an issue.

    This type of fear mongering is what drives daily stories on the front page of slashdot, and has become entirely too irritating to deal with.
    1. Re:Yay! More Slashdot Hype! by TeddyR · · Score: 3, Informative

      The problem with ettercap is that it allows for a man-in-the middle attack against ssh 1 implemenations. That includes seeing the cleartext data passing through....

      Also... many routers/firewalls and access devices that have ssh only have ssh 1 capability.... so there goes that protection.... since ettercap can intercept those... (Yes... the fingerprint presented would not match.... but then how many would know to check the fingerprint?)

      --

      --
      Time is on my side
    2. Re:Yay! More Slashdot Hype! by MikeBabcock · · Score: 2

      ... which is why you should be using SSH2 with pre-validated remote keys.

      --
      - Michael T. Babcock (Yes, I blog)
  49. A guess by A+nonymous+Coward · · Score: 2

    The article seems to imply that certain subnets are misconfigured, and presumably those subnets have windows clients only on them, the unix clients being on other subnets. Whether this is intentional or accidental is not mentioned. If not many clients are involved, and there are far more windows clients than unix, coincidence seems possible. But maybe there are enough differences in windows and unix clients (SMB shares? NFS) that it makes sense to keep them on separate subnets.

  50. Re:Solution seems simple to me... by Tony-A · · Score: 2

    I have confidence that we are not that stupid.

    I don't. We shouldn't be, but should and does are different things.

    With such as "To keep your system secure, [paraphrased a bit] download the latest security patches". With the idea that a secure connection somehow secures the systems connected. IPv6, where every traffic light has its own ip address.

    People are not built to always be looking at what they're exposing. Most people, that is.

  51. Oh please... by sstamps · · Score: 2, Informative

    Well, I can tell you that, before Adelphia bought out my local cable company, Prestige, I NEVER had so much as a single BOOTP packet outside of my own. Now, about 10% of the traffic I see is CONSTANT BOOTP requests from other customers all over the country. It is painfully obvious that Adelphia operates their network in HUB mode, when Prestige operated theirs in SWITCHED mode. You DO know what that means, right?

    BOOTP traffic should never leave the private UVR segment; period. In fact NO broadcast traffic of ANY sort should be allowed to leave the private network segment at all.

    So, don't give me that "it's an non-issue because it is TCP/IP" crap. It is an architectural issue that YOU guys need to clean up on your own network, otherwise, someone needs to do some network technician house-cleaning (all the way up to the CIO, if necessary) and send some people back to flipping burgers at McDonald's.

    While we are on the subject of security, why aren't you guys doing something about all the sequential IP scans that are going on in your network right now? Why isn't someone cleaning up THAT mess. Let's see, according to the firewall, I have 4 different scans going on right now; it has been as high as 12.

    That, and I have been having fits with your mail server (and, no, this isn't the first time, either; it happens so often, I just switch over to my own until you guys eventually finish reading your sendmail HOWTO and get it fixed).

    I realize that with Adelphia being more or less in bankruptcy right now, customer support is not very high on your list of things to take care of (just like network engineering), but don't come in here and tell us that it is a fundamental problem outside of your control when it is NOT. Get control of your network and stop making excuses.

    --
    -SS "Teach the ignorant, care for the dumb, and punish the stupid."
    1. Re:Oh please... by suwain_2 · · Score: 2

      I'm an Adelphia customer... I ran Ethereal (on my internal LAN, through NAT -- so I shouldn't be seeing anything from the cable modem anyway). I'm getting flooded with a bunch of "V2 Membership Report"s, from various and sundry hosts on the network, using IGMP (Internet Group Membership Protocol, I believe). They all seem to be local, but I've never understood what they meant.

      Is that what these are? They're being multicast to 239.255.255.250, which is reserved by ARIN (a multicast netblock?)

      I've always regarded these as random garbage, but never as a security risk. (Although I can see why they would be.) Is this what the article is referring to?

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
    2. Re:Oh please... by sstamps · · Score: 2

      Actually, IGMP is Interior Gateway Management Protocol, which is probablu what Adelphia is using to communicate between their routers. You shouldn't be seeing those, as the UBRs should be filtering them out for you (unless there is another one of their routers on the customer side of your UBR). The one I am connected to seems to filter it out.

      If you are seeing the packets on your own private network, then your broadband router is also passing them, and maybe you should filter it out.

      No, what the article is referring to is the potential for spoofing responses to ARP and BOOTP/DHCP queries to setup man-in-the-middle attacks. You won't see these inside on your private LAN segment, but if you can somehow run a sniffer on the public side, you will see TUNS of ARPs / BOOTP requests.

      --
      -SS "Teach the ignorant, care for the dumb, and punish the stupid."
  52. Re:Ettercap by martissimo · · Score: 2

    heh i thought it quite considerate of Slashdot to include links to SSL/SSH and VPN sniffers right in the article... wouldn't want any script kiddie to actually have to google for em or anything :)

  53. Re:ARP poisoning by cduffy · · Score: 3, Informative

    Any decently configured VPN won't just warn the user if the key changes -- it'll out and out refuse to work. Likewise, the server will also be verifying the client's key -- any change and thanks-for-playing but yer out.

    For SSH, where folks really *do* ignore the issue, yes, this is a problem. A good VPN? No, absolutely not.

  54. Re:Adelphia != Bad Peoples by Renraku · · Score: 2

    I doubt tech support will be able to do much. Reminds me of people who would call in and demand that I, not Bellsouth or ground technicians, put a DSLAM in their neighborhood, or they'd sue me.

    You don't seem as if you're going to sue, but what do you think they can do? Press the 'Magic Button' and change their network infrastructure to be safer?

    Escalate the call up to the president if possible. Tell him about it. And don't be technical. Nothing I hated more than someone calling up and acting all badass because they use Linux or some alternative operating system.

    If your goal is to confuse the less informed, its obviously not to get legitimite help. In which case, go ahead, but don't complain about not getting any help when you have to explain what 'Megadin God icewn distro tcp/mp3 with OS2 kernal' is for three hours.

    --
    Job? I don't have time to get a job! Who will sit around and bitch about being broke and unemployed then?
  55. Re:ARP poisoning by cduffy · · Score: 2

    Sorry for responding more than once, but I just reread yer post came up with something more to add...

    And before connecting for the first time, transfer the key to the client by some other means if possible (even sending it by email would be pretty safe in practice)

    Ya know, it depends on what industry 'yer in.

    I just recently ended up as sysadmin for a startup making medical software, and HIPAA makes some very specific requirements regarding how key exchange can be done -- not only is email out, but so is encrypted exchange not using hardware-token-based authentication.

    Just allowing ssh or whatever to copy over the current key -- well, that's very, very out. Bonded courier, direct personal exchange, and telephone (where each party can verify the other's voice) are the only alternatives to going the hardware-crypto route. Anyone expecting to do a little ARP spoofing and pull a man-in-the-middle... well, let's say they're going to be disappointed.

  56. That's probably the advertised behavior by herbierobinson · · Score: 2

    I haven't checked Adelphia, but most Broadband ISPs are very up front about telling customers that there is absolutely no security provided by them. It's probably in the TOS, too. The only thing the ISPs block stuff for is performance tuning.

    I've heard a number of stories about people finding Windows printers they didn't own when they got their cable modem connection...

    --
    An engineer who ran for Congress. http://herbrobinson.us
  57. Well, actually.. by sstamps · · Score: 2

    You WILL see ARP packets on your own private subnet, but these are your own and are OK.

    You WILL see BOOTP/DHCP packets if you are using dynamic addressing, but again these are your own and are OK.

    "These are not the packets you are looking for..."

    --
    -SS "Teach the ignorant, care for the dumb, and punish the stupid."