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

OpenSSL 3.1: use after free in AVX 512 codepath for AES-GCM #24135

Open
botovq opened this issue Apr 14, 2024 · 0 comments
Open

OpenSSL 3.1: use after free in AVX 512 codepath for AES-GCM #24135

botovq opened this issue Apr 14, 2024 · 0 comments
Labels
branch: 3.0 Merge to openssl-3.0 branch branch: 3.1 Merge to openssl-3.1 severity: important Important bugs affecting a released version triaged: bug The issue/pr is/fixes a bug

Comments

@botovq
Copy link
Contributor

botovq commented Apr 14, 2024

Commit 143ca66 fixes a use after free that can be triggered on machines with AVX-512 support on releases prior to OpenSSL 3.2. It would be nice if that commit could be backported to the affected releases. At least OpenSSL 3.1 is affected.

Here is the diff we landed for our port of the 3.1 branch: https://marc.info/?l=openbsd-ports&m=171309272230379&w=2

@botovq botovq added the issue: bug report The issue was opened to report a bug label Apr 14, 2024
@nhorman nhorman added the triaged: bug The issue/pr is/fixes a bug label Apr 14, 2024
@t8m t8m added branch: 3.0 Merge to openssl-3.0 branch branch: 3.1 Merge to openssl-3.1 severity: important Important bugs affecting a released version and removed issue: bug report The issue was opened to report a bug labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: 3.0 Merge to openssl-3.0 branch branch: 3.1 Merge to openssl-3.1 severity: important Important bugs affecting a released version triaged: bug The issue/pr is/fixes a bug
Projects
Status: New
Development

No branches or pull requests

3 participants