PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-74887 jahlives CVE debrief

The openssl_encrypt module before version 1.4.0 imports Python's non-cryptographic 'random' module, creating a hazard for future code to inadvertently use insecure random number generation. This vulnerability has a critical CVSS score of 9.3 and could potentially lead to predictable values being used in cryptographic operations if future code inadvertently uses the insecure 'random' module. The import was removed in version 1.4.0. Developers and maintainers should review and update openssl_encrypt to version 1.4.0 or later. Limited information is available about the vulnerability's impact and affected systems. The CVE record was published on 2026-08-17T11:16:43.523Z and has not been modified since then.

Vendor
jahlives
Product
openssl_encrypt
CVSS
CRITICAL 9.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-17
Original CVE updated
2026-08-26
Advisory published
2026-08-17
Advisory updated
2026-08-26

Who should care

Developers and maintainers of systems and applications using the openssl_encrypt module, especially those relying on cryptographic operations, should be aware of this vulnerability and take steps to mitigate potential risks.

Technical summary

The openssl_encrypt module before version 1.4.0 imports Python's non-cryptographic 'random' module, creating a hazard for future code to inadvertently use insecure random number generation. Although no direct calls to random.* were present in the code, the import could lead to predictable values being used in cryptographic operations if not addressed. The issue was fixed by removing the import in version 1.4.0.

Defensive priority

This vulnerability has a critical CVSS score of 9.3 and could potentially lead to predictable values being used in cryptographic operations if future code inadvertently uses the insecure 'random' module. Immediate attention is required to assess and mitigate potential risks.

Recommended defensive actions

  • Review and update openssl_encrypt to version 1.4.0 or later to remove the insecure import.
  • Assess the potential impact of this vulnerability on your systems and applications.
  • Monitor for any future changes to the openssl_encrypt module that could reintroduce this vulnerability.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The openssl_encrypt module before version 1.4.0 imports Python's non-cryptographic 'random' module, creating a hazard for future code to inadvertently use insecure random number generation. The import was removed in version 1.4.0. Limited information is available about the vulnerability's impact and affected systems.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-74887 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-74887

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-74887 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-74887

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.