Skip to content

RUSTSEC-2023-0072: openssl X509StoreRef::objects is unsound #17

Open
@github-actions

Description

@github-actions
Details
Package openssl
Version 0.10.44
Warning unsound
URL sfackler/rust-openssl#2096
Patched Versions >=0.10.60
Aliases GHSA-xphf-cx8h-7q9g

This function returned a shared reference into an OpenSSL datastructure but did not account for interior mutability. OpenSSL may modify the data behind this reference, meaning accesses can race and the reference is unsound.

Use of this function should be replaced with X509StoreRef::all_certificates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions