OESA-2026-3814

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-3814
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-3814.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-3814
Upstream
Published
2026-09-14T16:34:37Z
Modified
2026-09-13T16:45:42Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L CVSS Calculator
Summary
pcre2 security update
Details

PCRE2 is a re-working of the original PCRE1 library to provide an entirely new API. Since its initial release in 2015, there has been further development of the code and it now differs from PCRE1 in more than just the API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. Unlike PCRE1, there are no C++ wrappers.

Security Fix(es):

PCRE2 before 10.48 allows a pcre2_dfa_match out-of-bounds write because reuse of a cached workspace block, in a recursive DFA matching workspace, lacks a size check (even though a newly allocated block, for the same purpose, does have a size check). This outcome requires an attacker-controlled regular expression, or a recursive pattern in conjunction with a small heap limit (this can be set through the API).(CVE-2026-86145)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:20.03-LTS-SP4 / pcre2

Package

Name
pcre2
Purl
pkg:rpm/openEuler/pcre2&distro=openEuler-20.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
10.35-12.oe2003sp4

Ecosystem specific

{
    "aarch64": [
        "pcre2-10.35-12.oe2003sp4.aarch64.rpm",
        "pcre2-debuginfo-10.35-12.oe2003sp4.aarch64.rpm",
        "pcre2-debugsource-10.35-12.oe2003sp4.aarch64.rpm",
        "pcre2-devel-10.35-12.oe2003sp4.aarch64.rpm"
    ],
    "noarch": [
        "pcre2-help-10.35-12.oe2003sp4.noarch.rpm"
    ],
    "src": [
        "pcre2-10.35-12.oe2003sp4.src.rpm"
    ],
    "x86_64": [
        "pcre2-10.35-12.oe2003sp4.x86_64.rpm",
        "pcre2-debuginfo-10.35-12.oe2003sp4.x86_64.rpm",
        "pcre2-debugsource-10.35-12.oe2003sp4.x86_64.rpm",
        "pcre2-devel-10.35-12.oe2003sp4.x86_64.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-3814.json"