VYPR

crates.io package

rusqlite

pkg:cargo/rusqlite

Vulnerabilities (15)

  • CVE-2021-45719HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. update_hook has a use-after-free.

  • CVE-2021-45718HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. rollback_hook has a use-after-free.

  • CVE-2021-45717HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. commit_hook has a use-after-free.

  • CVE-2021-45716HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. create_collation has a use-after-free.

  • CVE-2021-45715HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. create_window_function has a use-after-free.

  • CVE-2021-45714HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. create_aggregate_function has a use-after-free.

  • CVE-2021-45713HigDec 26, 2021
    affected >= 0.25.0, < 0.25.4fixed 0.25.4

    An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. create_scalar_function has a use-after-free.

  • CVE-2020-35873CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated because sessions.rs has a use-after-free.

  • CVE-2020-35872CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via the repr(Rust) type.

  • CVE-2020-35871HigDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API data race.

  • CVE-2020-35870CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API use-after-free.

  • CVE-2020-35869CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated because rusqlite::trace::log mishandles format strings.

  • CVE-2020-35868CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via UnlockNotification.

  • CVE-2020-35867CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via create_module.

  • CVE-2020-35866CriDec 31, 2020
    affected < 0.23.0fixed 0.23.0

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via VTab / VTabCursor.