Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2023-0079: KyberSlash: division timings depending on secrets #177

Open
github-actions bot opened this issue Feb 9, 2024 · 1 comment
Open
Labels

Comments

@github-actions
Copy link

github-actions bot commented Feb 9, 2024

KyberSlash: division timings depending on secrets

Details
Package pqc_kyber
Version 0.4.0
URL Argyle-Software/kyber#108
Date 2023-12-01

Various Kyber software libraries in various environments leak secret information into timing, specifically because

  • these libraries include a line of code that divides a secret numerator by a public denominator,
  • the number of CPU cycles for division in various environments varies depending on the inputs to the division, and
  • this variation appears within the range of numerators used in these libraries.

The KyberSlash pages track which Kyber libraries have this issue, and include a FAQ about the issue.

Author

The KyberSlash pages were written by Daniel J. Bernstein. The FAQ originally said "I", but some people seemed to have trouble finding this authorship statement, so the FAQ now says "Bernstein" instead.

URL

The permanent link for the KyberSlash pages is https://kyberslash.cr.yp.to.

Mitigation status in qpc_kyber crate

The issues has not been resolved in the qpc_kyber crate. A third-party fork that mitigates this attack vector has been published as safe_pqc_kyber.

See advisory page for additional details.

@Manuthor
Copy link
Contributor

waiting for this PR Argyle-Software/kyber#110 to be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants