| Release Date: | 2025-08-16 | |
| Impact: | Moderate | What is this? |
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clip_vcc. ioctl(ATMARP_MKIP) allocates struct clip_vcc and set it to vcc->user_back. The code assumes that vcc_destroy_socket() passes NULL skb to vcc->push() when the socket is close()d, and then clip_push() frees clip_vcc. However, ioctl(ATMARPD_CTRL) sets NULL to vcc->push() in atm_init_atmarp(), resulting in memory leak. Let's serialise two ioctl() by lock_sock() and check vcc->push() in atm_init_atmarp() to prevent memleak.
See more information about CVE-2025-38546 from MITRE CVE dictionary and NIST NVD
NOTE: The following CVSS metrics and score provided are preliminary and subject to review.
| Base Score: | 5.5 |
| Vector String: | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Version: | 3.1 |
| Attack Vector: | Local |
| Attack Complexity: | Low |
| Privileges Required: | Low |
| User Interaction: | None |
| Scope: | Unchanged |
| Confidentiality Impact: | None |
| Integrity Impact: | None |
| Availability Impact: | High |
| Platform | Errata | Release Date |
| Oracle Linux version 10 (kernel-uek) | ELSA-2025-20551 | 2025-09-08 |
| Oracle Linux version 7 (kernel-uek) | ELSA-2025-20663 | 2025-10-11 |
| Oracle Linux version 8 (kernel-uek) | ELSA-2025-20663 | 2025-10-11 |
| Oracle Linux version 8 (kernel-uek) | ELSA-2025-20716 | 2025-10-14 |
| Oracle Linux version 9 (kernel-uek) | ELSA-2025-20551 | 2025-09-08 |
| Oracle Linux version 9 (kernel-uek) | ELSA-2025-20716 | 2025-10-14 |
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections: