Launchpad has imported 29 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=789601.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2012-02-11T17:23:27+00:00 John wrote:

dhcpd fails after a while with:

Feb 11 17:19:18 pent dhcpd: Timeout requested too large reducing to 2^^32-1
Feb 11 17:19:18 pent dhcpd: Unable to set up timer: out of range
Feb 11 17:19:18 pent dhcpd[29451]: Timeout requested too large reducing to 
2^^32-1
Feb 11 17:19:18 pent dhcpd:
Feb 11 17:19:18 pent dhcpd[29451]: Unable to set up timer: out of range

dhcp-4.2.3-6.P2.fc16.x86_64

Removing or modifying lease options below seems to make no difference. I
don't know of a work-around.

dhcpd.conf is:

ddns-update-style interim;
authoritative;
ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {
}

subnet 192.168.1.0 netmask 255.255.255.0 {

# --- default gateway
        option routers                  192.168.1.1;
        option subnet-mask              255.255.255.0;

        option nis-domain               "localdomain";
        option domain-name              "localdomain";
        option domain-name-servers      8.8.8.8;

#       option time-offset              -18000; # Eastern Standard Time

#       option ip-forwarding off;

        default-lease-time infinite;
        max-lease-time infinite;

        host rent {
#               hardware ethernet 0:c0:9f:66:fa:fd;
#               hardware ethernet 0:0b:6b:4c:40:52;
                hardware ethernet 0:1a:6b:6a:21:5b;
#               hardware ethernet 00:1b:77:5a:50:7b;
                fixed-address 192.168.1.3;
                option host-name "rent";
        }

        host argument {
                hardware ethernet 00:12:3f:eb:7f:8f;
                fixed-address 192.168.1.4;
                option host-name "argument";
        }

        host sent {
                hardware ethernet 00:1c:bf:42:fb:8a;
                fixed-address 192.168.1.8;
                option host-name "sent";
        }

        host went {
                hardware ethernet 00:0f:b5:9f:c3:78;
                fixed-address 192.168.1.100;
                option host-name "went";
        }

        host parent {
                hardware ethernet b8:ff:61:11:cc:34;
                fixed-address 192.168.1.5;
                option host-name "parent";
        }

        range 192.168.1.9 192.168.1.90;
}

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/0

------------------------------------------------------------------------
On 2012-02-11T17:49:20+00:00 John wrote:

It looks like the client with the request is an Android HTC phone.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/1

------------------------------------------------------------------------
On 2012-02-13T17:45:16+00:00 John wrote:

In fact, if this really is dhcpd dying due to a bad request, this is a
big security hole.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/2

------------------------------------------------------------------------
On 2012-02-13T17:53:22+00:00 Jiri wrote:

OK, marking as "Security Sensitive" for now. I'll look at the problem
tomorrow.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/3

------------------------------------------------------------------------
On 2012-02-14T08:28:55+00:00 Jiri wrote:

Good news first: The problem is in code
(common/dispatch.c:add_timeout()) that was newly added in 4.2.0 so no
RHEL version is affected.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/4

------------------------------------------------------------------------
On 2012-02-14T08:41:30+00:00 Jiri wrote:

