public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: fus@plutonium24.de
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: determining impact of vulnerability CVE-2022-27943 in libiberty/rust-demangle.c
Date: Tue, 2 Aug 2022 17:33:39 +0100	[thread overview]
Message-ID: <CAH6eHdQ=f8kkewhT24RfVNXMZHx9d0OwWuhpvmQihELAU-pYfg@mail.gmail.com> (raw)
In-Reply-To: <28f5239fb7e8c8f029104563393310dd@plutonium24.de>

On Tue, 2 Aug 2022 at 17:12, <fus@plutonium24.de> wrote:
>
> The above mentioned CVE
> (https://nvd.nist.gov/vuln/detail/CVE-2022-27943) just specifies GNU GCC
> 11.2 to be affected, but fails to eplicitly specify that previous
> versions are not affected. Does this CVE only affect exactly GCC version
> 11.2?

No, some earlier versions are affected.

>
> And I would also like to know how I can determine whether or not I will
> be eposed to this vulnerability when using an affected version. Is the
> rust demangler used internally by any C/C++ tools

No.

> or will I only be
> affected when compiling rust programs?

It isn't used when compiling rust programs. It's only used when
inspecting binaries containing rust code, e.g. using the 'nm-new'
utility. If I understand correctly, the stack overflow can only happen
with binaries containing bogus symbol names specially crafted to
exploit the bug.

      reply	other threads:[~2022-08-02 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 16:11 fus
2022-08-02 16:33 ` Jonathan Wakely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH6eHdQ=f8kkewhT24RfVNXMZHx9d0OwWuhpvmQihELAU-pYfg@mail.gmail.com' \
    --to=jwakely.gcc@gmail.com \
    --cc=fus@plutonium24.de \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).