Bug 2513188 (CVE-2026-68398)
| Summary: | CVE-2026-68398 kernel: Linux kernel: PPP over L2TP Use-After-Free vulnerability | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | akito5623, rhel-process-autobot, watson-tool-maintainers |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was found in the Linux kernel's Point-to-Point Protocol (PPP) over L2TP (Layer 2 Tunneling Protocol) implementation. An unprivileged user can exploit a Use-After-Free (UAF) vulnerability, where the system attempts to use memory after it has been freed. This can lead to memory corruption, potentially allowing an attacker to cause system instability or execute arbitrary code.
|
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
2026-08-10 12:23:58 UTC
FLY An LPE (Local Privilege Escalation) exploit targeting CVE-2026-68398 has been released. Mitigation cat >/etc/modprobe.d/disable-ppp.conf <<'EOF' blacklist ppp_generic install ppp_generic /bin/false EOF Patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3ab32218d7182705dae5c86f13925f458072da2c PoC/Exploit https://github.com/aramosf/cve-2026-68398 |