V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
megaforce
V2EX  ›  分享发现

升级nginx吧-CVE-2013-4547

  •  
  •   megaforce · 2013-11-20 14:44:27 +08:00 · 2915 次点击
    这是一个创建于 3816 天前的主题,其中的信息可能已经有所发展或是发生改变。
    The problem affects nginx 0.8.41 - 1.5.6.

    The problem is fixed in nginx 1.5.7, 1.4.4.


    http://mailman.nginx.org/pipermail/nginx-announce/2013/000125.html
    3 条回复    1970-01-01 08:00:00 +08:00
    sdysj
        1
    sdysj  
       2013-11-20 16:34:26 +08:00
    nginx最近频频出CVE,真闹腾。。。
    m
        2
    m  
       2013-11-20 16:49:07 +08:00
    不用php的无所谓吧?
    felix021
        3
    felix021  
       2013-11-20 16:59:06 +08:00
    As a temporary workaround the following configuration
    can be used in each server{} block:

    if ($request_uri ~ " ") {
    return 444;
    }
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2307 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 03:22 · PVG 11:22 · LAX 20:22 · JFK 23:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.