All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/22] CVE updates
@ 2025-05-18  8:56 Thomas Petazzoni via buildroot
  2025-05-18  8:56 ` [Buildroot] [PATCH 01/22] boot/grub2: drop stale IGNORE_CVES entries Thomas Petazzoni via buildroot
                   ` (22 more replies)
  0 siblings, 23 replies; 27+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-05-18  8:56 UTC (permalink / raw)
  To: Buildroot List; +Cc: Raphaël Mélotte, Thomas Petazzoni

Hello,

Following the addition of stale ignore CVE entry detection in
pkg-stats (thanks to great work from Raphaël Mélotte), I looked at the
stale entries and handled all of them in this patch series.

While at it, I reported some issues to the NVD maintainers (e-mails
were Cc'ed to the mailing list). I also found a number of CVEs on sox
that were not fixed, so I fixed them (except CVE-2021-33844, for which
the fix doesn't apply to our version and it isn't clear if our version
is really vulnerable).

Please have a look and let me know what you think. Patches are
independent from each other, except of course the large stack of
patches on the sox package.

Thomas

Thomas Petazzoni (22):
  boot/grub2: drop stale IGNORE_CVES entries
  package/busybox: drop stale IGNORE_CVES entries
  package/dnsmasq: drop stale IGNORE_CVES entries
  package/dovecot: document why the ignore CVE entry is not stale
  package/exim: drop stale ignore CVE entry
  package/exim: update comment on CVE-2022-3559
  package/libopenh264: drop stale ignore CVE entry
  package/libssh: drop stale ignore CVE entry
  package/netsnmp: drop stale ignore CVE entries
  package/qt5/qt5base: drop stale ignore CVE entries, add CPE version
  package/ripgrep: drop stale ignore CVE entry
  package/sox: add SOX_CPE_ID_VERSION
  package/sox: annotate ignore CVE entries
  package/sox: add ignore CVE entry for CVE-2019-1010004
  package/sox: rework the 0001 patch to make it Git-applicable
  package/sox: add fix for CVE-2021-3643 CVE-2021-23210
  package/sox: add fix for CVE-2021-23159, CVE-2021-23172,
    CVE-2023-34318
  package/sox: add fix for CVE-2021-40426
  package/sox: add fix for CVE-2022-31650, CVE-2023-26590
  package/sox: add fix for CVE-2022-31651
  package/sox: add fix for CVE-2023-32627
  package/tinyxml: set TINYXML_CPE_ID_VERSION

 boot/grub2/grub2.mk                           |  8 --
 package/busybox/busybox.mk                    | 10 ---
 package/dnsmasq/dnsmasq.mk                    |  3 -
 package/dovecot/dovecot.mk                    |  4 +
 package/exim/exim.mk                          |  6 +-
 package/libopenh264/libopenh264.mk            |  3 -
 package/libssh/libssh.mk                      |  4 -
 package/netsnmp/netsnmp.mk                    |  4 -
 package/qt5/qt5base/qt5base.mk                | 11 +--
 package/ripgrep/ripgrep.mk                    |  3 -
 ...-SoX-support-uclibc-based-toolchains.patch |  9 +--
 ...hould-never-be-0-to-avoid-division-b.patch | 34 +++++++++
 package/sox/0007-hcom-validate-dictsize.patch | 38 ++++++++++
 .../0008-phere-avoid-integer-underflow.patch  | 42 +++++++++++
 ...ect-implausibly-large-number-of-chan.patch | 63 ++++++++++++++++
 ...0010-formats-reject-implausible-rate.patch | 39 ++++++++++
 ...ilter-null-sampling-rate-in-VOC-code.patch | 37 +++++++++
 package/sox/sox.mk                            | 75 ++++++++++++++++++-
 package/tinyxml/tinyxml.mk                    |  2 +-
 19 files changed, 337 insertions(+), 58 deletions(-)
 create mode 100644 package/sox/0006-voc-word-width-should-never-be-0-to-avoid-division-b.patch
 create mode 100644 package/sox/0007-hcom-validate-dictsize.patch
 create mode 100644 package/sox/0008-phere-avoid-integer-underflow.patch
 create mode 100644 package/sox/0009-formats-aiff-reject-implausibly-large-number-of-chan.patch
 create mode 100644 package/sox/0010-formats-reject-implausible-rate.patch
 create mode 100644 package/sox/0011-CVE-2023-32627-Filter-null-sampling-rate-in-VOC-code.patch

-- 
2.49.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-06-04 18:18 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18  8:56 [Buildroot] [PATCH 00/22] CVE updates Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 01/22] boot/grub2: drop stale IGNORE_CVES entries Thomas Petazzoni via buildroot
2025-05-18 12:17   ` Julien Olivain
2025-05-18  8:56 ` [Buildroot] [PATCH 02/22] package/busybox: " Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 03/22] package/dnsmasq: " Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 04/22] package/dovecot: document why the ignore CVE entry is not stale Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 05/22] package/exim: drop stale ignore CVE entry Thomas Petazzoni via buildroot
2025-05-19  7:01   ` Luca Ceresoli via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 06/22] package/exim: update comment on CVE-2022-3559 Thomas Petazzoni via buildroot
2025-05-19  7:01   ` Luca Ceresoli via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 07/22] package/libopenh264: drop stale ignore CVE entry Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 08/22] package/libssh: " Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 09/22] package/netsnmp: drop stale ignore CVE entries Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 10/22] package/qt5/qt5base: drop stale ignore CVE entries, add CPE version Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 11/22] package/ripgrep: drop stale ignore CVE entry Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 12/22] package/sox: add SOX_CPE_ID_VERSION Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 13/22] package/sox: annotate ignore CVE entries Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 14/22] package/sox: add ignore CVE entry for CVE-2019-1010004 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 15/22] package/sox: rework the 0001 patch to make it Git-applicable Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 16/22] package/sox: add fix for CVE-2021-3643 CVE-2021-23210 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 17/22] package/sox: add fix for CVE-2021-23159, CVE-2021-23172, CVE-2023-34318 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 18/22] package/sox: add fix for CVE-2021-40426 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 19/22] package/sox: add fix for CVE-2022-31650, CVE-2023-26590 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 20/22] package/sox: add fix for CVE-2022-31651 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 21/22] package/sox: add fix for CVE-2023-32627 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 22/22] package/tinyxml: set TINYXML_CPE_ID_VERSION Thomas Petazzoni via buildroot
2025-06-04 18:18 ` [Buildroot] [PATCH 00/22] CVE updates Arnout Vandecappelle via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.