CVE-2025-40297
Last modified
CVE-2025-40297 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix use-after-free due to MST port state bypass syzbot reported[1] a use-after-free when deleting an expired fdb. It is due to a race condition between learning still happening and a port being deleted, after all its fdbs have been flushed. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix use-after-free due to MST port state bypass syzbot reported[1] a use-after-free when deleting an expired fdb. It is due to a race condition between learning still happening and a port being deleted, after all its fdbs have been flushed. The port's state has been toggled to disabled so no learning should happen at that time, but if we have MST enabled, it will bypass the port's state, that together with VLAN filtering disabled can lead to fdb learning at a time when it shouldn't happen while the port is being deleted. VLAN filtering must be disabled because we flush the port VLANs when it's being deleted which will stop learning. This fix adds a check for the port's vlan group which is initialized to NULL when the port is getting deleted, that avoids the port state bypass. When MST is enabled there would be a minimal new overhead in the fast-path because the port's vlan group pointer is cache-hot. [1] https://syzkaller.appspot.com/bug?extid=dd280197f0f7ab3917be
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ec7328b59176227216c461601c6bd0e922232a9b, < e19085b2a86addccff33ab8536fc67ebd9d52198; >= ec7328b59176227216c461601c6bd0e922232a9b, < 3b60ce334c1ce8b3fad7e02dcd5ed9f6646477c8; >= ec7328b59176227216c461601c6bd0e922232a9b, < bf3843183bc3158e5821b46f330c438ae9bd6ddb; >= ec7328b59176227216c461601c6bd0e922232a9b, < 991fbe1680cd41a5f97c92cd3a3496315df36e4b; >= ec7328b59176227216c461601c6bd0e922232a9b, < 8dca36978aa80bab9d4da130c211db75c9e00048 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40297?
How severe is CVE-2025-40297?
How do I fix CVE-2025-40297?
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-40291In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40292In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2025-40293In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40294In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40295In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40296In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40298In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40299In the Linux kernel, the following vulnerability has been re…
- CVE-2025-4030A vulnerability was found in PHPGurukul COVID19 Testing Mana…9.8
- CVE-2025-40300In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-40301In the Linux kernel, the following vulnerability has been re…7.6
- CVE-2025-40302In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-40297?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
