public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Richard Palethorpe <rpalethorpe@suse.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/4] CVE Exploit tests
Date: Thu, 23 Mar 2017 16:26:20 +0100	[thread overview]
Message-ID: <20170323162620.546e7a52@linux-v3j5> (raw)

Hi,

These are the first three exploit tests I have completed. I also have a
working, but messy, test for CVE-2014-0196 which will follow sometime soon,
hopefully along with a few others.

Richard Palethorpe (4):
  Test for vulnerability CVE-2016-7117 in recvmmsg error return path
  Test for CVE-2016-4997 on setsockopt
  Test for uname26 exploit CVE-2012-0957
  Add CVE .gitignore, Makefile and runtest files

 runtest/cve                   |   5 ++
 runtest/syscalls              |   2 +
 scenario_groups/default       |   1 +
 testcases/cve/.gitignore      |   3 +
 testcases/cve/Makefile        |  24 ++++++
 testcases/cve/cve-2012-0957.c |  90 ++++++++++++++++++++
 testcases/cve/cve-2016-4997.c |  87 +++++++++++++++++++
 testcases/cve/cve-2016-7117.c | 191 ++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 403 insertions(+)
 create mode 100644 runtest/cve
 create mode 100644 testcases/cve/.gitignore
 create mode 100644 testcases/cve/Makefile
 create mode 100644 testcases/cve/cve-2012-0957.c
 create mode 100644 testcases/cve/cve-2016-4997.c
 create mode 100644 testcases/cve/cve-2016-7117.c

-- 
2.12.0

                 reply	other threads:[~2017-03-23 15:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170323162620.546e7a52@linux-v3j5 \
    --to=rpalethorpe@suse.com \
    --cc=ltp@lists.linux.it \
    /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