summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-12-10 19:52:23 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-10 13:43:54 -0800
commit03a1b56bc7ce88a3b0ad6790606b0498899cc1e3 (patch)
treeb11abc6a126533e3407bf0db450bee78b85ff735
parente1427013e01df44b9275908f7605e8e25fc3fd83 (diff)
downloadmeta-openembedded-03a1b56bc7ce88a3b0ad6790606b0498899cc1e3.tar.gz
proftpd: set status of CVE-2001-0027
This ancient CVE [1] is unversioned ("*") in NVD DB. "mod_sqlpw module in ProFTPD does not reset a cached password..." Looking at history and changelog, the module was removed [2] around the time when this CVE was published, likely as reaction to this CVE. "mod_sqlpw.c, mod_mysql.c and mod_pgsql.c have been REMOVED from the distribution. They are currently unmaintained and have numerous bugs." Note: It was later re-introduced as mod_sql when it got fixed under new maintainer. [1] https://nvd.nist.gov/vuln/detail/CVE-2001-0027 [2] https://github.com/proftpd/proftpd/blob/v1.3.8b/NEWS#L3362 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
index 33480bff2c..ce31c8a475 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
@@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
21 21
22inherit autotools-brokensep useradd update-rc.d systemd multilib_script 22inherit autotools-brokensep useradd update-rc.d systemd multilib_script
23 23
24CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module"
25
24EXTRA_OECONF += "--enable-largefile INSTALL=install" 26EXTRA_OECONF += "--enable-largefile INSTALL=install"
25 27
26PACKAGECONFIG ??= "shadow \ 28PACKAGECONFIG ??= "shadow \