JLSEC-2026-215

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-215.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-215.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-215
Upstream
  • EUVD-2019-10106
  • GHSA-xmjp-8ccm-cf6h
Published
2026-04-27T18:33:55.942Z
Modified
2026-04-27T19:02:52.470786375Z
Summary
OpenSSL 1.1.1 introduced a rewritten random number generator (RNG). This was intended to include...
Details

OpenSSL 1.1.1 introduced a rewritten random number generator (RNG). This was intended to include protection in the event of a fork() system call in order to ensure that the parent and child processes did not share the same RNG state. However this protection was not being used in the default case. A partial mitigation for this issue is that the output from a high precision timer is mixed into the RNG state so the likelihood of a parent and child process sharing state is significantly reduced. If an application already calls OPENSSLinitcrypto() explicitly using OPENSSLINITATFORK then this problem does not occur at all. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c).

Database specific
{
    "license": "CC-BY-4.0",
    "sources": [
        {
            "published": "2019-09-10T17:15:11.813Z",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-1549",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2019-1549",
            "imported": "2026-04-27T16:32:26.195Z",
            "modified": "2024-11-21T04:36:48.343Z",
            "id": "CVE-2019-1549",
            "database_specific": {
                "status": "Modified"
            }
        },
        {
            "published": "2022-05-24T16:55:53Z",
            "url": "https://api.github.com/advisories/GHSA-xmjp-8ccm-cf6h",
            "imported": "2026-04-27T16:36:29.883Z",
            "html_url": "https://github.com/advisories/GHSA-xmjp-8ccm-cf6h",
            "id": "GHSA-xmjp-8ccm-cf6h",
            "modified": "2024-04-04T01:55:03Z"
        },
        {
            "published": "2019-09-10T16:58:35Z",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2019-10106",
            "imported": "2026-04-27T16:33:22.220Z",
            "modified": "2024-09-16T22:56:57Z",
            "id": "EUVD-2019-10106",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2019-10106"
        }
    ]
}
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
1.1.1+2

Database specific

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