summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-24 18:04:46 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:31 -0800
commitdf8905be0f212fc43d494e55d89934db75a58e40 (patch)
tree89e1fba060d4240ce48d1d91a5ffc0d1740a1800 /meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
parent64c630c0cb7181e669b2cf1c6e2edb2e477562eb (diff)
downloadmeta-openembedded-df8905be0f212fc43d494e55d89934db75a58e40.tar.gz
freerdp: patch CVE-2026-23530
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-23530 The related Github advisory[1] contains an amalysis of the vulenrability, describing the issue and the root cause also. Backported the commit that implemented the solution described in the advisory. [1]: https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-r4hv-852m-fq7p Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb')
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
index 63dc177cbe..d4efcccdbd 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
@@ -27,6 +27,7 @@ SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https
27 file://CVE-2026-22854.patch \ 27 file://CVE-2026-22854.patch \
28 file://CVE-2026-22855.patch \ 28 file://CVE-2026-22855.patch \
29 file://CVE-2026-22852.patch \ 29 file://CVE-2026-22852.patch \
30 file://CVE-2026-23530.patch \
30 " 31 "
31 32
32 33