RUSTSEC-2022-0090

Source
https://rustsec.org/advisories/RUSTSEC-2022-0090
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2022-0090.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2022-0090
Aliases
Published
2022-08-03T12:00:00Z
Modified
2023-12-06T01:02:25.135287Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
`libsqlite3-sys` via C SQLite CVE-2022-35737
Details

It was sometimes possible for SQLite versions >= 1.0.12, < 3.39.2 to allow an array-bounds overflow when large string were input into SQLite's printf function.

As libsqlite3-sys bundles SQLite, it is susceptible to the vulnerability. libsqlite3-sys was updated to bundle the patched version of SQLite here.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / libsqlite3-sys

Package

Name
libsqlite3-sys
View open source insights on deps.dev
Purl
pkg:cargo/libsqlite3-sys

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.25.1

Ecosystem specific

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

Database specific

{
    "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
    "informational": null,
    "categories": [
        "denial-of-service",
        "code-execution"
    ]
}