diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-13 20:02:22 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-13 15:28:24 -0700 |
| commit | 85f7185fec42b9aba670ed518e8f5afa5d0def96 (patch) | |
| tree | cedc161672e52d00973555dff1420da7e5e4c1aa /meta-networking | |
| parent | af73e716bc7150ae8d912d8af00f6995e25f2031 (diff) | |
| download | meta-openembedded-85f7185fec42b9aba670ed518e8f5afa5d0def96.tar.gz | |
ez-ipupdate: add CVE tag to CVE-fixing patch
An already existing patch fixes a CVE (CVE-2004-0980), but it
since the patch didn't have the CVE tag, the cve checker did not
pick it up.
Rectify this ommission.
CVE details: https://nvd.nist.gov/vuln/detail/CVE-2004-0980
The same patch is used by Gentoo to mitigate this issue.
Gentoo CVE advisory: https://security.gentoo.org/glsa/200411-20
Linked Gentoo bug, containing this patch: https://bugs.gentoo.org/69658
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch b/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch index 3b791559d5..7463e3c535 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch +++ b/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | Upstream-Status: Pending | 1 | |
| 2 | This patch is used by Gentoo to mitigate CVE-2004-0980: | ||
| 3 | https://bugs.gentoo.org/69658 | ||
| 4 | |||
| 5 | CVE: CVE-2004-0980 | ||
| 6 | Upstream-Status: Inactive-Upstream [last commit: 2002] | ||
| 2 | 7 | ||
| 3 | Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c | 8 | Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c |
| 4 | =================================================================== | 9 | =================================================================== |
