sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* [PATCH 0/8] CVE fixes
@ 2018-04-26 13:15 Mans Rullgard
  2018-04-26 13:15 ` [PATCH 1/8] wav: fix crash if channel count is zero (CVE-2017-11332) Mans Rullgard
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Mans Rullgard @ 2018-04-26 13:15 UTC (permalink / raw)
  To: sox-devel

These patches fix all current CVEs in Sox.  They have been posted here
before, but some were buried in other threads.  I'd appreciate a final
review before putting them in the master branch (now that I can that).

Mans Rullgard (8):
  wav: fix crash if channel count is zero (CVE-2017-11332)
  hcom: fix crash on input with corrupt dictionary (CVE-2017-11358)
  wav: fix crash writing header when channel count >64k (CVE-2017-11359)
  wav: ima_adpcm: fix buffer overflow on corrupt input (CVE-2017-15370)
  flac: fix crash on corrupt metadata (CVE-2017-15371)
  adpcm: fix stack overflow with >4 channels (CVE-2017-15372)
  aiff: fix crash on empty comment chunk (CVE-2017-15642)
  xa: validate channel count (CVE-2017-18189)

 src/adpcm.c |  8 +++++++-
 src/adpcm.h |  3 +++
 src/aiff.c  |  2 +-
 src/flac.c  |  8 +++++---
 src/hcom.c  |  5 +++++
 src/wav.c   | 18 ++++++++++++++++--
 src/xa.c    |  6 ++++++
 7 files changed, 43 insertions(+), 7 deletions(-)

-- 
2.17.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-04-28 12:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 13:15 [PATCH 0/8] CVE fixes Mans Rullgard
2018-04-26 13:15 ` [PATCH 1/8] wav: fix crash if channel count is zero (CVE-2017-11332) Mans Rullgard
2018-04-26 13:15 ` [PATCH 2/8] hcom: fix crash on input with corrupt dictionary (CVE-2017-11358) Mans Rullgard
2018-04-26 13:15 ` [PATCH 3/8] wav: fix crash writing header when channel count >64k (CVE-2017-11359) Mans Rullgard
2018-04-26 13:15 ` [PATCH 4/8] wav: ima_adpcm: fix buffer overflow on corrupt input (CVE-2017-15370) Mans Rullgard
2018-04-26 13:15 ` [PATCH 5/8] flac: fix crash on corrupt metadata (CVE-2017-15371) Mans Rullgard
2018-04-26 13:15 ` [PATCH 6/8] adpcm: fix stack overflow with >4 channels (CVE-2017-15372) Mans Rullgard
2018-04-28  0:34   ` Eric Wong
2018-04-28 10:54     ` Måns Rullgård
2018-04-28 11:21       ` Sonny Ray
2018-04-28 12:50         ` Måns Rullgård
2018-04-26 13:15 ` [PATCH 7/8] aiff: fix crash on empty comment chunk (CVE-2017-15642) Mans Rullgard
2018-04-26 13:15 ` [PATCH 8/8] xa: validate channel count (CVE-2017-18189) Mans Rullgard

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).