diff options
| author | Sudhir Dumbhare <sudumbha@cisco.com> | 2026-05-14 05:48:24 -0700 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-21 08:57:48 +0530 |
| commit | 9f70f8d461abae94342da0e41ed978022e0eefe2 (patch) | |
| tree | 0f3cb2027849ceb980ecb94b5247d32c306325b0 | |
| parent | 797f2baebeebab32dead447cca4e91ca9a4e7cb8 (diff) | |
| download | meta-openembedded-9f70f8d461abae94342da0e41ed978022e0eefe2.tar.gz | |
libssh: set status for CVE-2025-14821
The vulnerability is Windows-specific and depends on loading
configuration from C:\etc, which does not apply to Linux/Yocto builds
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2025-14821
https://github.com/advisories/GHSA-5jf9-8f86-jhvw
https://www.libssh.org/security/advisories/CVE-2025-14821.txt
Signed-off-by: Sudhir Dumbhare <sudumbha@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-support/libssh/libssh_0.10.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb index 189305fd2e..1e1b5fb0a5 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb | |||
| @@ -68,3 +68,5 @@ do_install_ptest () { | |||
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | BBCLASSEXTEND = "native nativesdk" | 70 | BBCLASSEXTEND = "native nativesdk" |
| 71 | |||
| 72 | CVE_STATUS[CVE-2025-14821] = "not-applicable-platform: only affects Windows due to loading configuration from C:\etc" | ||
