A vulnerability was found in perl 5.30.0 through 5.38.0. This issue occurs when a crafted regular expression is compiled by perl, which can allow an attacker controlled byte buffer overflow in a heap allocated buffer.
Workaround:
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2024:2228 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2024:3128 | third party advisory vendor advisory |
https://access.redhat.com/security/cve/CVE-2023-47038 | broken link third party advisory vdb entry |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056746 | patch mailing list |
https://bugzilla.redhat.com/show_bug.cgi?id=2249523 | third party advisory issue tracking |
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GNEEWAACXQCEEAKSG7XX2D5YDRWLCIZJ/ | third party advisory |
https://perldoc.perl.org/perl5382delta#CVE-2023-47038-Write-past-buffer-end-via-illegal-user-defined-Unicode-property | vendor advisory |