JLSEC-2026-251

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-251.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-251.json
JSON Data
https://api.test.osv.dev/v1/vulns/JLSEC-2026-251
Upstream
  • EUVD-2024-44338
  • GHSA-6vgq-8qjq-h578
Published
2026-04-27T18:33:55.942Z
Modified
2026-04-27T20:32:22.335425682Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Issue summary: Calling the OpenSSL API function SSL_free_buffers may cause memory to be accessed...
Details

Issue summary: Calling the OpenSSL API function SSLfreebuffers may cause memory to be accessed that was previously freed in some situations

Impact summary: A use after free can have a range of potential consequences such as the corruption of valid data, crashes or execution of arbitrary code. However, only applications that directly call the SSLfreebuffers function are affected by this issue. Applications that do not call this function are not vulnerable. Our investigations indicate that this function is rarely used by applications.

The SSLfreebuffers function is used to free the internal OpenSSL buffer used when processing an incoming record from the network. The call is only expected to succeed if the buffer is not currently in use. However, two scenarios have been identified where the buffer is freed even when still in use.

The first scenario occurs where a record header has been received from the network and processed by OpenSSL, but the full record body has not yet arrived. In this case calling SSLfreebuffers will succeed even though a record has only been partially processed and the buffer is still in use.

The second scenario occurs where a full record containing application data has been received and processed by OpenSSL but the application has only read part of this data. Again a call to SSLfreebuffers will succeed even though the buffer is still in use.

While these scenarios could occur accidentally during normal operation a malicious attacker could attempt to engineer a stituation where this occurs. We are not aware of this issue being actively exploited.

The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.

Database specific
{
    "license": "CC-BY-4.0",
    "sources": [
        {
            "published": "2024-11-13T11:15:04.480Z",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4741",
            "modified": "2026-04-15T00:35:42.020Z",
            "database_specific": {
                "status": "Deferred"
            },
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2024-4741",
            "id": "CVE-2024-4741",
            "imported": "2026-04-27T16:36:08.180Z"
        },
        {
            "published": "2024-11-13T12:32:12Z",
            "url": "https://api.github.com/advisories/GHSA-6vgq-8qjq-h578",
            "html_url": "https://github.com/advisories/GHSA-6vgq-8qjq-h578",
            "imported": "2026-04-27T16:35:56.605Z",
            "id": "GHSA-6vgq-8qjq-h578",
            "modified": "2025-11-04T18:31:31Z"
        },
        {
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2024-44338",
            "published": "2024-11-13T10:20:50Z",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2024-44338",
            "imported": "2026-04-27T16:33:13.119Z",
            "id": "EUVD-2024-44338",
            "modified": "2025-11-04T17:26:59Z"
        }
    ]
}
References

Affected packages

Julia / OpenSSL_jll

Package

Name
OpenSSL_jll
Purl
pkg:julia/OpenSSL_jll?uuid=458c3c95-2e84-50aa-8efc-19380b2a3a95

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.0.14+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-251.json"

Julia / Openresty_jll

Package

Name
Openresty_jll
Purl
pkg:julia/Openresty_jll?uuid=87da34d4-7b1b-5a94-8376-8cb65bf3132c

Affected ranges

Type
SEMVER
Events
Introduced
1.19.9+0
Fixed
1.27.1+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-251.json"