RUSTSEC-2018-0019

Source
https://rustsec.org/advisories/RUSTSEC-2018-0019
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2018-0019.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2018-0019
Aliases
Published
2018-06-08T12:00:00Z
Modified
2024-03-15T00:05:26.941600Z
Summary
Multiple memory safety issues
Details

Affected versions contain multiple memory safety issues, such as:

  • Unsoundly coercing immutable references to mutable references
  • Unsoundly extending lifetimes of strings
  • Adding the Send marker trait to objects that cannot be safely sent between threads

This may result in a variety of memory corruption scenarios, most likely use-after-free.

A significant refactoring effort has been conducted to resolve these issues.

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

Affected packages

crates.io / actix-web

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.7.15

Ecosystem specific

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

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": [
        "memory-corruption"
    ]
}