#CopyFail has been added to the CISA KEV; and it's an AppSec consideration that too many practitioners are ignoring.
The Linux vulnerability (CVE-2026-31431) can allow for privesc from unprivileged to root, and is seeing active exploitation. AppSec teams sometimes ignore such things as an "ops problem". But if you're using containers to distribute your app, that's a clear
#SoftwareSupplyChain matter, and should definitely be in scope for AppSec teams.
But look further as well: even if you're running your application on a more traditional server, or on something like EC2 instances, don't think of host OS vulnerabilities as purely an ops problem. The OS your apps run on top of massively affects the operational safety and security of the application. You're a stakeholder.
Even if ops "owns" the patching of the OS, you should have a seat at that table, influencing priority and tracking patching progress.