From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Avi Kivity <avi@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>, kvm@vger.kernel.org
Subject: Re: [PATCH 0/3] Emulator fuzz tester
Date: Thu, 25 Aug 2011 16:07:10 -0300 [thread overview]
Message-ID: <4E569D5E.60208@redhat.com> (raw)
In-Reply-To: <1314020469-30882-1-git-send-email-avi@redhat.com>
On 08/22/2011 10:41 AM, Avi Kivity wrote:
> As it is exposed directly to guest code, the x86 emulator is an interesting
> target for exploiters: a vulnerability may lead to compromise of the entire
> host.
>
> In an attempt to catch vulnerabilities before they make it into production
> code, this patchset adds a fuzz tester for the emulator. Instructions
> are synthesized and fed into the emulator; a vulnerability will usually
> result in an access violation.
>
> I tried to make the emulator test build an run in userspace; this proved too
> difficult, so the test is built as part of the kernel. It can still be run
> in userspace, via KVM:
>
> qemu -enable-kvm -smp 4 -serial stdio -kernel bzImage \
> -append 'console=ttyS0 test_emulator.iterations=1000000000'
>
> ...
> starting emulator test
> emulator fuzz test results
> instructions: 1000000000
> decoded: 94330032
> emulated: 92529152
> nofault: 117
> failures: 0
> emulator test: PASS
> ...
>
> One billion random instructions failed to find a vulnerability, so either
> the emulator is really good, or the test is really bad, or we need a lot more
> runtime.
>
> Lucas, how would we go about integrating this into kvm-autotest?
I'm thinking about it. Some ideas that come to my mind:
1) Create a test that boots a bzImage with the emulator params. This way
we could:
a) Use the bzImage built for the host, on our daily upstream jobs, or
b) We can simply have a step that compiles a kernel tree, provided
that your patch is present there and then pass the bzImage to qemu-kvm.
I'm currently trying out b) manually to get a grasp of how this would work.
Cheers,
Lucas
next prev parent reply other threads:[~2011-08-25 19:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-22 13:41 [PATCH 0/3] Emulator fuzz tester Avi Kivity
2011-08-22 13:41 ` [PATCH 1/3] KVM: x86 emulator: make prototype of ->write_std() the same as ->write_emulated Avi Kivity
2011-08-22 13:41 ` [PATCH 2/3] KVM: x86 emulator: export main interface Avi Kivity
2011-08-22 13:41 ` [PATCH 3/3] KVM: x86 emulator: fuzz tester Avi Kivity
2011-08-25 16:27 ` Marcelo Tosatti
2011-08-25 19:04 ` Avi Kivity
2011-08-29 12:42 ` Avi Kivity
2011-08-25 22:17 ` Lucas Meneghel Rodrigues
2011-08-29 12:01 ` Avi Kivity
2011-08-25 19:07 ` Lucas Meneghel Rodrigues [this message]
2011-08-26 0:11 ` [PATCH 0/3] Emulator " Lucas Meneghel Rodrigues
2011-08-29 12:05 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E569D5E.60208@redhat.com \
--to=lmr@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox