diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-04-09 19:09:05 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-13 12:40:21 +0530 |
| commit | 09cd8e482a4686f63adc05bd7d8fccd2cc1367d4 (patch) | |
| tree | 47815e37ab58323b1088d9d8daa6b6521f1376f0 /meta-oe | |
| parent | 8cc0cd3debe6f1b7fcba5d82cbddba00c242c52a (diff) | |
| download | meta-openembedded-09cd8e482a4686f63adc05bd7d8fccd2cc1367d4.tar.gz | |
freerdp3: ignore CVE-2026-24677 and CVE-2026-24678
Both vulnerabilities exists in the functions which were added in
version 3.6.0[1]
Details:
https://nvd.nist.gov/vuln/detail/CVE-2026-24677
https://nvd.nist.gov/vuln/detail/CVE-2026-24678
[1] https://github.com/FreeRDP/FreeRDP/commit/a81d111ac4023d31e10ebf579fa34c93bf56bce5
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb index 5f0a2536ae..82b926f430 100644 --- a/meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb | |||
| @@ -81,3 +81,5 @@ do_configure:append() { | |||
| 81 | FILES:${PN} += "${datadir}" | 81 | FILES:${PN} += "${datadir}" |
| 82 | 82 | ||
| 83 | CVE_STATUS[CVE-2025-68118] = "not-applicable-platform: only affects Windows" | 83 | CVE_STATUS[CVE-2025-68118] = "not-applicable-platform: only affects Windows" |
| 84 | CVE_STATUS[CVE-2026-24677] = "cpe-incorrect: The current version (3.4.0) is not affected." | ||
| 85 | CVE_STATUS[CVE-2026-24678] = "cpe-incorrect: The current version (3.4.0) is not affected." | ||
