Bug 2525436 (CVE-2026-80714)
| Summary: | CVE-2026-80714 kernel: ipvs: do not propagate one-packet flag to synced conns | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | akhatavk, akito5623, aos-team-art-private, asdas, dpaolell, jdelft, jupierce, lgarciaa, mbiarnes, ppalepu, ppostler, prdhamdh, rhel-process-autobot, sghai, sidsharm, suppawar, vlaad, watson-tool-maintainers, yozone |
| 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 IP Virtual Server (IPVS) component. When a synced connection is established, it can incorrectly inherit a "one-packet" flag from its destination. This misconfiguration causes the connection's expiry process to mishandle its cleanup, leaving behind stale memory references. This issue could potentially be exploited by an attacker to cause a denial of service (DoS) or lead to system instability.
|
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-28 07:44:53 UTC
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2026082809-CVE-2026-80714-799a@gregkh/T Additional information: A public exploit for CVE-2026-80714 has been published by Nebula Security: https://github.com/NebuSec/CyberMeowfia/tree/main/security-research/Linux-CVE-2026-80714-Debian-6.12.101 The repository contains exploit code targeting the vulnerable IPVS code path. A demonstration video showing successful local privilege escalation (LPE) has also been published: https://x.com/cybermeowfia/status/2094317678731383185 According to the current Red Hat CVE data, RHEL 7, RHEL 8, RHEL 9, and RHEL 10 are affected. Possible mitigation: On systems where IPVS is not required and the ip_vs functionality is provided as a loadable kernel module, loading of the module can be disabled: echo 'install ip_vs /bin/false' > /etc/modprobe.d/disable-ip_vs.conf This mitigation should prevent access to the vulnerable IPVS code path when the module is not already loaded and IPVS functionality is not required. Considering that a working public exploit and an LPE demonstration are now available, could Red Hat please consider documenting this mitigation on the CVE page and take the exploit availability into account when evaluating remediation priority? |