Your message dated Sat, 15 Aug 2026 10:30:08 +0200
with message-id <[email protected]>
and subject line Re: Bug#1144080: gnutls28: mismege of CVE-2025-13151
has caused the Debian Bug report #1144080,
regarding gnutls28: mismege of CVE-2025-13151
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1144080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144080
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnutls28
Severity: serious
Tags: security
Justification: security
X-Debbugs-Cc: Debian Security Team <[email protected]>
X-Debbugs-Cc: Gajendra Nath Soren <[email protected]>
CVE-2025-13151 (libtasn1 - off-by-one in asn1_expand_octet_string, fixed in
4.20.0)
The fix changes:
char name[2 * ASN1_MAX_NAME_SIZE + 1]
to:
char name[2 * ASN1_MAX_NAME_SIZE + 2]
This applies to two functions: asn1_expand_any_defined_by and
asn1_expand_octet_string.
gnutls28 vendor libtasn1 internally and show a partial fix -
asn1_expand_any_defined_by has been updated (+ 2 present) but
asn1_expand_octet_string still carries the vulnerable version (+ 1):
- gnutls28 (lib/minitasn1/decoding.c)
asn1_expand_any_defined_by: patched
asn1_expand_octet_string: VULNERABLE
Thanks Gajendra Nath Soren
rouca
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
On 2026-08-11 Bastien Roucaries <[email protected]> wrote:
[...]
> I will report upstream.
Thanks. Let's close this report here.
cu Andreas
--- End Message ---