From owner-dev-commits-ports-all@freebsd.org Thu Apr 15 14:50:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A77A95F2DE7; Thu, 15 Apr 2021 14:50:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLj252sWqz4SwX; Thu, 15 Apr 2021 14:50:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B398131D1; Thu, 15 Apr 2021 14:50:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FEobWn079335; Thu, 15 Apr 2021 14:50:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FEobXV079334; Thu, 15 Apr 2021 14:50:37 GMT (envelope-from git) Date: Thu, 15 Apr 2021 14:50:37 GMT Message-Id: <202104151450.13FEobXV079334@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: bc32e1b3c9bb - main - Document textproc/mdbook vulnerability MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bc32e1b3c9bb4cd5a415e6ed3924835ecaefc197 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 14:50:37 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc32e1b3c9bb4cd5a415e6ed3924835ecaefc197 commit bc32e1b3c9bb4cd5a415e6ed3924835ecaefc197 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 14:46:59 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 14:46:59 +0000 Document textproc/mdbook vulnerability --- security/vuxml/vuln.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d3afeef3c82c..7172d2da30e7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mdbook -- XSS in mdBook's search page + + + mdbook + 0.4.5 + + + + +

Rust Security Response Working Group reports:

+
+

+ The search feature of mdBook (introduced in version 0.1.4) was + affected by a cross site scripting vulnerability that allowed an + attacker to execute arbitrary JavaScript code on an user's browser + by tricking the user into typing a malicious search query, or + tricking the user into clicking a link to the search page with the + malicious search query prefilled. + + mdBook 0.4.5 fixes the vulnerability by properly escaping the search + query. +

+
+ +
+ + https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-045 + https://github.com/rust-lang/mdBook/commit/32abeef088e98327ca0dfccdad92e84afa9d2e9b + https://github.com/rust-lang/mdBook/security/advisories/GHSA-gx5w-rrhp-f436 + https://groups.google.com/g/rustlang-security-announcements/c/3-sO6of29O0?pli=1 + https://nvd.nist.gov/vuln/detail/CVE-2020-26297 + CVE-2020-26297 + + + 2021-04-01 + 2021-04-15 + +
+ Gitlab -- Vulnerabilities