CVE-2026-68341
Last modified
CVE-2026-68341 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlock_ovpn() unlock_ovpn() iterates over the release_list using llist_for_each_entry() and drops the peer reference inside the loop body via ovpn_peer_put(). If this drops the last reference, the peer is eventually freed. However, llist_for_each_entry() reads peer->release_entry.next in the loop advance expression, which runs after the body.
Description
In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlock_ovpn() unlock_ovpn() iterates over the release_list using llist_for_each_entry() and drops the peer reference inside the loop body via ovpn_peer_put(). If this drops the last reference, the peer is eventually freed. However, llist_for_each_entry() reads peer->release_entry.next in the loop advance expression, which runs after the body. By that time the peer may have already been freed, resulting in a use after free when advancing to the next list entry. Fix this by using llist_for_each_entry_safe(), which caches the next pointer before executing the loop body.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 80747caef33d77f5c1b3d24644e6d7dae69066b5, < 5b96227c0e8b212b74838424c929fc889aedb555; >= 80747caef33d77f5c1b3d24644e6d7dae69066b5, < 4cdb209f12a89c5faf9be0c45edb90ccdf65db0c; >= 80747caef33d77f5c1b3d24644e6d7dae69066b5, < e1ad6fe5db719874efa45b2caf9934552e09fc43 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68341?
How severe is CVE-2026-68341?
How do I fix CVE-2026-68341?
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 2026
- CVE-2026-68336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68338In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68339In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6834The a+HRD developed by aEnrich has a Missing Authorization v…7.1
- CVE-2026-68340In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68342In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68343In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68344In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68345In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68346In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68347In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68341?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
