216.73.217.22

CVE-2026-8376

· Published 26/05/2026 00:16 · Modified 27/05/2026 19:16

Labels: CVE-2026-8376 2026-05-269b29abf9-4ab0-4765-b253-1875cd9b441eCVE-2026-8376CWE-680

Essential information

Published
26/05/2026 00:16
Modified
27/05/2026 19:16
Author
Creator
CVSS
9.8 CRITICAL (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CVSS metrics

Description

Perl versions through 5.43.10 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds. Perl_study_chunk in regcomp_study.c checked the size of the joined substring buffer in characters rather than bytes. For a quantified fixed substring with a large minimum count, the byte length mincount * l could overflow SSize_t, producing an undersized SvGROW allocation; the subsequent copy writes past the end of the buffer. A caller that compiles an attacker-controlled regular expression on a 32-bit perl build triggers a heap buffer overflow at compile time.

NVD status

Status
Modified — CVE has been recently published to the CVE List and has been received by the NVD.
Source
9b29abf9-4ab0-4765-b253-1875cd9b441e
NVD
View on NVD

Affected products (CPE)

ProductCPE
perl / perl cpe:2.3:a:perl:perl:*:*:*:*:*:*:*:*

References