Bug 2348196 (CVE-2022-49094)
| Summary: | CVE-2022-49094 kernel: net/tls: fix slab-out-of-bounds bug in decrypt_internal | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: |
A flaw was discovered in the Linux kernel’s TLS subsystem (net/tls) related to AES128‑CCM decryption in the decrypt_internal() function. The issue stems from a mismatch between the initialization vector (IV) buffer size (tls_ctx->rx.iv) set to 12 bytes in tls_set_sw_offload() and the 16-byte IV size returned by crypto_aead_ivsize("ccm(aes)"). As a result, a memcpy() operation copies 16 bytes into a 12-byte buffer, causing a slab out-of-bounds access. A local attacker with low privileges could exploit this flaw to trigger memory corruption, leading to system instability or denial of service.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2025-02-26 03:20:58 UTC
|