Need information

2022-03-11 Thread Gk Gk
Hi, We work on cloud platforms and we have recently come across an nginx vulnerability described at https://mailman.nginx.org/pipermail/nginx-announce/2021/000300.html?_ga=2.60788846.2132221914.1646979909-1951211776.1640153145 We are using Ubuntu 20.04 OS versions which have nginx 1.18 version. W

Re: Need information

2022-03-11 Thread Sergey A. Osokin
Hi Kumar, hope you're doing well. On Fri, Mar 11, 2022 at 02:48:50PM +0530, Gk Gk wrote: > Hi, > > We work on cloud platforms and we have recently come across an nginx > vulnerability described at > https://mailman.nginx.org/pipermail/nginx-announce/2021/000300.html?_ga=2.60788846.2132221914.164

Re: Need information

2022-03-11 Thread Gk Gk
Thanks Sergey. One question. Which package is exactly affected by this CVE ? is it base nginx package or nginx-extras or nginx-common package ? Also what is the location of this affected resolver.c file in an installed server of ubuntu ? On Fri, Mar 11, 2022 at 3:00 PM Sergey A. Osokin wrote: >

Re: Need information

2022-03-11 Thread Sergey A. Osokin via nginx-devel
That should be the nginx-common package. The resolver.c file isn't a part of the package, that file is a C source code file, usually not a part of a binary distribution. -- Sergey A. Osokin On Fri, Mar 11, 2022 at 05:51:21PM +0530, Gk Gk wrote: > Thanks Sergey. One question. Which package is ex

Re: [PATCH 0 of 1] Fix for Nginx hanging on systems without EPOLLRDHUP

2022-03-11 Thread Maxim Dounin
Hello! On Mon, Mar 07, 2022 at 06:12:41PM -0500, Marcus Ball wrote: > On 3/5/22 23:05, Maxim Dounin wrote: > > Hello! > > > > On Thu, Mar 03, 2022 at 02:04:21PM -0500, Marcus Ball wrote: > > > >> I recently encountered an issue where Nginx would hang for a very long > >> time, if not indefinitely