From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.bugs Subject: bug#48676: Arbitrary code execution in Org export macros Date: Mon, 20 Jun 2022 17:37:30 -0700 Message-ID: <124788.1655771850@alto> References: <2nk0nl7asb.fsf@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17057"; mail-complaints-to="usenet@ciao.gmane.io" To: 48676@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jun 21 02:38:49 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o3Rur-0004Gb-3i for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 21 Jun 2022 02:38:49 +0200 Original-Received: from localhost ([::1]:48050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3Ruo-0001eY-LX for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 20 Jun 2022 20:38:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3Ru6-0001di-Hq; Mon, 20 Jun 2022 20:38:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36497) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o3Ru5-0000gq-Vf; Mon, 20 Jun 2022 20:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o3Ru5-0003PN-IC; Mon, 20 Jun 2022 20:38:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <2nk0nl7asb.fsf@fencepost.gnu.org> Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 21 Jun 2022 00:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48676 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: security Original-Received: via spool by 48676-submit@debbugs.gnu.org id=B48676.165577186913083 (code B ref 48676); Tue, 21 Jun 2022 00:38:01 +0000 Original-Received: (at 48676) by debbugs.gnu.org; 21 Jun 2022 00:37:49 +0000 Original-Received: from localhost ([127.0.0.1]:58627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3Rtn-0003Oo-Iu for submit@debbugs.gnu.org; Mon, 20 Jun 2022 20:37:49 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:37550 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3Rtj-0003Ob-9K for 48676@debbugs.gnu.org; Mon, 20 Jun 2022 20:37:41 -0400 Original-Received: from alto (135-180-174-172.dsl.dynamic.sonic.net [135.180.174.172] (may be forged)) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 25L0bUBA081931 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <48676@debbugs.gnu.org>; Mon, 20 Jun 2022 17:37:36 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 135-180-174-172.dsl.dynamic.sonic.net [135.180.174.172] (may be forged) claimed to be alto X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 28.1 Content-ID: <124787.1655771850.1@alto> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:234922 Archived-At: I just verified that this issue is still present in Emacs master (4ae315f7c3). mike