Bug 1217629 (CVE-2023-49092) - VUL-0: CVE-2023-49092: TRACKERBUG: RustCrypto/RSA: Marvin Attack - potential key recovery through timing sidechannels
Summary: VUL-0: CVE-2023-49092: TRACKERBUG: RustCrypto/RSA: Marvin Attack - potential ...
Status: NEW
Alias: CVE-2023-49092
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/386375/
Whiteboard:
Keywords:
Depends on:
Blocks: 1217630 1217631 1217632 1217633 1217634 1217635 1217636
  Show dependency treegraph
 
Reported: 2023-11-29 09:23 UTC by SMASH SMASH
Modified: 2024-01-25 14:01 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2023-11-29 09:23:01 UTC
RustCrypto/RSA is a portable RSA implementation in pure Rust. Due to a
non-constant-time implementation, information about the private key is leaked
through timing information which is observable over the network. An attacker may
be able to use that information to recover the key. There is currently no fix
available. As a workaround, avoid using the RSA crate in settings where
attackers are able to observe timing information, e.g. local use on a
non-compromised computer.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-49092