public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/4] CVE Exploit tests
@ 2017-03-23 15:26 Richard Palethorpe
  0 siblings, 0 replies; only message in thread
From: Richard Palethorpe @ 2017-03-23 15:26 UTC (permalink / raw)
  To: ltp

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-23 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 15:26 [LTP] [PATCH 0/4] CVE Exploit tests Richard Palethorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox