CVE-2025-38456
Last modified
CVE-2025-38456 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() The "intf" list iterator is an invalid pointer if the correct "intf->intf_num" is not found. Calling atomic_dec(&intf->nr_users) on and invalid pointer will lead to memory corruption. We don't really need to call atomic_dec() if we haven't called atomic_add_return() so update the if (intf->in_shutdown) path as well.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() The "intf" list iterator is an invalid pointer if the correct "intf->intf_num" is not found. Calling atomic_dec(&intf->nr_users) on and invalid pointer will lead to memory corruption. We don't really need to call atomic_dec() if we haven't called atomic_add_return() so update the if (intf->in_shutdown) path as well.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.146 |
| Linux | Linux Kernel | >= 6.2, < 6.6.99 |
| Linux | Linux Kernel | >= 6.7, < 6.12.39 |
| Linux | Linux Kernel | >= 6.13, < 6.15.7 |
| Debian | Debian Linux | 11.0 |
References
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38456?
How severe is CVE-2025-38456?
How do I fix CVE-2025-38456?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-38450In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38451In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38452In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38453In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38454In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38455In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38457In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38458In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38459In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-3846A vulnerability was found in markparticle WebServer up to 1.…9.8
- CVE-2025-38460In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38461In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2025-38456?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
