This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate argon2-creds

Dependencies

(9 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 rust-argon2^2.0.03.0.0out of date
 derive_more^0.99.172.1.0out of date
 unicode-normalization^0.1.190.1.25up to date
 ammonia ⚠️^4.0.04.1.2maybe insecure
 validator^0.180.20.0out of date
 lazy_static^1.4.01.5.0up to date
 regex^1.5.51.12.2up to date
 rand^0.8.40.9.2out of date
 derive_builder^0.200.20.2up to date

Security Vulnerabilities

ammonia: Incorrect handling of embedded SVG and MathML leads to mutation XSS after removal

RUSTSEC-2025-0071

Affected versions of this crate did not correctly strip namespace-incompatible tags in certain situations, causing it to incorrectly account for differences between HTML, SVG, and MathML.

This vulnerability only has an effect when the svg or math tag is allowed, because it relies on a tag being parsed as html during the cleaning process, but serialized in a way that causes in to be parsed as xml by the browser.

Additionally, the application using this library must allow a tag that is parsed as raw text in HTML. These elements are:

  • title
  • textarea
  • xmp
  • iframe
  • noembed
  • noframes
  • plaintext
  • noscript
  • style
  • script

Applications that do not explicitly allow any of these tags should not be affected, since none are allowed by default.