Critical Alert 7 Active Exploits Detected Today

CVE-2026-59822 BerriAI LiteLLM Improper Authentication Vulnerability →
CVE-2026-48710 Kludex Starlette HTTP Request/Response Smuggling Vulnerability →
CVE-2026-49869 Kestra OSS OS Command Injection Vulnerability →
CVE-2026-82329 JFrog Artifactory Improper Authentication Vulnerability →
CVE-2026-9586 Sangoma Switchvox SQL Injection Vulnerability →
CVE-2026-83548 SonicWall SMA1000 Appliances Server-Side Request Forgery Vulnerability →
CVE-2026-83549 SonicWall SMA1000 Appliances OS Command Injection Vulnerability →
Powered by CVE Watchtower
×
September 3, 2026

CVE Watchtower


← Back to CVE List

CVE-2026-80714NVD

Vulnerability Summary

In the Linux kernel, the following vulnerability has been resolved:

ipvs: do not propagate one-packet flag to synced conns

Synced connections can be created before their destination exists. When
the destination is later added, ip_vs_bind_dest() copies connection flags
from the destination into cp->flags.

IP_VS_CONN_F_ONE_PACKET connections are not synced. If a synced
connection inherits IP_VS_CONN_F_ONE_PACKET while it is already hashed,
expiry can treat it as a one-packet connection and skip unlinking the
existing conn_tab node, leaving stale hash nodes pointing at a freed
struct ip_vs_conn.

Drop IP_VS_CONN_F_ONE_PACKET from destination flags when binding synced
connections.
Severity Level
CRITICAL(9.8)
Published Date
Aug 28, 2026
Last Modified
Aug 29, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.40%Probability
Root Weakness (CWE)
N/A
CVSS v3.1 Base Metrics
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh