]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
mpg123: set status for CVE-2006-3355
authorPeter Marko <peter.marko@siemens.com>
Tue, 14 Apr 2026 14:32:54 +0000 (16:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Apr 2026 10:09:38 +0000 (11:09 +0100)
This CVE has only cpe version which is considered invalid:
* cpe:2.3:a:mpg123:mpg123:pre0.59s_r11:*:*:*:*:*:*:*

This means that the fixed version is unknown and thus all versions are
considered to be vulnerable.
Since the vulnerability was fixed in old version 0.59s_r11, mark it as
fixed.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/mpg123/mpg123_1.33.4.bb

index 648eb21500cecd5b53160ece152f712ec9298589..dd5f8a53f5ab4846d7db8daf092733477a604851 100644 (file)
@@ -53,3 +53,5 @@ EXTRA_OECONF = " \
 #| make[3]: *** [equalizer.lo] Error 1
 ARM_INSTRUCTION_SET:armv4 = "arm"
 ARM_INSTRUCTION_SET:armv5 = "arm"
+
+CVE_STATUS[CVE-2006-3355] = "fixed-version: fixed since pre0.59s_r11"