[文章作者:张宴 本文版本:v1.2 最后修改:2010.05.24 转载请注明原文链接:http://blog.zyan.cc/nginx_0day/]

  注:2010年5月23日14:00前阅读本文的朋友,请按目前v1.1版本的最新配置进行设置。

  昨日,80Sec 爆出Nginx具有严重的0day漏洞,详见《Nginx文件类型错误解析漏洞》。只要用户拥有上传图片权限的Nginx+PHP服务器,就有被入侵的可能。

  其实此漏洞并不是Nginx的漏洞,而是PHP PATH_INFO的漏洞,详见:http://bugs.php.net/bug.php?id=50852&edit=1

  例如用户上传了一张照片,访问地址为http://www.domain.com/images/test.jpg,而test.jpg文件内的内容实际上是PHP代码时,通过http://www.domain.com/images/test.jpg/abc.php就能够执行该文件内的PHP代码。

  网上提供的临时解决方法有:

  方法①、修改php.ini,设置cgi.fix_pathinfo = 0;然后重启php-cgi。此修改会影响到使用PATH_INFO伪静态的应用,例如我以前博文的URL:http://blog.zyan.cc/read.php/348.htm 就不能访问了。

  方法②、在nginx的配置文件添加如下内容后重启:if ( $fastcgi_script_name ~ \..*\/.*php ) {return 403;}。该匹配会影响类似 http://www.domain.com/software/5.0/test.php(5.0为目录),http://www.domain.com/goto.php/phpwind 的URL访问。

  方法③、对于存储图片的location{...},或虚拟主机server{...},只允许纯静态访问,不配置PHP访问。例如在金山逍遥网论坛、SNS上传的图片、附件,会传送到专门的图片、附件存储服务器集群上(pic.xoyo.com),这组服务器提供纯静态服务,无任何动态PHP配置。各大网站几乎全部进行了图片服务器分离,因此Nginx的此次漏洞对大型网站影响不大。



  本人再提供一种修改nginx.conf配置文件的临时解决方法,兼容“http://blog.zyan.cc/demo/0day/phpinfo.php/test”的PATH_INFO伪静态,拒绝“http://blog.zyan.cc/demo/0day/phpinfo.jpg/test.php”的漏洞攻击:
location ~* .*\.php($|/)
{
      if ($request_filename ~* (.*)\.php) {
            set $php_url $1;
      }
      if (!-e $php_url.php) {
            return 403;
      }

      fastcgi_pass  127.0.0.1:9000;
      fastcgi_index index.php;
      include fcgi.conf;
}


  也可将以下内容写在fcgi.conf文件中,便于多个虚拟主机引用:
if ($request_filename ~* (.*)\.php) {
    set $php_url $1;
}
if (!-e $php_url.php) {
    return 403;
}

fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
fastcgi_param  SERVER_SOFTWARE    nginx;

fastcgi_param  QUERY_STRING       $query_string;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE       $content_type;
fastcgi_param  CONTENT_LENGTH     $content_length;

fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
fastcgi_param  SCRIPT_NAME        $uri;
fastcgi_param  REQUEST_URI        $request_uri;
fastcgi_param  DOCUMENT_URI       $document_uri;
fastcgi_param  DOCUMENT_ROOT      $document_root;
fastcgi_param  SERVER_PROTOCOL    $server_protocol;

fastcgi_param  REMOTE_ADDR        $remote_addr;
fastcgi_param  REMOTE_PORT        $remote_port;
fastcgi_param  SERVER_ADDR        $server_addr;
fastcgi_param  SERVER_PORT        $server_port;
fastcgi_param  SERVER_NAME        $server_name;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param  REDIRECT_STATUS    200;




  附:文章修改历史

  ● [2010年05月21日] [Version 1.0] 新建

  ● [2010年05月23日] [Version 1.1] 针对网友michael提出的“如果构造一个形如/..trojan.jpg/dummy.php/?abcd=1,似乎可以绕过防范的nginx配置”,进行了配置修改,防范了此类情况发生。提供测试的URL如下,拒绝漏洞访问:
  http://blog.zyan.cc/demo/0day/phpinfo.jpg (里面是PHP代码)
  http://blog.zyan.cc/demo/0day/phpinfo.jpg/.php
  http://blog.zyan.cc/demo/0day/phpinfo.jpg/dummy.php
  http://blog.zyan.cc/demo/0day/phpinfo.jpg/dummy.php/?abcd=1

  同时兼容正常的PATH_INFO伪静态请求,测试URL如下:
  http://blog.zyan.cc/demo/0day/phpinfo.php (这是正常的PHP文件)
  http://blog.zyan.cc/demo/0day/phpinfo.php/test
  http://blog.zyan.cc/demo/0day/phpinfo.php/news123.html
  http://blog.zyan.cc/read.php/348.htm

  ● [2010年05月24日] [Version 1.2] 修正文字描述错误。


Tags: , ,



技术大类 » Web服务器 | 评论(453) | 引用(0) | 阅读(138682)
madebekel
2025-10-16 15:37
The roots of gambling stretch back thousands of years. Ancient civilizations rolled bones and tossed stones to predict the future or test fate. slot gacor
madebekel
2025-10-16 15:38
The roots of gambling stretch back thousands of years. Ancient civilizations rolled bones and tossed stones to predict the future or test fate. slot gacor
madebekel
2025-10-16 15:38
The roots of gambling stretch back thousands of years. Ancient civilizations rolled bones and tossed stones to predict the future or test fate. slot gacor
madebekel
2025-10-16 15:39
The roots of gambling stretch back thousands of years. Ancient civilizations rolled bones and tossed stones to predict the future or test fate. slot gacor
madebekel
2025-10-16 15:39
madebekelllll
2025-10-16 15:41
it’s a world of flashing lights, quick wins, and sudden losses. From the ringing of slot machines in Las Vegas to the quiet tension of online poker rooms, gambling captures something deep inside the human mind: the hope that maybe this time, luck will turn our way. slot gacor
madebekelllll
2025-10-16 15:41
Today, the methods have evolved — casinos, sports betting, online games — but the desire remains the same: humans are drawn to uncertainty. agen toto
웹툰사이트 Email Homepage
2025-10-18 17:18
I haven’t any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us.웹툰사이트  https://xn--z27bt9c1e.com
DSFDSFDS Email
2025-10-19 19:32
Get cash for your car without hassle. We buy cars anywhere in Switzerland and offer free home visits, quick inspections, and fair pricing every time.  Sell car in Switzerland
Jimmy
2025-10-19 21:53
Regards for the purpose of post this amazing piece of writing! I recently came across yuor web blog perfect for your preferences. toto togel
Jimmy
2025-10-19 21:54
You can be permitted to content artists, however it is not connections, in the event they are simply endorsed and additionally relating to question.  slot gacor
온라인카지노 Email Homepage
2025-10-20 11:59
온라인슬롯, 슬롯사이트, 먹튀검증, 온라인카지노, 토토사이트, 카지노 커뮤니티, 슬롯커뮤니티, 무료슬롯체험, 온라인바카라, 에볼루션카지노, 프라그마틱슬롯https://kkuns.com
Jimmy
2025-10-20 19:18
Really unquie place, Thank you so much meant for posting The experience. Fantasticly penned report, anxieties most of folks given similar volume of material as you may, the online market place might be a a lot better put. Be sure to keep it up!  situs slot gacorWe notion it really is a good idea to publish could anyone was initially having issues searching for however , My organization is a bit of dubious just have always been allowed to insert leaders together with contact regarding at this point.  situs bola slot
Carita Email Homepage
2025-10-21 13:29
That is really fascinating, You’re an excessively skilled blogger. I’ve joined your feed and look ahead to looking for more of your great posts.
login lsm99
Jimmy
2025-10-21 18:12
Keep up to date the nice deliver the results, I actually learn very few discussions during this webpage plus There's no doubt that that your chosen website site is definitely serious helpful and has now became encircles with brilliant information and facts.  pestoto
selat378 Email Homepage
2025-10-22 14:27
The industry’s expansion has also supported a growing workforce of developers, cybersecurity experts, and marketing professionals, turning gambling into a legitimate part of the modern digital economy. SELAT378 Link Permainan Casino Online Jagonya Jackpot Paus/
anakangsa Email Homepage
2025-10-22 14:28
Online gambling is now a major global enterprise, valued in the hundreds of billions of dollars. Major regions across Europe, Asia, and North America have developed their own regulatory systems to govern it. Legalization in several countries has made gambling safer, while in others, strict restrictions still apply. ANAKANGSA Produk Games Slot Daring Akses Mudah Dimana Saja Via Online
keongtogel Email Homepage
2025-10-22 14:29
Artificial Intelligence (AI) personalizes user experiences, analyzing behavior and offering tailored game recommendations.  KEONGTOGEL Gerbang Utama Games Online Modern Dengan Lisensi VIP
angsa4d Email Homepage
2025-10-22 14:30
Technology has become the driving force behind modern gambling. The integration of artificial intelligence, blockchain technology, and real-time analytics has reshaped how people play and how companies operate. ANGSA4D Link Web Game Slot Ternama Dengan Asuransi Kemenangan
hyperslot88 Email Homepage
2025-10-22 14:31
Online platforms have learned to replicate and enhance this feeling through design — bright visuals, engaging sounds, and fast-paced play cycles. These features are not accidental; they are designed to trigger emotional engagement, keeping players immersed. HYPERSLOT88 Link Situs Permainan Slot Online Update Winrate 100%
分页: 21/23 第一页 上页 16 17 18 19 20 21 22 23 下页 最后页
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]