NONE · 0

CVE-2026-93160

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-ecc - reject hardware ECDH without a public key The hardware ECDH path in atmel_ecdh_compute_shared_secret() uses th...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-ecc - reject hardware ECDH without a public key The hardware ECDH path in atmel_ecdh_compute_shared_secret() uses the private key stored in the device. However, the public key is cached only after atmel_ecdh_set_secret() successfully generated that private key for the current tfm. atmel_ecdh_generate_public_key() already rejects requests when no public key is cached. Add the same check to atmel_ecdh_compute_shared_secret() to prevent the device from using a private key that was not generated for the current tfm.

References

FAQ

What is CVE-2026-93160?

CVE-2026-93160 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-ecc - reject hardware ECDH without a public key The hardware ECDH path in atmel_ecdh_compute_shared_secret() uses th...

How severe is CVE-2026-93160?

CVSS scoring is not yet available for CVE-2026-93160. Check NVD for updates.

Is there a patch for CVE-2026-93160?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.