We already once had a problem (bug #628258) with this part of code.
I reported the fix upstream but they chose a different solution, which 
obviously hasn't been perfect.
Their fix was released in 4.2.1b1 with this comment in changelog:
- Limit the timeout period allowed in the dispatch code to 2^^32-1 seconds.
  Thanks to a report from Jiri Popelka at Red Hat.
  [ISC-Bugs #22033], [Red Hat Bug #628258]

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/5

------------------------------------------------------------------------
On 2012-02-14T09:06:26+00:00 Jiri wrote:

John,

thank you for the report. It took me some time to get to it because from
the description I hadn't been aware of the fact that the server crashes.

Anyway this really looks like a security problem and to narrow it down
some packet dump is crucial (we need to see the message that came from
the client before server crashes). Are you able to get one ? You can use
wireshark-gnome or tcpdump. Thanks again.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/6

------------------------------------------------------------------------
On 2012-02-14T13:46:11+00:00 John wrote:

I can, though it will probably be tomorrow at the earliest.

In the meantime I'm using dnsmasq as a workaround.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/7

------------------------------------------------------------------------
On 2012-02-15T14:31:35+00:00 Jiri wrote:

I've added some debugging outputs to the dhcpd code so it should write
out values of some important variables before the crash.

Download it from here http://jpopelka.fedorapeople.org/789601/dhcpd
and make it executable (chmod +x dhcpd).

You could either replace /usr/sbin/dhcpd with it (restore SELinux
context with 'restorecon -Fvv /usr/sbin/dhcpd') or simply leave it
wherever you want and run  it (as root) with /path/to/dhcpd -d
[<interface>]

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/8

------------------------------------------------------------------------
On 2012-02-16T01:54:56+00:00 John wrote:

Feb 16 01:54:06 pent dhcpd: Timeout requested too large reducing to 2^^32-1
Feb 16 01:54:06 pent dhcpd: when->tv_sec: 0x4f466e6c (5624983148)
Feb 16 01:54:06 pent dhcpd: when->tv_usec: 0x0 (0)
Feb 16 01:54:06 pent dhcpd: cur_tv.tv_sec: 0x4f3c61be (1329357246)
Feb 16 01:54:06 pent dhcpd: cur_tv.tv_usec: 0x32e58 (208472)
Feb 16 01:54:06 pent dhcpd: sec: 0xffffffff (4294967295)
Feb 16 01:54:06 pent dhcpd: sec & 0xFFFFFFFF: 0xffffffff (4294967295)
Feb 16 01:54:06 pent dhcpd: usec: 0x0 (0)
Feb 16 01:54:06 pent dhcpd: interval.seconds: 0xffffffff (4294967295)
Feb 16 01:54:06 pent dhcpd: interval.nanoseconds: 0x0 (0)
Feb 16 01:54:06 pent dhcpd: expires.seconds: 0xccec5a98 (3438041752)
Feb 16 01:54:06 pent dhcpd: expires.nanoseconds: 0x7f0c (32524)
Feb 16 01:54:06 pent dhcpd: Unable to set up timer: out of range

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/9

------------------------------------------------------------------------
On 2012-02-16T13:34:12+00:00 Jiri wrote:

Created attachment 562491
Provisional patch

I hopefully localized the problem and have a patch.
I locally built the packages but don't know if it's safe tu upload them (not 
the srpm of course) to a public site like http://jpopelka.fedorapeople.org so 
John can test them.
Meanwhile there's only the patched dhcpd binary 
http://jpopelka.fedorapeople.org/789601/dhcpd

Some comment what's (I think) going on is in the patch.
The core fix with comment should be:

dhcp-4.2.3-P2/common/dispatch.c
@@ -246,26 +246,40 @@ void add_timeout (when, where, what, ref
         * the working code use the same values.
         */
 
+       /*
+        * We need to reduce (to 2^^32-1) the absolute time from an epoch
+        * (i.e. value of when->tv_sec) and not the relative time (value of
+        * sec variable).
+        * In other words, we have to make sure that once the
+        * isc_time_nowplusinterval() adds current time to the given relative
+        * time the result will be less than 2^^32-1.
+        */
+       if (when->tv_sec > DHCP_SEC_MAX) {
+               log_error("Timeout requested too large "
+                         "reducing to 2^^32-10");
+               /*
+                * HACK: 9 is some magic number of seconds
+                *       because some time goes by between the last call of 
gettimeofday()
+                *       and the one in isc_time_nowplusinterval()
+                *       I'm sure the ISC guys will figure out something better 
;-)
+                */
+               when->tv_sec = DHCP_SEC_MAX - 9;
+       }
        sec  = when->tv_sec - cur_tv.tv_sec;
        usec = when->tv_usec - cur_tv.tv_usec;

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/10

------------------------------------------------------------------------
On 2012-02-16T13:37:08+00:00 Jiri wrote:

Anyway the packet dump (as requested in comment #6) would be still very useful.
So I can try to reproduce it here.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/11

------------------------------------------------------------------------
On 2012-02-17T19:46:25+00:00 John wrote:

Created attachment 563976
wireshark capture of dhcp discover packet

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/12

------------------------------------------------------------------------
On 2012-02-18T07:19:48+00:00 Jiri wrote:

Thanks, however I can't see anything wrong in the packet and my server (even 
with your configuration) correctly answers with DHCPOFFER indeed.
Maybe it was some other packet ? You can send the whole packet dump (not just 
the one message) directly to my email.

It would be also great if you could test the patched dhcpd
http://jpopelka.fedorapeople.org/789601/dhcpd

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/13

------------------------------------------------------------------------
On 2012-02-18T11:56:40+00:00 John wrote:

The patched binary works for me.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/14

------------------------------------------------------------------------
On 2012-02-19T16:40:19+00:00 Jiri wrote:

Well, even the Discover, Offer, Request, ACK messages in the packet
capture you sent to me look good. So when does the server exit ? After
it sends the ACK ?

(In reply to comment #14)
> The patched binary works for me.

Great news, thanks.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/15

------------------------------------------------------------------------
On 2012-02-19T17:23:37+00:00 John wrote:

I'm not sure how to answer your question, I don't know when the server
exits beyond "very soon after".

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/16

------------------------------------------------------------------------
On 2012-02-20T15:07:22+00:00 Jiri wrote:

Created attachment 564453
John's packet dump (DHCP messages only).

I went through the packet dump once more but haven't been able to find
anything strange (I was hoping to see some big values in some time
option or something like that).

I set up a server/client to be as much as possible to John's server/client.
I tried to reproduce the problem here but with no luck.

So although we don't have a reproducer, we know where in the code the
problem is, that it's a security problem (DoS) and we have a patch that
John confirmed as fixing it.

To security response team:
What's the next step ? Can I report this upstream (security-offi...@isc.org) ?

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/17

------------------------------------------------------------------------
On 2012-02-20T15:09:26+00:00 Jiri wrote:

Created attachment 564454
final patch

I just removed the debug messages, otherwise it's the same as the patch
from comment #10.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/18

------------------------------------------------------------------------
On 2012-02-21T10:37:07+00:00 Tomas wrote:

(In reply to comment #17)
> What's the next step ? Can I report this upstream (security-offi...@isc.org) ?

Yes, you can notify upstream.  Please CC s-r-t@ on your report.  TY!

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/19

------------------------------------------------------------------------
On 2012-02-23T11:33:37+00:00 Jiri wrote:

So, we have a reproducer. In my case the trick is in
 default-lease-time infinite;
 max-lease-time infinite;
and then 
1) let some client get a lease
2) restart the server
and now the first client's request will send the server down.

So it's probably not a security problem after all.

However upstream is asking for some more info.
I already answered what I know and will re-send the questions directly to John
because I don't think we need to use this ticket as an intermediary.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/20

------------------------------------------------------------------------
On 2012-07-26T01:27:57+00:00 Jiri wrote:

To security-response-team:

Please remove the security flag (I'm not able to do that), see bug
#796459, comment #8.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/21

------------------------------------------------------------------------
On 2012-07-26T07:47:49+00:00 Pavel wrote:

*** Bug 843185 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/22

------------------------------------------------------------------------
On 2012-07-26T07:50:41+00:00 Pavel wrote:

I confirm DHCP server now DHCPACK's the lease and continues to run with:

Jul 26 09:43:02 router dhcpd: Timeout requested too large reducing to 2^^32-10
Jul 26 09:43:02 router dhcpd: DHCPREQUEST for 192.168.25.10 from 
52:54:00:eb:e9:fb (station) via eth1
Jul 26 09:43:02 router dhcpd: DHCPACK on 192.168.25.10 to 52:54:00:eb:e9:fb 
(station) via eth1

Next dhclient run just:

Jul 26 09:44:29 router dhcpd: DHCPREQUEST for 192.168.25.10 from 
52:54:00:eb:e9:fb (station) via eth1
Jul 26 09:44:29 router dhcpd: DHCPACK on 192.168.25.10 to 52:54:00:eb:e9:fb 
(station) via eth1

Using http://koji.fedoraproject.org/koji/taskinfo?taskID=4330107
suggested by jpopelka.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/23

------------------------------------------------------------------------
On 2012-07-27T02:41:28+00:00 Dan wrote:

Created attachment 600673
Simpler alternate patch for 64-bit interval calculation bug (see also #662254)

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/24

------------------------------------------------------------------------
On 2012-07-27T08:45:20+00:00 Fedora wrote:

dhcp-4.2.4-9.P1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/FEDORA-2012-11079/dhcp-4.2.4-9.P1.fc17

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/25

------------------------------------------------------------------------
On 2012-07-27T08:48:31+00:00 Fedora wrote:

dhcp-4.2.3-11.P2.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/FEDORA-2012-11110/dhcp-4.2.3-11.P2.fc16

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/26

------------------------------------------------------------------------
On 2012-08-01T18:28:51+00:00 Fedora wrote:

dhcp-4.2.4-9.P1.fc17 has been pushed to the Fedora 17 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/27

------------------------------------------------------------------------
On 2012-08-06T07:51:02+00:00 Fedora wrote:

dhcp-4.2.3-11.P2.fc16 has been pushed to the Fedora 16 stable
repository.  If problems still persist, please make note of it in this
bug report.

Reply at: https://bugs.launchpad.net/ubuntu/+source/isc-
dhcp/+bug/1189571/comments/28


** Changed in: isc-dhcp (Fedora)
       Status: Unknown => Fix Released

** Changed in: dhcp
       Status: Unknown => Fix Released

** Changed in: isc-dhcp (Fedora)
   Importance: Unknown => High

** Changed in: dhcp
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu.
https://bugs.launchpad.net/bugs/1189571

Title:
  [SRU] "Unable to set up timer: out of range" caused by bad 64_bit
  timer

Status in DHCP:
  Fix Released
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in isc-dhcp source package in Quantal:
  Fix Released
Status in isc-dhcp source package in Raring:
  Fix Released
Status in isc-dhcp source package in Saucy:
  Fix Released
Status in isc-dhcp package in Fedora:
  Fix Released

Bug description:
  SRU justification

  [Symtpom]:The dchp client on 12.10 and 13.04 on 64-bit installations
  fails with "Unable to set up timer: out of range" and then exits when
  the max lease time is given (~135years).

  [Impact]: Systems running on networks with max lease times will not
  configure and the dhcpclient will error out and exit.

  [Test Case]:
  - Set DHCP Server to serve out max lease times
  - Configure Ubuntu to use DHCP
  - Run "sudo restart networking"
  - Check if dhclient is NOT running, i.e. "ps axw  | grep dhclient"
  - Install new isc-dhcp-client and isc-dhcp-common package
  - Run "sudo restart networking"
  - Check if dhclient IS running, i.e. "ps axw | grep dhclient"

  [Regression]: No regressions are expected. This fix simply reduces the
  lease time to (MAX_TIME - 9) seconds in cases where the lease exceeds
  the max lease.

  [Other Info]
  This is an upstream regression between 4.1.ESV-R4 (precise's isc-dhcp) and 
4.2.4 (quantal, raring, saucy). It was fixed in Fedora under redhat bug 789601 
(http://pkgs.fedoraproject.org/cgit/dhcp.git/commit/?id=bd413ec3f9585ff8ccb8a5a66097fab53a8f5fe4)

  [Originial Report]: 
  On Windows Azure, the max lease time is used. In digging, it appears
  that the problem is related to the large lease times:

  From /var/log/upstart/netwokring:
  Listening on LPF/eth0/00:15:5d:52:cd:db
  Sending on   LPF/eth0/00:15:5d:52:cd:db
  Sending on   Socket/fallback
  DHCPREQUEST of 100.86.20.3 on eth0 to 255.255.255.255 port 67 (xid=0x30df9c2d)
  DHCPACK of 100.86.20.3 from 100.86.20.1
  RTNETLINK answers: File exists
  Unable to set up timer: out of range
  Failed to bring up eth0.

  This looks like a duplicate of the RH Bug 789601

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: isc-dhcp-client 4.2.4-5ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon Jun 10 17:57:48 2013
  MarkForUpload: True
  SourcePackage: isc-dhcp
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhcp/+bug/1189571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to