diff options
| author | Archana Polampalli <archana.polampalli@windriver.com> | 2023-12-28 06:40:39 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-01-04 05:00:13 -1000 |
| commit | df2f696e68812689366447278d12ceb5ccdbbea8 (patch) | |
| tree | 1e1b7c567e1a023d2ca22369e5d6168b02c38ce6 /meta/recipes-connectivity/openssh/openssh_8.9p1.bb | |
| parent | bad31561c0ee9fb6a77edba822addd668ca864f1 (diff) | |
| download | poky-df2f696e68812689366447278d12ceb5ccdbbea8.tar.gz | |
openssh: fix CVE-2023-51385
In ssh in OpenSSH before 9.6, OS command injection might occur if a user name or
host name has shell metacharacters, and this name is referenced by an expansion
token in certain situations. For example, an untrusted Git repository can have a
submodule with shell metacharacters in a user name or host name.
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-51385
Upstream patches:
https://github.com/openssh/openssh-portable/commit/7ef3787c84b6b524501211b11a26c742f829af1a
(From OE-Core rev: 617640bd045f07b0870dc9f3bc838b3a9fbc3de7)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_8.9p1.bb')
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.9p1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.9p1.bb b/meta/recipes-connectivity/openssh/openssh_8.9p1.bb index 3860899540..bc8e2d81b8 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.9p1.bb | |||
| @@ -35,6 +35,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
| 35 | file://fix-authorized-principals-command.patch \ | 35 | file://fix-authorized-principals-command.patch \ |
| 36 | file://CVE-2023-48795.patch \ | 36 | file://CVE-2023-48795.patch \ |
| 37 | file://CVE-2023-51384.patch \ | 37 | file://CVE-2023-51384.patch \ |
| 38 | file://CVE-2023-51385.patch \ | ||
| 38 | " | 39 | " |
| 39 | SRC_URI[sha256sum] = "fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7" | 40 | SRC_URI[sha256sum] = "fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7" |
| 40 | 41 | ||
