RUSTSEC-2023-0012

See a problem?
Source
https://rustsec.org/advisories/RUSTSEC-2023-0012
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2023-0012.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2023-0012
Aliases
Published
2023-02-07T12:00:00Z
Modified
2024-09-11T06:12:34.741362Z
Summary
`NULL` dereference validating DSA public key
Details

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allow an attacker to cause a denial of service attack.

The TLS implementation in OpenSSL does not call this function but applications might call the function if there are additional security requirements imposed by standards such as FIPS 140-3.

References

Affected packages

crates.io / openssl-src

Package

Affected ranges

Type
SEMVER
Events
Introduced
300.0.0
Fixed
300.0.12

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": [
        "denial-of-service"
    ]
}