123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578 |
- /* $OpenBSD: kex.c,v 1.159 2020/07/05 23:59:45 djm Exp $ */
- /*
- * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- #include "includes.h"
- #include <sys/types.h>
- #include <errno.h>
- #include <signal.h>
- #include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <unistd.h>
- #ifdef HAVE_POLL_H
- #include <poll.h>
- #endif
- #ifdef WITH_OPENSSL
- #include <openssl/crypto.h>
- #include <openssl/dh.h>
- # ifdef HAVE_EVP_KDF_CTX_NEW_ID
- # include <openssl/kdf.h>
- # endif
- #endif
- #include "ssh.h"
- #include "ssh2.h"
- #include "atomicio.h"
- #include "version.h"
- #include "packet.h"
- #include "compat.h"
- #include "cipher.h"
- #include "sshkey.h"
- #include "kex.h"
- #include "log.h"
- #include "mac.h"
- #include "match.h"
- #include "misc.h"
- #include "dispatch.h"
- #include "monitor.h"
- #include "ssherr.h"
- #include "sshbuf.h"
- #include "canohost.h"
- #include "digest.h"
- #include "audit.h"
- /* prototype */
- static int kex_choose_conf(struct ssh *);
- static int kex_input_newkeys(int, u_int32_t, struct ssh *);
- static const char *proposal_names[PROPOSAL_MAX] = {
- "KEX algorithms",
- "host key algorithms",
- "ciphers ctos",
- "ciphers stoc",
- "MACs ctos",
- "MACs stoc",
- "compression ctos",
- "compression stoc",
- "languages ctos",
- "languages stoc",
- };
- struct kexalg {
- char *name;
- u_int type;
- int ec_nid;
- int hash_alg;
- };
- static const struct kexalg kexalgs[] = {
- #ifdef WITH_OPENSSL
- { KEX_DH1, KEX_DH_GRP1_SHA1, 0, SSH_DIGEST_SHA1 },
- { KEX_DH14_SHA1, KEX_DH_GRP14_SHA1, 0, SSH_DIGEST_SHA1 },
- { KEX_DH14_SHA256, KEX_DH_GRP14_SHA256, 0, SSH_DIGEST_SHA256 },
- { KEX_DH16_SHA512, KEX_DH_GRP16_SHA512, 0, SSH_DIGEST_SHA512 },
- { KEX_DH18_SHA512, KEX_DH_GRP18_SHA512, 0, SSH_DIGEST_SHA512 },
- { KEX_DHGEX_SHA1, KEX_DH_GEX_SHA1, 0, SSH_DIGEST_SHA1 },
- #ifdef HAVE_EVP_SHA256
- { KEX_DHGEX_SHA256, KEX_DH_GEX_SHA256, 0, SSH_DIGEST_SHA256 },
- #endif /* HAVE_EVP_SHA256 */
- #ifdef OPENSSL_HAS_ECC
- { KEX_ECDH_SHA2_NISTP256, KEX_ECDH_SHA2,
- NID_X9_62_prime256v1, SSH_DIGEST_SHA256 },
- { KEX_ECDH_SHA2_NISTP384, KEX_ECDH_SHA2, NID_secp384r1,
- SSH_DIGEST_SHA384 },
- # ifdef OPENSSL_HAS_NISTP521
- { KEX_ECDH_SHA2_NISTP521, KEX_ECDH_SHA2, NID_secp521r1,
- SSH_DIGEST_SHA512 },
- # endif /* OPENSSL_HAS_NISTP521 */
- #endif /* OPENSSL_HAS_ECC */
- #endif /* WITH_OPENSSL */
- #if defined(HAVE_EVP_SHA256) || !defined(WITH_OPENSSL)
- { KEX_CURVE25519_SHA256, KEX_C25519_SHA256, 0, SSH_DIGEST_SHA256 },
- { KEX_CURVE25519_SHA256_OLD, KEX_C25519_SHA256, 0, SSH_DIGEST_SHA256 },
- #ifdef USE_SNTRUP761X25519
- { KEX_SNTRUP761X25519_SHA512, KEX_KEM_SNTRUP761X25519_SHA512, 0,
- SSH_DIGEST_SHA512 },
- #endif
- #endif /* HAVE_EVP_SHA256 || !WITH_OPENSSL */
- { NULL, 0, -1, -1},
- };
- char *
- kex_alg_list(char sep)
- {
- char *ret = NULL, *tmp;
- size_t nlen, rlen = 0;
- const struct kexalg *k;
- for (k = kexalgs; k->name != NULL; k++) {
- if (ret != NULL)
- ret[rlen++] = sep;
- nlen = strlen(k->name);
- if ((tmp = realloc(ret, rlen + nlen + 2)) == NULL) {
- free(ret);
- return NULL;
- }
- ret = tmp;
- memcpy(ret + rlen, k->name, nlen + 1);
- rlen += nlen;
- }
- return ret;
- }
- static const struct kexalg *
- kex_alg_by_name(const char *name)
- {
- const struct kexalg *k;
- for (k = kexalgs; k->name != NULL; k++) {
- if (strcmp(k->name, name) == 0)
- return k;
- }
- return NULL;
- }
- /* Validate KEX method name list */
- int
- kex_names_valid(const char *names)
- {
- char *s, *cp, *p;
- if (names == NULL || strcmp(names, "") == 0)
- return 0;
- if ((s = cp = strdup(names)) == NULL)
- return 0;
- for ((p = strsep(&cp, ",")); p && *p != '\0';
- (p = strsep(&cp, ","))) {
- if (kex_alg_by_name(p) == NULL) {
- error("Unsupported KEX algorithm \"%.100s\"", p);
- free(s);
- return 0;
- }
- }
- debug3("kex names ok: [%s]", names);
- free(s);
- return 1;
- }
- /*
- * Concatenate algorithm names, avoiding duplicates in the process.
- * Caller must free returned string.
- */
- char *
- kex_names_cat(const char *a, const char *b)
- {
- char *ret = NULL, *tmp = NULL, *cp, *p, *m;
- size_t len;
- if (a == NULL || *a == '\0')
- return strdup(b);
- if (b == NULL || *b == '\0')
- return strdup(a);
- if (strlen(b) > 1024*1024)
- return NULL;
- len = strlen(a) + strlen(b) + 2;
- if ((tmp = cp = strdup(b)) == NULL ||
- (ret = calloc(1, len)) == NULL) {
- free(tmp);
- return NULL;
- }
- strlcpy(ret, a, len);
- for ((p = strsep(&cp, ",")); p && *p != '\0'; (p = strsep(&cp, ","))) {
- if ((m = match_list(ret, p, NULL)) != NULL) {
- free(m);
- continue; /* Algorithm already present */
- }
- if (strlcat(ret, ",", len) >= len ||
- strlcat(ret, p, len) >= len) {
- free(tmp);
- free(ret);
- return NULL; /* Shouldn't happen */
- }
- }
- free(tmp);
- return ret;
- }
- /*
- * Assemble a list of algorithms from a default list and a string from a
- * configuration file. The user-provided string may begin with '+' to
- * indicate that it should be appended to the default, '-' that the
- * specified names should be removed, or '^' that they should be placed
- * at the head.
- */
- int
- kex_assemble_names(char **listp, const char *def, const char *all)
- {
- char *cp, *tmp, *patterns;
- char *list = NULL, *ret = NULL, *matching = NULL, *opatterns = NULL;
- int r = SSH_ERR_INTERNAL_ERROR;
- if (listp == NULL || def == NULL || all == NULL)
- return SSH_ERR_INVALID_ARGUMENT;
- if (*listp == NULL || **listp == '\0') {
- if ((*listp = strdup(def)) == NULL)
- return SSH_ERR_ALLOC_FAIL;
- return 0;
- }
- list = *listp;
- *listp = NULL;
- if (*list == '+') {
- /* Append names to default list */
- if ((tmp = kex_names_cat(def, list + 1)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto fail;
- }
- free(list);
- list = tmp;
- } else if (*list == '-') {
- /* Remove names from default list */
- if ((*listp = match_filter_denylist(def, list + 1)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto fail;
- }
- free(list);
- /* filtering has already been done */
- return 0;
- } else if (*list == '^') {
- /* Place names at head of default list */
- if ((tmp = kex_names_cat(list + 1, def)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto fail;
- }
- free(list);
- list = tmp;
- } else {
- /* Explicit list, overrides default - just use "list" as is */
- }
- /*
- * The supplied names may be a pattern-list. For the -list case,
- * the patterns are applied above. For the +list and explicit list
- * cases we need to do it now.
- */
- ret = NULL;
- if ((patterns = opatterns = strdup(list)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto fail;
- }
- /* Apply positive (i.e. non-negated) patterns from the list */
- while ((cp = strsep(&patterns, ",")) != NULL) {
- if (*cp == '!') {
- /* negated matches are not supported here */
- r = SSH_ERR_INVALID_ARGUMENT;
- goto fail;
- }
- free(matching);
- if ((matching = match_filter_allowlist(all, cp)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto fail;
- }
- if ((tmp = kex_names_cat(ret, matching)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto fail;
- }
- free(ret);
- ret = tmp;
- }
- if (ret == NULL || *ret == '\0') {
- /* An empty name-list is an error */
- /* XXX better error code? */
- r = SSH_ERR_INVALID_ARGUMENT;
- goto fail;
- }
- /* success */
- *listp = ret;
- ret = NULL;
- r = 0;
- fail:
- free(matching);
- free(opatterns);
- free(list);
- free(ret);
- return r;
- }
- /* put algorithm proposal into buffer */
- int
- kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX])
- {
- u_int i;
- int r;
- sshbuf_reset(b);
- /*
- * add a dummy cookie, the cookie will be overwritten by
- * kex_send_kexinit(), each time a kexinit is set
- */
- for (i = 0; i < KEX_COOKIE_LEN; i++) {
- if ((r = sshbuf_put_u8(b, 0)) != 0)
- return r;
- }
- for (i = 0; i < PROPOSAL_MAX; i++) {
- if ((r = sshbuf_put_cstring(b, proposal[i])) != 0)
- return r;
- }
- if ((r = sshbuf_put_u8(b, 0)) != 0 || /* first_kex_packet_follows */
- (r = sshbuf_put_u32(b, 0)) != 0) /* uint32 reserved */
- return r;
- return 0;
- }
- /* parse buffer and return algorithm proposal */
- int
- kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp)
- {
- struct sshbuf *b = NULL;
- u_char v;
- u_int i;
- char **proposal = NULL;
- int r;
- *propp = NULL;
- if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL)
- return SSH_ERR_ALLOC_FAIL;
- if ((b = sshbuf_fromb(raw)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- if ((r = sshbuf_consume(b, KEX_COOKIE_LEN)) != 0) { /* skip cookie */
- error("%s: consume cookie: %s", __func__, ssh_err(r));
- goto out;
- }
- /* extract kex init proposal strings */
- for (i = 0; i < PROPOSAL_MAX; i++) {
- if ((r = sshbuf_get_cstring(b, &(proposal[i]), NULL)) != 0) {
- error("%s: parse proposal %u: %s", __func__,
- i, ssh_err(r));
- goto out;
- }
- debug2("%s: %s", proposal_names[i], proposal[i]);
- }
- /* first kex follows / reserved */
- if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */
- (r = sshbuf_get_u32(b, &i)) != 0) { /* reserved */
- error("%s: parse: %s", __func__, ssh_err(r));
- goto out;
- }
- if (first_kex_follows != NULL)
- *first_kex_follows = v;
- debug2("first_kex_follows %d ", v);
- debug2("reserved %u ", i);
- r = 0;
- *propp = proposal;
- out:
- if (r != 0 && proposal != NULL)
- kex_prop_free(proposal);
- sshbuf_free(b);
- return r;
- }
- void
- kex_prop_free(char **proposal)
- {
- u_int i;
- if (proposal == NULL)
- return;
- for (i = 0; i < PROPOSAL_MAX; i++)
- free(proposal[i]);
- free(proposal);
- }
- /* ARGSUSED */
- int
- kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh)
- {
- int r;
- error("kex protocol error: type %d seq %u", type, seq);
- if ((r = sshpkt_start(ssh, SSH2_MSG_UNIMPLEMENTED)) != 0 ||
- (r = sshpkt_put_u32(ssh, seq)) != 0 ||
- (r = sshpkt_send(ssh)) != 0)
- return r;
- return 0;
- }
- static void
- kex_reset_dispatch(struct ssh *ssh)
- {
- ssh_dispatch_range(ssh, SSH2_MSG_TRANSPORT_MIN,
- SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error);
- }
- static int
- kex_send_ext_info(struct ssh *ssh)
- {
- int r;
- char *algs;
- debug("Sending SSH2_MSG_EXT_INFO");
- if ((algs = sshkey_alg_list(0, 1, 1, ',')) == NULL)
- return SSH_ERR_ALLOC_FAIL;
- /* XXX filter algs list by allowed pubkey/hostbased types */
- if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 ||
- (r = sshpkt_put_u32(ssh, 1)) != 0 ||
- (r = sshpkt_put_cstring(ssh, "server-sig-algs")) != 0 ||
- (r = sshpkt_put_cstring(ssh, algs)) != 0 ||
- (r = sshpkt_send(ssh)) != 0) {
- error("%s: compose: %s", __func__, ssh_err(r));
- goto out;
- }
- /* success */
- r = 0;
- out:
- free(algs);
- return r;
- }
- int
- kex_send_newkeys(struct ssh *ssh)
- {
- int r;
- kex_reset_dispatch(ssh);
- if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 ||
- (r = sshpkt_send(ssh)) != 0)
- return r;
- debug("SSH2_MSG_NEWKEYS sent");
- ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
- if (ssh->kex->ext_info_c && (ssh->kex->flags & KEX_INITIAL) != 0)
- if ((r = kex_send_ext_info(ssh)) != 0)
- return r;
- debug("expecting SSH2_MSG_NEWKEYS");
- return 0;
- }
- int
- kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh)
- {
- struct kex *kex = ssh->kex;
- u_int32_t i, ninfo;
- char *name;
- u_char *val;
- size_t vlen;
- int r;
- debug("SSH2_MSG_EXT_INFO received");
- ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error);
- if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
- return r;
- for (i = 0; i < ninfo; i++) {
- if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0)
- return r;
- if ((r = sshpkt_get_string(ssh, &val, &vlen)) != 0) {
- free(name);
- return r;
- }
- if (strcmp(name, "server-sig-algs") == 0) {
- /* Ensure no \0 lurking in value */
- if (memchr(val, '\0', vlen) != NULL) {
- error("%s: nul byte in %s", __func__, name);
- return SSH_ERR_INVALID_FORMAT;
- }
- debug("%s: %s=<%s>", __func__, name, val);
- kex->server_sig_algs = val;
- val = NULL;
- } else
- debug("%s: %s (unrecognised)", __func__, name);
- free(name);
- free(val);
- }
- return sshpkt_get_end(ssh);
- }
- static int
- kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh)
- {
- struct kex *kex = ssh->kex;
- int r;
- debug("SSH2_MSG_NEWKEYS received");
- ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);
- ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
- if ((r = sshpkt_get_end(ssh)) != 0)
- return r;
- if ((r = ssh_set_newkeys(ssh, MODE_IN)) != 0)
- return r;
- kex->done = 1;
- kex->flags &= ~KEX_INITIAL;
- sshbuf_reset(kex->peer);
- /* sshbuf_reset(kex->my); */
- kex->flags &= ~KEX_INIT_SENT;
- free(kex->name);
- kex->name = NULL;
- return 0;
- }
- int
- kex_send_kexinit(struct ssh *ssh)
- {
- u_char *cookie;
- struct kex *kex = ssh->kex;
- int r;
- if (kex == NULL) {
- error("%s: no kex", __func__);
- return SSH_ERR_INTERNAL_ERROR;
- }
- if (kex->flags & KEX_INIT_SENT)
- return 0;
- kex->done = 0;
- /* generate a random cookie */
- if (sshbuf_len(kex->my) < KEX_COOKIE_LEN) {
- error("%s: bad kex length: %zu < %d", __func__,
- sshbuf_len(kex->my), KEX_COOKIE_LEN);
- return SSH_ERR_INVALID_FORMAT;
- }
- if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) {
- error("%s: buffer error", __func__);
- return SSH_ERR_INTERNAL_ERROR;
- }
- arc4random_buf(cookie, KEX_COOKIE_LEN);
- if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 ||
- (r = sshpkt_putb(ssh, kex->my)) != 0 ||
- (r = sshpkt_send(ssh)) != 0) {
- error("%s: compose reply: %s", __func__, ssh_err(r));
- return r;
- }
- debug("SSH2_MSG_KEXINIT sent");
- kex->flags |= KEX_INIT_SENT;
- return 0;
- }
- /* ARGSUSED */
- int
- kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh)
- {
- struct kex *kex = ssh->kex;
- const u_char *ptr;
- u_int i;
- size_t dlen;
- int r;
- debug("SSH2_MSG_KEXINIT received");
- if (kex == NULL) {
- error("%s: no kex", __func__);
- return SSH_ERR_INTERNAL_ERROR;
- }
- ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, NULL);
- ptr = sshpkt_ptr(ssh, &dlen);
- if ((r = sshbuf_put(kex->peer, ptr, dlen)) != 0)
- return r;
- /* discard packet */
- for (i = 0; i < KEX_COOKIE_LEN; i++) {
- if ((r = sshpkt_get_u8(ssh, NULL)) != 0) {
- error("%s: discard cookie: %s", __func__, ssh_err(r));
- return r;
- }
- }
- for (i = 0; i < PROPOSAL_MAX; i++) {
- if ((r = sshpkt_get_string(ssh, NULL, NULL)) != 0) {
- error("%s: discard proposal: %s", __func__, ssh_err(r));
- return r;
- }
- }
- /*
- * XXX RFC4253 sec 7: "each side MAY guess" - currently no supported
- * KEX method has the server move first, but a server might be using
- * a custom method or one that we otherwise don't support. We should
- * be prepared to remember first_kex_follows here so we can eat a
- * packet later.
- * XXX2 - RFC4253 is kind of ambiguous on what first_kex_follows means
- * for cases where the server *doesn't* go first. I guess we should
- * ignore it when it is set for these cases, which is what we do now.
- */
- if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || /* first_kex_follows */
- (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* reserved */
- (r = sshpkt_get_end(ssh)) != 0)
- return r;
- if (!(kex->flags & KEX_INIT_SENT))
- if ((r = kex_send_kexinit(ssh)) != 0)
- return r;
- if ((r = kex_choose_conf(ssh)) != 0)
- return r;
- if (kex->kex_type < KEX_MAX && kex->kex[kex->kex_type] != NULL)
- return (kex->kex[kex->kex_type])(ssh);
- error("%s: unknown kex type %u", __func__, kex->kex_type);
- return SSH_ERR_INTERNAL_ERROR;
- }
- struct kex *
- kex_new(void)
- {
- struct kex *kex;
- if ((kex = calloc(1, sizeof(*kex))) == NULL ||
- (kex->peer = sshbuf_new()) == NULL ||
- (kex->my = sshbuf_new()) == NULL ||
- (kex->client_version = sshbuf_new()) == NULL ||
- (kex->server_version = sshbuf_new()) == NULL ||
- (kex->session_id = sshbuf_new()) == NULL) {
- kex_free(kex);
- return NULL;
- }
- return kex;
- }
- void
- kex_free_newkeys(struct newkeys *newkeys)
- {
- if (newkeys == NULL)
- return;
- if (newkeys->enc.key) {
- explicit_bzero(newkeys->enc.key, newkeys->enc.key_len);
- free(newkeys->enc.key);
- newkeys->enc.key = NULL;
- }
- if (newkeys->enc.iv) {
- explicit_bzero(newkeys->enc.iv, newkeys->enc.iv_len);
- free(newkeys->enc.iv);
- newkeys->enc.iv = NULL;
- }
- free(newkeys->enc.name);
- explicit_bzero(&newkeys->enc, sizeof(newkeys->enc));
- free(newkeys->comp.name);
- explicit_bzero(&newkeys->comp, sizeof(newkeys->comp));
- mac_clear(&newkeys->mac);
- if (newkeys->mac.key) {
- explicit_bzero(newkeys->mac.key, newkeys->mac.key_len);
- free(newkeys->mac.key);
- newkeys->mac.key = NULL;
- }
- free(newkeys->mac.name);
- explicit_bzero(&newkeys->mac, sizeof(newkeys->mac));
- freezero(newkeys, sizeof(*newkeys));
- }
- void
- kex_free(struct kex *kex)
- {
- u_int mode;
- if (kex == NULL)
- return;
- #ifdef WITH_OPENSSL
- DH_free(kex->dh);
- #ifdef OPENSSL_HAS_ECC
- EC_KEY_free(kex->ec_client_key);
- #endif /* OPENSSL_HAS_ECC */
- #endif /* WITH_OPENSSL */
- for (mode = 0; mode < MODE_MAX; mode++) {
- kex_free_newkeys(kex->newkeys[mode]);
- kex->newkeys[mode] = NULL;
- }
- sshbuf_free(kex->peer);
- sshbuf_free(kex->my);
- sshbuf_free(kex->client_version);
- sshbuf_free(kex->server_version);
- sshbuf_free(kex->client_pub);
- sshbuf_free(kex->session_id);
- free(kex->failed_choice);
- free(kex->hostkey_alg);
- free(kex->name);
- free(kex);
- }
- int
- kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX])
- {
- int r;
- if ((r = kex_prop2buf(ssh->kex->my, proposal)) != 0)
- return r;
- ssh->kex->flags = KEX_INITIAL;
- kex_reset_dispatch(ssh);
- ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
- return 0;
- }
- int
- kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX])
- {
- int r;
- if ((r = kex_ready(ssh, proposal)) != 0)
- return r;
- if ((r = kex_send_kexinit(ssh)) != 0) { /* we start */
- kex_free(ssh->kex);
- ssh->kex = NULL;
- return r;
- }
- return 0;
- }
- /*
- * Request key re-exchange, returns 0 on success or a ssherr.h error
- * code otherwise. Must not be called if KEX is incomplete or in-progress.
- */
- int
- kex_start_rekex(struct ssh *ssh)
- {
- if (ssh->kex == NULL) {
- error("%s: no kex", __func__);
- return SSH_ERR_INTERNAL_ERROR;
- }
- if (ssh->kex->done == 0) {
- error("%s: requested twice", __func__);
- return SSH_ERR_INTERNAL_ERROR;
- }
- ssh->kex->done = 0;
- return kex_send_kexinit(ssh);
- }
- static int
- choose_enc(struct ssh *ssh, struct sshenc *enc, char *client, char *server)
- {
- char *name = match_list(client, server, NULL);
- if (name == NULL) {
- #ifdef SSH_AUDIT_EVENTS
- audit_unsupported(ssh, SSH_AUDIT_UNSUPPORTED_CIPHER);
- #endif
- return SSH_ERR_NO_CIPHER_ALG_MATCH;
- }
- if ((enc->cipher = cipher_by_name(name)) == NULL) {
- error("%s: unsupported cipher %s", __func__, name);
- free(name);
- return SSH_ERR_INTERNAL_ERROR;
- }
- enc->name = name;
- enc->enabled = 0;
- enc->iv = NULL;
- enc->iv_len = cipher_ivlen(enc->cipher);
- enc->key = NULL;
- enc->key_len = cipher_keylen(enc->cipher);
- enc->block_size = cipher_blocksize(enc->cipher);
- return 0;
- }
- static int
- choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server)
- {
- char *name = match_list(client, server, NULL);
- if (name == NULL) {
- #ifdef SSH_AUDIT_EVENTS
- audit_unsupported(ssh, SSH_AUDIT_UNSUPPORTED_MAC);
- #endif
- return SSH_ERR_NO_MAC_ALG_MATCH;
- }
- if (mac_setup(mac, name) < 0) {
- error("%s: unsupported MAC %s", __func__, name);
- free(name);
- return SSH_ERR_INTERNAL_ERROR;
- }
- mac->name = name;
- mac->key = NULL;
- mac->enabled = 0;
- return 0;
- }
- static int
- choose_comp(struct ssh *ssh, struct sshcomp *comp, char *client, char *server)
- {
- char *name = match_list(client, server, NULL);
- if (name == NULL) {
- #ifdef SSH_AUDIT_EVENTS
- audit_unsupported(ssh, SSH_AUDIT_UNSUPPORTED_COMPRESSION);
- #endif
- return SSH_ERR_NO_COMPRESS_ALG_MATCH;
- }
- #ifdef WITH_ZLIB
- if (strcmp(name, "zlib@openssh.com") == 0) {
- comp->type = COMP_DELAYED;
- } else if (strcmp(name, "zlib") == 0) {
- comp->type = COMP_ZLIB;
- } else
- #endif /* WITH_ZLIB */
- if (strcmp(name, "none") == 0) {
- comp->type = COMP_NONE;
- } else {
- error("%s: unsupported compression scheme %s", __func__, name);
- free(name);
- return SSH_ERR_INTERNAL_ERROR;
- }
- comp->name = name;
- return 0;
- }
- static int
- choose_kex(struct kex *k, char *client, char *server)
- {
- const struct kexalg *kexalg;
- k->name = match_list(client, server, NULL);
- debug("kex: algorithm: %s", k->name ? k->name : "(no match)");
- if (k->name == NULL)
- return SSH_ERR_NO_KEX_ALG_MATCH;
- if ((kexalg = kex_alg_by_name(k->name)) == NULL) {
- error("%s: unsupported KEX method %s", __func__, k->name);
- return SSH_ERR_INTERNAL_ERROR;
- }
- k->kex_type = kexalg->type;
- k->hash_alg = kexalg->hash_alg;
- k->ec_nid = kexalg->ec_nid;
- return 0;
- }
- static int
- choose_hostkeyalg(struct kex *k, char *client, char *server)
- {
- free(k->hostkey_alg);
- k->hostkey_alg = match_list(client, server, NULL);
- debug("kex: host key algorithm: %s",
- k->hostkey_alg ? k->hostkey_alg : "(no match)");
- if (k->hostkey_alg == NULL)
- return SSH_ERR_NO_HOSTKEY_ALG_MATCH;
- k->hostkey_type = sshkey_type_from_name(k->hostkey_alg);
- if (k->hostkey_type == KEY_UNSPEC) {
- error("%s: unsupported hostkey algorithm %s", __func__,
- k->hostkey_alg);
- return SSH_ERR_INTERNAL_ERROR;
- }
- k->hostkey_nid = sshkey_ecdsa_nid_from_name(k->hostkey_alg);
- return 0;
- }
- static int
- proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX])
- {
- static int check[] = {
- PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1
- };
- int *idx;
- char *p;
- for (idx = &check[0]; *idx != -1; idx++) {
- if ((p = strchr(my[*idx], ',')) != NULL)
- *p = '\0';
- if ((p = strchr(peer[*idx], ',')) != NULL)
- *p = '\0';
- if (strcmp(my[*idx], peer[*idx]) != 0) {
- debug2("proposal mismatch: my %s peer %s",
- my[*idx], peer[*idx]);
- return (0);
- }
- }
- debug2("proposals match");
- return (1);
- }
- static int
- kex_choose_conf(struct ssh *ssh)
- {
- struct kex *kex = ssh->kex;
- struct newkeys *newkeys;
- char **my = NULL, **peer = NULL;
- char **cprop, **sprop;
- int nenc, nmac, ncomp;
- u_int mode, ctos, need, dh_need, authlen;
- int r, first_kex_follows;
- int auth_flag = 0;
- int log_flag = 0;
-
- auth_flag = packet_authentication_state(ssh);
- debug("AUTH STATE IS %d", auth_flag);
- debug2("local %s KEXINIT proposal", kex->server ? "server" : "client");
- if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0)
- goto out;
- debug2("peer %s KEXINIT proposal", kex->server ? "client" : "server");
- if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0)
- goto out;
- if (kex->server) {
- cprop=peer;
- sprop=my;
- } else {
- cprop=my;
- sprop=peer;
- }
- /* Check whether client supports ext_info_c */
- if (kex->server && (kex->flags & KEX_INITIAL)) {
- char *ext;
- ext = match_list("ext-info-c", peer[PROPOSAL_KEX_ALGS], NULL);
- kex->ext_info_c = (ext != NULL);
- free(ext);
- }
- /* Algorithm Negotiation */
- if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS],
- sprop[PROPOSAL_KEX_ALGS])) != 0) {
- kex->failed_choice = peer[PROPOSAL_KEX_ALGS];
- peer[PROPOSAL_KEX_ALGS] = NULL;
- goto out;
- }
- if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
- sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {
- kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
- peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;
- goto out;
- }
- for (mode = 0; mode < MODE_MAX; mode++) {
- if ((newkeys = calloc(1, sizeof(*newkeys))) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- kex->newkeys[mode] = newkeys;
- ctos = (!kex->server && mode == MODE_OUT) ||
- (kex->server && mode == MODE_IN);
- nenc = ctos ? PROPOSAL_ENC_ALGS_CTOS : PROPOSAL_ENC_ALGS_STOC;
- nmac = ctos ? PROPOSAL_MAC_ALGS_CTOS : PROPOSAL_MAC_ALGS_STOC;
- ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC;
- if ((r = choose_enc(ssh, &newkeys->enc, cprop[nenc],
- sprop[nenc])) != 0) {
- kex->failed_choice = peer[nenc];
- peer[nenc] = NULL;
- goto out;
- }
- authlen = cipher_authlen(newkeys->enc.cipher);
- /* ignore mac for authenticated encryption */
- if (authlen == 0 &&
- (r = choose_mac(ssh, &newkeys->mac, cprop[nmac],
- sprop[nmac])) != 0) {
- kex->failed_choice = peer[nmac];
- peer[nmac] = NULL;
- goto out;
- }
- if ((r = choose_comp(ssh, &newkeys->comp, cprop[ncomp],
- sprop[ncomp])) != 0) {
- kex->failed_choice = peer[ncomp];
- peer[ncomp] = NULL;
- goto out;
- }
- debug("REQUESTED ENC.NAME is '%s'", newkeys->enc.name);
- debug("REQUESTED MAC.NAME is '%s'", newkeys->mac.name);
- if (strcmp(newkeys->enc.name, "none") == 0) {
- if (auth_flag == 1) {
- debug("None requested post authentication.");
- ssh->none = 1;
- }
- else
- fatal("Pre-authentication none cipher requests are not allowed.");
- if (newkeys->mac.name != NULL && strcmp(newkeys->mac.name, "none") == 0)
- debug("Requesting: NONEMAC. Authflag is %d", auth_flag);
- }
- debug("kex: %s cipher: %s MAC: %s compression: %s",
- ctos ? "client->server" : "server->client",
- newkeys->enc.name,
- authlen == 0 ? newkeys->mac.name : "<implicit>",
- newkeys->comp.name);
- /*
- * client starts with ctos = 0 && log flag = 0 and no log.
- * 2nd client pass ctos = 1 and flag = 1 so no log.
- * server starts with ctos = 1 && log_flag = 0 so log.
- * 2nd sever pass ctos = 1 && log flag = 1 so no log.
- * -cjr
- */
- if (ctos && !log_flag) {
- logit("SSH: Server;Ltype: Kex;Remote: %s-%d;Enc: %s;MAC: %s;Comp: %s",
- ssh_remote_ipaddr(ssh),
- ssh_remote_port(ssh),
- newkeys->enc.name,
- authlen == 0 ? newkeys->mac.name : "<implicit>",
- newkeys->comp.name);
- }
- log_flag = 1;
- }
- need = dh_need = 0;
- for (mode = 0; mode < MODE_MAX; mode++) {
- newkeys = kex->newkeys[mode];
- need = MAXIMUM(need, newkeys->enc.key_len);
- need = MAXIMUM(need, newkeys->enc.block_size);
- need = MAXIMUM(need, newkeys->enc.iv_len);
- need = MAXIMUM(need, newkeys->mac.key_len);
- dh_need = MAXIMUM(dh_need, cipher_seclen(newkeys->enc.cipher));
- dh_need = MAXIMUM(dh_need, newkeys->enc.block_size);
- dh_need = MAXIMUM(dh_need, newkeys->enc.iv_len);
- dh_need = MAXIMUM(dh_need, newkeys->mac.key_len);
- debug("kex: %s need=%d dh_need=%d", kex->name, need, dh_need);
- #ifdef SSH_AUDIT_EVENTS
- audit_kex(ssh, mode, newkeys->enc.name, newkeys->mac.name, newkeys->comp.name, kex->name);
- #endif
- }
- /* XXX need runden? */
- kex->we_need = need;
- kex->dh_need = dh_need;
- /* ignore the next message if the proposals do not match */
- if (first_kex_follows && !proposals_match(my, peer))
- ssh->dispatch_skip_packets = 1;
- r = 0;
- out:
- kex_prop_free(my);
- kex_prop_free(peer);
- return r;
- }
- #ifdef HAVE_EVP_KDF_CTX_NEW_ID
- static const EVP_MD *
- digest_to_md(int digest_type)
- {
- switch (digest_type) {
- case SSH_DIGEST_SHA1:
- return EVP_sha1();
- case SSH_DIGEST_SHA256:
- return EVP_sha256();
- case SSH_DIGEST_SHA384:
- return EVP_sha384();
- case SSH_DIGEST_SHA512:
- return EVP_sha512();
- }
- return NULL;
- }
- static int
- derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen,
- const struct sshbuf *shared_secret, u_char **keyp)
- {
- struct kex *kex = ssh->kex;
- EVP_KDF_CTX *ctx = NULL;
- u_char *key = NULL;
- int r, key_len, actualsize;
- if ((key_len = ssh_digest_bytes(kex->hash_alg)) == 0)
- return SSH_ERR_INVALID_ARGUMENT;
- key_len = ROUNDUP(need, key_len);
- if ((key = calloc(1, key_len)) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- ctx = EVP_KDF_CTX_new_id(EVP_KDF_SSHKDF);
- if (!ctx) {
- r = SSH_ERR_LIBCRYPTO_ERROR;
- debug("ERROR: ctx=EVP_KDF_CTX_new_id(EVP_KDF_SSHKDF); !ctx=true;");
- goto out;
- }
- r = EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_MD, digest_to_md(kex->hash_alg));
- if (r != 1) {
- r = SSH_ERR_LIBCRYPTO_ERROR;
- debug("EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_MD, digest_to_md(kex->hash_alg)) != 1");
- goto out;
- }
- r = EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_KEY,
- sshbuf_ptr(shared_secret), sshbuf_len(shared_secret));
- if (r != 1) {
- debug("EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_KEY, sshbuf_ptr(shared_secret), sshbuf_len(shared_secret)) != 1");
- r = SSH_ERR_LIBCRYPTO_ERROR;
- goto out;
- }
- r = EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_SSHKDF_XCGHASH, hash, hashlen);
- if (r != 1) {
- r = SSH_ERR_LIBCRYPTO_ERROR;
- debug("EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_SSHKDF_XCGHASH, hash, hashlen) != 1");
- goto out;
- }
- r = EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_SSHKDF_TYPE, id);
- if (r != 1) {
- r = SSH_ERR_LIBCRYPTO_ERROR;
- debug("EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_SSHKDF_TYPE, id) != 1");
- goto out;
- }
- r = EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_SSHKDF_SESSION_ID,
- kex->session_id);
- if (r != 1) {
- r = SSH_ERR_LIBCRYPTO_ERROR;
- debug("EVP_KDF_ctrl(ctx, EVP_KDF_CTRL_SET_SSHKDF_SESSION_ID, kex->session_id) != 1");
- goto out;
- }
- r = EVP_KDF_derive(ctx, key, key_len);
- if (r != 1) {
- debug("EVP_KDF_derive(ctx, key, key_len) != 1");
- actualsize=EVP_KDF_size(ctx);
- //fprintf(stderr, "\ndebug: r=%d, key_len=%d, actualsize=%d, key=%X\n\n", r, key_len, actualsize, &key);
- r = SSH_ERR_LIBCRYPTO_ERROR;
- goto out;
- }
- #ifdef DEBUG_KEX
- fprintf(stderr, "key '%c'== ", id);
- dump_digest("key", key, key_len);
- #endif
- *keyp = key;
- key = NULL;
- r = 0;
- out:
- free (key);
- EVP_KDF_CTX_free(ctx);
- if (r < 0) {
- return r;
- }
- return 0;
- }
- #else
- static int
- derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen,
- const struct sshbuf *shared_secret, u_char **keyp)
- {
- struct kex *kex = ssh->kex;
- struct ssh_digest_ctx *hashctx = NULL;
- char c = id;
- u_int have;
- size_t mdsz;
- u_char *digest;
- int r;
- if ((mdsz = ssh_digest_bytes(kex->hash_alg)) == 0)
- return SSH_ERR_INVALID_ARGUMENT;
- if ((digest = calloc(1, ROUNDUP(need, mdsz))) == NULL) {
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- /* K1 = HASH(K || H || "A" || session_id) */
- if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL ||
- ssh_digest_update_buffer(hashctx, shared_secret) != 0 ||
- ssh_digest_update(hashctx, hash, hashlen) != 0 ||
- ssh_digest_update(hashctx, &c, 1) != 0 ||
- ssh_digest_update_buffer(hashctx, kex->session_id) != 0 ||
- ssh_digest_final(hashctx, digest, mdsz) != 0) {
- r = SSH_ERR_LIBCRYPTO_ERROR;
- error("%s: KEX hash failed", __func__);
- goto out;
- }
- ssh_digest_free(hashctx);
- hashctx = NULL;
- /*
- * expand key:
- * Kn = HASH(K || H || K1 || K2 || ... || Kn-1)
- * Key = K1 || K2 || ... || Kn
- */
- for (have = mdsz; need > have; have += mdsz) {
- if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL ||
- ssh_digest_update_buffer(hashctx, shared_secret) != 0 ||
- ssh_digest_update(hashctx, hash, hashlen) != 0 ||
- ssh_digest_update(hashctx, digest, have) != 0 ||
- ssh_digest_final(hashctx, digest + have, mdsz) != 0) {
- error("%s: KDF failed", __func__);
- r = SSH_ERR_LIBCRYPTO_ERROR;
- goto out;
- }
- ssh_digest_free(hashctx);
- hashctx = NULL;
- }
- #ifdef DEBUG_KEX
- fprintf(stderr, "key '%c'== ", c);
- dump_digest("key", digest, need);
- #endif
- *keyp = digest;
- digest = NULL;
- r = 0;
- out:
- free(digest);
- ssh_digest_free(hashctx);
- return r;
- }
- #endif /* HAVE_OPENSSL_EVP_KDF_CTX_NEW_ID */
- #define NKEYS 6
- int
- kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen,
- const struct sshbuf *shared_secret)
- {
- struct kex *kex = ssh->kex;
- u_char *keys[NKEYS];
- u_int i, j, mode, ctos;
- int r;
- /* save initial hash as session id */
- if ((kex->flags & KEX_INITIAL) != 0) {
- if (sshbuf_len(kex->session_id) != 0) {
- error("already have session ID at kex");
- return SSH_ERR_INTERNAL_ERROR;
- }
- if ((r = sshbuf_put(kex->session_id, hash, hashlen)) != 0)
- return r;
- } else if (sshbuf_len(kex->session_id) == 0) {
- error("no session ID in rekex");
- return SSH_ERR_INTERNAL_ERROR;
- }
- for (i = 0; i < NKEYS; i++) {
- if ((r = derive_key(ssh, 'A'+i, kex->we_need, hash, hashlen,
- shared_secret, &keys[i])) != 0) {
- for (j = 0; j < i; j++)
- free(keys[j]);
- return r;
- }
- }
- for (mode = 0; mode < MODE_MAX; mode++) {
- ctos = (!kex->server && mode == MODE_OUT) ||
- (kex->server && mode == MODE_IN);
- kex->newkeys[mode]->enc.iv = keys[ctos ? 0 : 1];
- kex->newkeys[mode]->enc.key = keys[ctos ? 2 : 3];
- kex->newkeys[mode]->mac.key = keys[ctos ? 4 : 5];
- }
- return 0;
- }
- int
- kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp)
- {
- struct kex *kex = ssh->kex;
- *pubp = NULL;
- *prvp = NULL;
- if (kex->load_host_public_key == NULL ||
- kex->load_host_private_key == NULL) {
- error("%s: missing hostkey loader", __func__);
- return SSH_ERR_INVALID_ARGUMENT;
- }
- *pubp = kex->load_host_public_key(kex->hostkey_type,
- kex->hostkey_nid, ssh);
- *prvp = kex->load_host_private_key(kex->hostkey_type,
- kex->hostkey_nid, ssh);
- if (*pubp == NULL)
- return SSH_ERR_NO_HOSTKEY_LOADED;
- return 0;
- }
- int
- kex_verify_host_key(struct ssh *ssh, struct sshkey *server_host_key)
- {
- struct kex *kex = ssh->kex;
- if (kex->verify_host_key == NULL) {
- error("%s: missing hostkey verifier", __func__);
- return SSH_ERR_INVALID_ARGUMENT;
- }
- if (server_host_key->type != kex->hostkey_type ||
- (kex->hostkey_type == KEY_ECDSA &&
- server_host_key->ecdsa_nid != kex->hostkey_nid))
- return SSH_ERR_KEY_TYPE_MISMATCH;
- if (kex->verify_host_key(server_host_key, ssh) == -1)
- return SSH_ERR_SIGNATURE_INVALID;
- return 0;
- }
- #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) || defined(DEBUG_KEXECDH)
- void
- dump_digest(const char *msg, const u_char *digest, int len)
- {
- fprintf(stderr, "%s\n", msg);
- sshbuf_dump_data(digest, len, stderr);
- }
- #endif
- static void
- enc_destroy(struct sshenc *enc)
- {
- if (enc == NULL)
- return;
- if (enc->key) {
- memset(enc->key, 0, enc->key_len);
- free(enc->key);
- }
- if (enc->iv) {
- memset(enc->iv, 0, enc->iv_len);
- free(enc->iv);
- }
- memset(enc, 0, sizeof(*enc));
- }
- void
- newkeys_destroy(struct newkeys *newkeys)
- {
- if (newkeys == NULL)
- return;
- enc_destroy(&newkeys->enc);
- mac_destroy(&newkeys->mac);
- memset(&newkeys->comp, 0, sizeof(newkeys->comp));
- }
- /*
- * Send a plaintext error message to the peer, suffixed by \r\n.
- * Only used during banner exchange, and there only for the server.
- */
- static void
- send_error(struct ssh *ssh, char *msg)
- {
- char *crnl = "\r\n";
- if (!ssh->kex->server)
- return;
- if (atomicio(vwrite, ssh_packet_get_connection_out(ssh),
- msg, strlen(msg)) != strlen(msg) ||
- atomicio(vwrite, ssh_packet_get_connection_out(ssh),
- crnl, strlen(crnl)) != strlen(crnl))
- error("%s: write: %.100s", __func__, strerror(errno));
- }
- /*
- * Sends our identification string and waits for the peer's. Will block for
- * up to timeout_ms (or indefinitely if timeout_ms <= 0).
- * Returns on 0 success or a ssherr.h code on failure.
- */
- int
- kex_exchange_identification(struct ssh *ssh, int timeout_ms,
- const char *version_addendum)
- {
- int remote_major, remote_minor, mismatch, oerrno = 0;
- size_t len, i, n;
- int r, expect_nl;
- u_char c;
- struct sshbuf *our_version = ssh->kex->server ?
- ssh->kex->server_version : ssh->kex->client_version;
- struct sshbuf *peer_version = ssh->kex->server ?
- ssh->kex->client_version : ssh->kex->server_version;
- char *our_version_string = NULL, *peer_version_string = NULL;
- char *cp, *remote_version = NULL;
- /* Prepare and send our banner */
- sshbuf_reset(our_version);
- if (version_addendum != NULL && *version_addendum == '\0')
- version_addendum = NULL;
- if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%.100s%s%s\r\n",
- PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, SSH_RELEASE,
- version_addendum == NULL ? "" : " ",
- version_addendum == NULL ? "" : version_addendum)) != 0) {
- oerrno = errno;
- error("%s: sshbuf_putf: %s", __func__, ssh_err(r));
- goto out;
- }
- if (atomicio(vwrite, ssh_packet_get_connection_out(ssh),
- sshbuf_mutable_ptr(our_version),
- sshbuf_len(our_version)) != sshbuf_len(our_version)) {
- oerrno = errno;
- debug("%s: write: %.100s", __func__, strerror(errno));
- r = SSH_ERR_SYSTEM_ERROR;
- goto out;
- }
- if ((r = sshbuf_consume_end(our_version, 2)) != 0) { /* trim \r\n */
- oerrno = errno;
- error("%s: sshbuf_consume_end: %s", __func__, ssh_err(r));
- goto out;
- }
- our_version_string = sshbuf_dup_string(our_version);
- if (our_version_string == NULL) {
- error("%s: sshbuf_dup_string failed", __func__);
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- debug("Local version string %.100s", our_version_string);
- /* Read other side's version identification. */
- for (n = 0; ; n++) {
- if (n >= SSH_MAX_PRE_BANNER_LINES) {
- send_error(ssh, "No SSH identification string "
- "received.");
- error("%s: No SSH version received in first %u lines "
- "from server", __func__, SSH_MAX_PRE_BANNER_LINES);
- r = SSH_ERR_INVALID_FORMAT;
- goto out;
- }
- sshbuf_reset(peer_version);
- expect_nl = 0;
- for (i = 0; ; i++) {
- if (timeout_ms > 0) {
- r = waitrfd(ssh_packet_get_connection_in(ssh),
- &timeout_ms);
- if (r == -1 && errno == ETIMEDOUT) {
- send_error(ssh, "Timed out waiting "
- "for SSH identification string.");
- error("Connection timed out during "
- "banner exchange");
- r = SSH_ERR_CONN_TIMEOUT;
- goto out;
- } else if (r == -1) {
- oerrno = errno;
- error("%s: %s",
- __func__, strerror(errno));
- r = SSH_ERR_SYSTEM_ERROR;
- goto out;
- }
- }
- len = atomicio(read, ssh_packet_get_connection_in(ssh),
- &c, 1);
- if (len != 1 && errno == EPIPE) {
- error("%s: Connection closed by remote host",
- __func__);
- r = SSH_ERR_CONN_CLOSED;
- goto out;
- } else if (len != 1) {
- oerrno = errno;
- error("%s: read: %.100s",
- __func__, strerror(errno));
- r = SSH_ERR_SYSTEM_ERROR;
- goto out;
- }
- if (c == '\r') {
- expect_nl = 1;
- continue;
- }
- if (c == '\n')
- break;
- if (c == '\0' || expect_nl) {
- error("%s: banner line contains invalid "
- "characters", __func__);
- goto invalid;
- }
- if ((r = sshbuf_put_u8(peer_version, c)) != 0) {
- oerrno = errno;
- error("%s: sshbuf_put: %s",
- __func__, ssh_err(r));
- goto out;
- }
- if (sshbuf_len(peer_version) > SSH_MAX_BANNER_LEN) {
- error("%s: banner line too long", __func__);
- goto invalid;
- }
- }
- /* Is this an actual protocol banner? */
- if (sshbuf_len(peer_version) > 4 &&
- memcmp(sshbuf_ptr(peer_version), "SSH-", 4) == 0)
- break;
- /* If not, then just log the line and continue */
- if ((cp = sshbuf_dup_string(peer_version)) == NULL) {
- error("%s: sshbuf_dup_string failed", __func__);
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- /* Do not accept lines before the SSH ident from a client */
- if (ssh->kex->server) {
- error("%s: client sent invalid protocol identifier "
- "\"%.256s\"", __func__, cp);
- free(cp);
- goto invalid;
- }
- debug("%s: banner line %zu: %s", __func__, n, cp);
- free(cp);
- }
- peer_version_string = sshbuf_dup_string(peer_version);
- if (peer_version_string == NULL)
- error("%s: sshbuf_dup_string failed", __func__);
- /* XXX must be same size for sscanf */
- if ((remote_version = calloc(1, sshbuf_len(peer_version))) == NULL) {
- error("%s: calloc failed", __func__);
- r = SSH_ERR_ALLOC_FAIL;
- goto out;
- }
- /*
- * Check that the versions match. In future this might accept
- * several versions and set appropriate flags to handle them.
- */
- if (sscanf(peer_version_string, "SSH-%d.%d-%[^\n]\n",
- &remote_major, &remote_minor, remote_version) != 3) {
- error("Bad remote protocol version identification: '%.100s'",
- peer_version_string);
- invalid:
- send_error(ssh, "Invalid SSH identification string.");
- r = SSH_ERR_INVALID_FORMAT;
- goto out;
- }
- /* report the version information to syslog if this is the server */
- if (timeout_ms == -1) { /* only the server uses this value */
- logit("SSH: Server;Ltype: Version;Remote: %s-%d;Protocol: %d.%d;Client: %.100s",
- ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
- remote_major, remote_minor, remote_version);
- }
-
- debug("Remote protocol version %d.%d, remote software version %.100s",
- remote_major, remote_minor, remote_version);
- compat_banner(ssh, remote_version);
- mismatch = 0;
- switch (remote_major) {
- case 2:
- break;
- case 1:
- if (remote_minor != 99)
- mismatch = 1;
- break;
- default:
- mismatch = 1;
- break;
- }
- if (mismatch) {
- error("Protocol major versions differ: %d vs. %d",
- PROTOCOL_MAJOR_2, remote_major);
- send_error(ssh, "Protocol major versions differ.");
- r = SSH_ERR_NO_PROTOCOL_VERSION;
- goto out;
- }
- if (ssh->kex->server && (ssh->compat & SSH_BUG_PROBE) != 0) {
- logit("probed from %s port %d with %s. Don't panic.",
- ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
- peer_version_string);
- r = SSH_ERR_CONN_CLOSED; /* XXX */
- goto out;
- }
- if (ssh->kex->server && (ssh->compat & SSH_BUG_SCANNER) != 0) {
- logit("scanned from %s port %d with %s. Don't panic.",
- ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
- peer_version_string);
- r = SSH_ERR_CONN_CLOSED; /* XXX */
- goto out;
- }
- if ((ssh->compat & SSH_BUG_RSASIGMD5) != 0) {
- logit("Remote version \"%.100s\" uses unsafe RSA signature "
- "scheme; disabling use of RSA keys", remote_version);
- }
- /* success */
- r = 0;
- out:
- free(our_version_string);
- free(peer_version_string);
- free(remote_version);
- if (r == SSH_ERR_SYSTEM_ERROR)
- errno = oerrno;
- return r;
- }
|