Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-8376
PUBLISHED
More InfoOfficial Page
Assigner-CPANSec
Assigner Org ID-9b29abf9-4ab0-4765-b253-1875cd9b441e
View Known Exploited Vulnerability (KEV) details
Published At-25 May, 2026 | 23:53
Updated At-27 May, 2026 | 18:04
Rejected At-
▼CVE Numbering Authority (CNA)
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 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.

Affected Products
Vendor
SHAY
Product
perl
Collection URL
https://cpan.org/modules
Package Name
perl
Repo
https://github.com/Perl/perl5
Program Files
  • regcomp_study.c
Program Routines
  • Perl_study_chunk
Default Status
unaffected
Versions
Affected
  • From 0 through 5.43.10 (custom)
Problem Types
TypeCWE IDDescription
CWECWE-680CWE-680 Integer Overflow to Buffer Overflow
Type: CWE
CWE ID: CWE-680
Description: CWE-680 Integer Overflow to Buffer Overflow
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Upgrade to a future perl release, or apply the upstream patch.

Configurations

Workarounds

On 32-bit perl builds, avoid compiling regular expressions from untrusted input until a fixed release is installed.

Exploits

Credits

Timeline
EventDate
Issue reported.2026-04-24 00:00:00
Fix merged to blead.2026-05-20 00:00:00
Event: Issue reported.
Date: 2026-04-24 00:00:00
Event: Fix merged to blead.
Date: 2026-05-20 00:00:00
Replaced By

Rejected Reason

References
HyperlinkResource
https://github.com/Perl/perl5/commit/5e7f119eb2bb1181be908701f22bf7068e722f1c.patch
patch
Hyperlink: https://github.com/Perl/perl5/commit/5e7f119eb2bb1181be908701f22bf7068e722f1c.patch
Resource:
patch
▼Authorized Data Publishers (ADP)
1. CVE Program Container
Affected Products
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
http://www.openwall.com/lists/oss-security/2026/05/26/1
N/A
Hyperlink: http://www.openwall.com/lists/oss-security/2026/05/26/1
Resource: N/A
2. CISA ADP Vulnrichment
Affected Products
Metrics
VersionBase scoreBase severityVector
3.17.3HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Version: 3.1
Base score: 7.3
Base severity: HIGH
Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
Details not found