Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

RUSTSEC-2023-0081

safemem is unmaintained
Back to all
CVE

RUSTSEC-2023-0081

safemem is unmaintained

The latest crates.io release was in 2019. The repository has been archived by the author.

Migration

  • safemem::copyover(slice, srcidx, dest_idx, len); can be replaced with slice.copywithin(srcidx..srcidx+len, destidx); as of rust 1.37.0.
  • safemem::write_bytes(slice, byte); can be replaced with slice.fill(byte); as of rust 1.50.0
  • safemem::prepend(slice, vec); can be replaced with

  ```rust

  let old_len = vec.len();

  vec.extendfromslice(slice);

  vec.rotateleft(oldlen);

  ```

  

  as of rust 1.26.0

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
-
C
H
U
-
C
H
U
-

Related Resources

No items found.

References

Severity

0

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
0
EPSS Probability
0%
EPSS Percentile
0%
Introduced Version
0.0.0-0
Fix Available

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading