Werner Koch <[email protected]> writes:

> Hi!
>

Thank you Werner!

> On Mon, 14 Sep 2026 21:28, Clemens Lang said:
>
>> (1) A RCE in `gpgsm` 2.4.9 when invoked as `gpgsm --debug all --import
>> bad.cert`, with the bad.cert file at [1]. This is apparently a 0-day,
>
> Actually in all versions > 2.2 if you use --debug x509.  The result is
> that you get garbled output on stderr.  Using the certificates from
> their Git repo we have not been able to get more than a segv.  That is
> obvious because the DER is used as printf format string.  How it is
> possible to get a an RCE is not clear to me - at least not with the
> sample certificate.  We need a real reproducers.  Maybe the presentation
> used a custom build.  It uses libgcrypt 1.12.4 which is not yet used in
> any binary we released.
>
> This is the fix:
>
>                if (DBG_X509)
> -                log_debug(skider, skiderlen, "ski is:");
> +                log_printhex (skider, skiderlen, "ski is:");
>
> We did not used -Wformat-nonliteral which would have caught it due to
> gcc problems and distros requiring -Werror.

You should feel free these days to use whatever -W* you want/need to. No
distros should be using -Werror without at least being willing to
investigate the problem a bit, some exceptions would be things like
-Werror=format-security or similar (so for a specific warning), but even
then you're within your rights to say no to such bugs if you think
they're not showing a real problem.

I'm not aware of anyone doing blanket -Werror.

If any distro person is using blank -Werror in their packaging and
complains to you, please send them to me ;)

> [...]

sam

Attachment: signature.asc
Description: PGP signature

Reply via email to