ghsa-j8q9-5rp9-4mv9
Vulnerability from github
Published
2022-05-24 17:44
Modified
2022-06-16 23:50
Severity ?
Summary
Fix a use-after-free bug in diesels Sqlite backend
Details
An issue was discovered in the diesel crate before 1.4.6 for Rust. There is a use-after-free in the SQLite backend because the semantics of sqlite3_column_name are not followed.
{ "affected": [ { "package": { "ecosystem": "crates.io", "name": "diesel" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.4.6" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-28305" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": true, "github_reviewed_at": "2022-06-16T23:50:24Z", "nvd_published_at": "2021-03-12T09:15:00Z", "severity": "CRITICAL" }, "details": "An issue was discovered in the diesel crate before 1.4.6 for Rust. There is a use-after-free in the SQLite backend because the semantics of sqlite3_column_name are not followed.", "id": "GHSA-j8q9-5rp9-4mv9", "modified": "2022-06-16T23:50:24Z", "published": "2022-05-24T17:44:31Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28305" }, { "type": "WEB", "url": "https://github.com/diesel-rs/diesel/pull/2663" }, { "type": "PACKAGE", "url": "https://github.com/diesel-rs/diesel" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2021-0037.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Fix a use-after-free bug in diesels Sqlite backend" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.