CVE-2026-8468
Last modified
CVE-2026-8468 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in plug_project plug allows denial of service via unbounded buffer accumulation in multipart header parsing. 'Elixir.Plug.Conn':read_part_headers/2 in lib/plug/conn.ex does not obey its :length parameter. There is no upper bound on the size of the accumulated buffer. EPSS estimates a 0.62% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in plug_project plug allows denial of service via unbounded buffer accumulation in multipart header parsing. 'Elixir.Plug.Conn':read_part_headers/2 in lib/plug/conn.ex does not obey its :length parameter. There is no upper bound on the size of the accumulated buffer. By contrast, the sibling function read_part_body has an explicit byte_size(acc) > length guard that stops accumulation once a limit is reached. No such guard exists in read_part_headers. An unauthenticated remote attacker can exhaust server memory by sending a crafted multipart/form-data request, causing a denial of service. This issue affects plug from 1.4.0 before 1.15.4, 1.16.3, 1.17.1, 1.18.2, and 1.19.2.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8468?
How severe is CVE-2026-8468?
How do I fix CVE-2026-8468?
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-84672Jenkins Microsoft Entra ID (previously Azure AD) Plugin 710.…8.8
- CVE-2026-84673Jenkins Customizable Header Plugin 295.v2544b_ca_19b_97 and …8.8
- CVE-2026-84674Missing permission checks in Jenkins XebiaLabs XL Deploy Plu…5.4
- CVE-2026-84675OS command injection vulnerability in Jenkins TICS Plugin 20…7.4
- CVE-2026-84676Jenkins Parameterized Remote Trigger Plugin 3.2.2 and earlie…4.3
- CVE-2026-84677Jenkins update-center2 3.18.3 and earlier does not escape pl…5.4
- CVE-2026-84683A flaw was found in Red Hat Ansible Automation Platform's au…8.7
- CVE-2026-84685The react-native-auth0 SDK's web platform implementation doe…6.5
- CVE-2026-8469Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-84691A flaw was found in Red Hat Ansible Automation Platform's au…8.7
- CVE-2026-84694Coolify before 4.2.0 fails to properly escape environment va…8.8
- CVE-2026-84695BookStack before 26.05.4 contains a stored cross-site script…8.7
Are you affected by CVE-2026-8468?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
