GHSA-XPHF-CX8H-7Q9G
Vulnerability from github – Published: 2023-11-28 20:51 – Updated: 2023-11-28 20:51
VLAI?
Summary
`openssl` `X509StoreRef::objects` is unsound
Details
This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind one's back.
Use of this function should be replaced with X509StoreRef::all_certificates.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "openssl"
},
"ranges": [
{
"events": [
{
"introduced": "0.10.29"
},
{
"fixed": "0.10.60"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [],
"github_reviewed": true,
"github_reviewed_at": "2023-11-28T20:51:08Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind one\u0027s back.\n\nUse of this function should be replaced with `X509StoreRef::all_certificates`.\n",
"id": "GHSA-xphf-cx8h-7q9g",
"modified": "2023-11-28T20:51:08Z",
"published": "2023-11-28T20:51:08Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/sfackler/rust-openssl/issues/2096"
},
{
"type": "WEB",
"url": "https://github.com/sfackler/rust-openssl/commit/cf9681a55cabd4cb9f1475bde17b5079f2a0384e"
},
{
"type": "PACKAGE",
"url": "https://github.com/sfackler/rust-openssl"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2023-0072.html"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "`openssl` `X509StoreRef::objects` is unsound"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…