ethernet interface serial number leak risk?

This is a discussion on ethernet interface serial number leak risk? within the Linux Security forums, part of the System Security and Security Related category; Just curious, this serial number, # lshw description: Ethernet interface logical name: eth0 serial: 00:11:e3:.... if known to outsiders, ...


Go Back   Usenet Forums > System Security and Security Related > Linux Security

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-11-2005
Dan Jacobson
 
Posts: n/a
Default ethernet interface serial number leak risk?

Just curious, this serial number,
# lshw
description: Ethernet interface
logical name: eth0
serial: 00:11:e3:....
if known to outsiders, could pose some kind of security risk?
Reply With Quote
  #2 (permalink)  
Old 07-12-2005
Grant Coady
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

On Tue, 12 Jul 2005 02:22:14 +0800, Dan Jacobson <jidanni@jidanni.org> wrote:

> Just curious, this serial number,
> # lshw
> description: Ethernet interface
> logical name: eth0
> serial: 00:11:e3:....
> if known to outsiders, could pose some kind of security risk?


Just like your current IP number, computers talk to each other
with numeric addresses, unplug the network for a secure system :o))

--Grant.
Reply With Quote
  #3 (permalink)  
Old 07-12-2005
Wolfman's Brother
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

Dan Jacobson wrote:
> Just curious, this serial number,
> # lshw
> description: Ethernet interface
> logical name: eth0
> serial: 00:11:e3:....
> if known to outsiders, could pose some kind of security risk?


Yes and no.

The "number" is your computer's address (at layer 2). If it wasnt
knowable, your machine couldnt communicate with others. Your question is
a little like asking "If I tell people my postal address, is that a
security risk".

Answer "yes" if you dont lock your front door and you have many enemies.

Answer "no" if your house is secure.

Chris

--
http://www.lowth.com/rope - Control of complex protocols (such as P2P)
using Linux, Iptables and the ROPE scripting
language.
Reply With Quote
  #4 (permalink)  
Old 07-12-2005
Tony Lawrence
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

Dan Jacobson wrote:
> Just curious, this serial number,
> # lshw
> description: Ethernet interface
> logical name: eth0
> serial: 00:11:e3:....
> if known to outsiders, could pose some kind of security risk?


That is funny. I have never seen a MAC address described as a serial
number before. Given its purpose, that's a simply horrible tag to put
on it. But then again, "MAC address" isn't particularly useful either.
Maybe it should be listed as "uid" for unique identifier.


--
Tony Lawrence
Unix/Linux/Mac OS X resources: http://aplawrence.com
Reply With Quote
  #5 (permalink)  
Old 07-12-2005
Robert Nichols
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

In article <87r7e59p9l.fsf@jidanni.org>,
Dan Jacobson <jidanni@jidanni.org> wrote:
:Just curious, this serial number,
: # lshw
: description: Ethernet interface
: logical name: eth0
: serial: 00:11:e3:....
:if known to outsiders, could pose some kind of security risk?

Since that information is contained in the header of every packet you
send out on that interface, I'd have to say, "No."

Your concern is similar to one I heard a while back from someone who
considered it a horrible risk to tell a company the account number for
his checking account, but was perfectly willing to send that company an
actual check -- which of course has that information printed across the
bottom.

--
Bob Nichols AT comcast.net I am "rnichols42"
Reply With Quote
  #6 (permalink)  
Old 07-12-2005
Bit Twister
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

On Tue, 12 Jul 2005 15:54:19 +0000 (UTC), Robert Nichols wrote:
>
> Since mac information is contained in the header of every packet you
> send out on that interface, I'd have to say, "No."


Also, I thought the mac address was stripped at the first router/gateway.
Reply With Quote
  #7 (permalink)  
Old 07-12-2005
Centurion
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

Grant Coady wrote:

> On Tue, 12 Jul 2005 02:22:14 +0800, Dan Jacobson <jidanni@jidanni.org>
> wrote:
>
>> Just curious, this serial number,
>> # lshw
>> description: Ethernet interface
>> logical name: eth0
>> serial: 00:11:e3:....
>> if known to outsiders, could pose some kind of security risk?

>
> Just like your current IP number, computers talk to each other
> with numeric addresses, unplug the network for a secure system :o))


....and put your computer in a welded box with no openings. Network access
is one thing, but if someone can get physical access to your system, all
bets are off :) Precisely the reason data centres have cages to isolate
customers from each other.

James
--
Whatever doesn't succeed in two months and a half in California will
never succeed.
-- Rev. Henry Durant, founder of the University of California

Reply With Quote
  #8 (permalink)  
Old 07-13-2005
Robert Nichols
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

In article <slrndd8067.d5j.BitTwister@wb.home.invalid>,
Bit Twister <BitTwister@mouse-potato.com> wrote:
:On Tue, 12 Jul 2005 15:54:19 +0000 (UTC), Robert Nichols wrote:
:>
:> Since mac information is contained in the header of every packet you
:> send out on that interface, I'd have to say, "No."
:
:Also, I thought the mac address was stripped at the first router/gateway.

True, but the MAC address is totally useless unless you're on the
same subnet. The point is that anyone who could make _use_ of the
MAC address, i.e. those who share your subnet, can see that address
in every packet you send out.

--
Bob Nichols AT comcast.net I am "rnichols42"
Reply With Quote
  #9 (permalink)  
Old 07-13-2005
Moe Trin
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

In the Usenet newsgroup comp.os.linux.security, in article
<87r7e59p9l.fsf@jidanni.org>, Dan Jacobson wrote:

>Just curious, this serial number,
> # lshw
> description: Ethernet interface
> logical name: eth0
> serial: 00:11:e3:....
>if known to outsiders, could pose some kind of security risk?


If someone finds your cell phone number, is that a security risk?

If someone finds your public key (GPG or PGP), is that a security risk?

How about if someone finds the serial number on the motor block of
your car (not the VIN - that number is often visible from outside
the car - by law).

Ethernet MAC addresses have been used as license keys for software for
some years. The frustration when the NIC fails, or when the computer
is replaced is another reason why /sbin/ifconfig has the 'hw' option,
and why that key is rarely used. For most hardware, the MAC address
is as useful for identification as the Host ID (see gethostid).

VERY few applications are even aware that the MAC address exists (it
doesn't if you have no NIC). Two old mail tools that I used years ago
on Suns used the MAC as part of the 'Message-ID' header for mail (see
RFC0822 section 4.6.1, and RFC2822 section 3.6.4). I vaguely recall a
news reader from long ago that did the same thing.

Bottom line: For non-police situations - this is a non-issue. For
police situations (criminal evidence), "there are other ways".

Old guy
Reply With Quote
  #10 (permalink)  
Old 07-13-2005
Jack Masters
 
Posts: n/a
Default Re: ethernet interface serial number leak risk?

>> description: Ethernet interface
>> logical name: eth0
>> serial: 00:11:e3:....
>>if known to outsiders, could pose some kind of security risk?

>
>
> If someone finds your cell phone number, is that a security risk?


I would say a DOS risk. The someone could report the phone stolen and
have the provider switch it off, or hammer it with text messages until
it's memory is full, thereby preventing it from receiving legit messages ;-)

J.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:38 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0