nginx漏洞修復(fù)&安裝填坑記錄

系統(tǒng):linux/centos6.5
nginx版本openresty/1.13.6.2

漏洞描述
http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html

Hello!

Two security issues were identified in nginx HTTP/2 implementation,
which might cause excessive memory consumption (CVE-2018-16843)
and CPU usage (CVE-2018-16844).

The issues affect nginx compiled with the ngx_http_v2_module (not
compiled by default) if the "http2" option of the "listen" directive is
used in a configuration file.

The issues affect nginx 1.9.5 - 1.15.5.
#nginx1.15.6,1.14.1修復(fù)了該問題
The issues are fixed in nginx 1.15.6, 1.14.1.

Thanks to Gal Goldshtein from F5 Networks for initial report of the CPU
usage issue.
.

為什么選擇重新安裝nginx鹦聪?

openresty官網(wǎng)最新的穩(wěn)定版本是1.13.6.2汁掠,盡管它推出了一個(gè)最新測(cè)試版1.15.8.1 RC1角骤,考慮到穩(wěn)定因素并且nginx配置中也基本沒有特殊的場(chǎng)景需要用到Lua,最后我選擇安裝原生的nginx黑低。

1. 下載
cd /home
#下載nginx 1.14.2
wget http://nginx.org/download/nginx-1.14.2.tar.gz
#解壓
tar -xzf nginx-1.14.2.tar.gz
2. 編譯安裝
/home/nginx-1.14.2/configure --prefix=/usr/local/nginx 
--with-http_stub_status_module
--without-http_fastcgi_module
--without-http_upstream_ip_hash_module
--without-http_autoindex_module
--without-http_ssi_module
--without-mail_pop3_module
--without-mail_imap_module --without-mail_smtp_module
--without-http_uwsgi_module --without-http_scgi_module
--without-http_memcached_module
#編譯
make
#安裝
make install

接下來拷貝openresty中配置文件及SSL認(rèn)證證書

cp -r /usr/local/openresty/nginx/conf/nginx.conf /usr/local/nginx/conf
...

檢查nginx配置文件是否正確

/usr/local/nginx/sbin/nginx -t
nginx: [emerg] unknown directive "ssl" in /usr/local/nginx/conf/nginx.conf:181
nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed

上面這個(gè)問題是我們?cè)诰幾g的時(shí)候少加了--with-http_ssl_module模塊,我們需要把這個(gè)模塊編譯進(jìn)去匾七。

/home/nginx-1.14.2/configure --prefix=/usr/local/nginx 
--with-http_ssl_module
#只編譯不需要install
make
#然后又報(bào)錯(cuò)啦Eト取4朴纭杯聚!
/home/nginx-1.14.2/src/event/ngx_event_openssl.c:3397: undefined reference to `SSL_CIPHER_find'
/home/nginx-1.14.2/src/event/ngx_event_openssl.c:3417: undefined reference to `SSL_CIPHER_find'
objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_check_host':
/home/nginx-1.14.2/src/event/ngx_event_openssl.c:3208: undefined reference to `X509_check_host'
objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_handshake':
/home/nginx-1.14.2/src/event/ngx_event_openssl.c:1314: undefined reference to `SSL_is_server'
objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_info_callback':
/home/nginx-1.14.2/src/event/ngx_event_openssl.c:851: undefined reference to `SSL_is_server'
objs/src/http/modules/ngx_http_ssl_module.o: In function `ngx_http_ssl_merge_srv_conf':
/home/nginx-1.14.2/src/http/modules/ngx_http_ssl_module.c:695: undefined reference to `SSL_CTX_set_alpn_select_cb'

Google查問題掉了一把頭發(fā)臼婆,最后發(fā)現(xiàn)是機(jī)器openssl版本問題,因?yàn)閚ginx中用到了openssl新版本的東西而當(dāng)前版本是沒有的幌绍,于是接下來就應(yīng)該去下載新版本的openssl了颁褂。

wget https://www.openssl.org/source/openssl-1.0.2r.tar.gz
tar -xzf openssl-1.0.2r.tar.gz
#重新編譯模塊
/home/nginx-1.14.2/configure --prefix=/usr/local/nginx 
--with-http_ssl_module 
--with-openssl=/home/openssl-1.0.2r

備份原來nginx文件

cp /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak
#將新編譯的nginx文件替換原有的
cp objs/nginx /usr/local/nginx/sbin/nginx

最后檢查nginx配置是否正確

/usr/local/nginx/sbin/nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
#啟動(dòng)nginx
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市傀广,隨后出現(xiàn)的幾起案子颁独,更是在濱河造成了極大的恐慌,老刑警劉巖伪冰,帶你破解...
    沈念sama閱讀 211,042評(píng)論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件誓酒,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡贮聂,警方通過查閱死者的電腦和手機(jī)靠柑,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,996評(píng)論 2 384
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來寂汇,“玉大人病往,你說我怎么就攤上這事捣染〗景辏” “怎么了?”我有些...
    開封第一講書人閱讀 156,674評(píng)論 0 345
  • 文/不壞的土叔 我叫張陵耍攘,是天一觀的道長(zhǎng)榕栏。 經(jīng)常有香客問我,道長(zhǎng)蕾各,這世上最難降的妖魔是什么扒磁? 我笑而不...
    開封第一講書人閱讀 56,340評(píng)論 1 283
  • 正文 為了忘掉前任,我火速辦了婚禮式曲,結(jié)果婚禮上妨托,老公的妹妹穿的比我還像新娘缸榛。我一直安慰自己,他們只是感情好兰伤,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,404評(píng)論 5 384
  • 文/花漫 我一把揭開白布内颗。 她就那樣靜靜地躺著,像睡著了一般敦腔。 火紅的嫁衣襯著肌膚如雪均澳。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,749評(píng)論 1 289
  • 那天符衔,我揣著相機(jī)與錄音找前,去河邊找鬼。 笑死判族,一個(gè)胖子當(dāng)著我的面吹牛躺盛,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播形帮,決...
    沈念sama閱讀 38,902評(píng)論 3 405
  • 文/蒼蘭香墨 我猛地睜開眼颗品,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了沃缘?” 一聲冷哼從身側(cè)響起躯枢,我...
    開封第一講書人閱讀 37,662評(píng)論 0 266
  • 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎槐臀,沒想到半個(gè)月后锄蹂,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,110評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡水慨,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,451評(píng)論 2 325
  • 正文 我和宋清朗相戀三年得糜,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片晰洒。...
    茶點(diǎn)故事閱讀 38,577評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡朝抖,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出谍珊,到底是詐尸還是另有隱情治宣,我是刑警寧澤,帶...
    沈念sama閱讀 34,258評(píng)論 4 328
  • 正文 年R本政府宣布砌滞,位于F島的核電站侮邀,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏贝润。R本人自食惡果不足惜绊茧,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,848評(píng)論 3 312
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望打掘。 院中可真熱鬧华畏,春花似錦鹏秋、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,726評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至况芒,卻和暖如春惜纸,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背绝骚。 一陣腳步聲響...
    開封第一講書人閱讀 31,952評(píng)論 1 264
  • 我被黑心中介騙來泰國(guó)打工耐版, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人压汪。 一個(gè)月前我還...
    沈念sama閱讀 46,271評(píng)論 2 360
  • 正文 我出身青樓粪牲,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親止剖。 傳聞我的和親對(duì)象是個(gè)殘疾皇子腺阳,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,452評(píng)論 2 348

推薦閱讀更多精彩內(nèi)容