mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/shellinabox: add CVE trailer in patch
Since Buildroot commit [1] the patches that fixes a security vulnerability needs to reference the fixed vulnerability. This patch adds the relevant information to the patch header and adds the `Upstream` trailer. [1]1167d0ff3ddocs/manual: mention CVE trailer Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit7c9166cd86) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -1031,7 +1031,6 @@ package/shadowsocks-libev/0003-lib-Makefile.am-remove-static-from-LDFLAGS.patch
|
||||
package/shairport-sync/S99shairport-sync Shellcheck lib_sysv.Indent lib_sysv.Variables
|
||||
package/shared-mime-info/0001-Remove-incorrect-dependency-from-install-data-hook.patch lib_patch.Upstream
|
||||
package/shellinabox/0001-Makefile-disable-always-building-statically.patch lib_patch.Upstream
|
||||
package/shellinabox/0002-CVE-2018-16789-fix-for-broken-multipart-form-data.patch lib_patch.Upstream
|
||||
package/skeleton-init-systemd/fakeroot_tmpfiles.sh Shellcheck
|
||||
package/slang/0001-slsh-libs.patch lib_patch.Upstream
|
||||
package/smcroute/S41smcroute NotExecutable lib_sysv.Indent lib_sysv.Variables
|
||||
|
||||
@@ -4,7 +4,9 @@ Date: Fri, 26 Oct 2018 11:51:15 +0200
|
||||
Subject: [PATCH] fix for broken multipart/form-data
|
||||
|
||||
Malformed multipart/form-data payload results in infinite loop and thus denial of service
|
||||
[Upstream status: https://github.com/shellinabox/shellinabox/pull/446]
|
||||
|
||||
CVE: CVE-2018-16789
|
||||
Upstream: https://github.com/shellinabox/shellinabox/pull/446
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
---
|
||||
libhttp/url.c | 3 +++
|
||||
|
||||
Reference in New Issue
Block a user