
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability was identified in Kong lua-multipart version 0.5.8-1, affecting the is_header function within src/multipart.lua. The issue was classified as problematic due to inefficient regular expression complexity that could lead to performance issues (CVE Mitre).
The vulnerability stems from an inefficient pattern matching implementation in the is_header function. The original pattern '(%S+):%s*(%S+)' could take indeterminate time on long input strings, potentially leading to excessive processing time. For example, processing a text of 200,000 characters could take up to 150 seconds (GitHub PR).
When exploited, this vulnerability could cause significant performance degradation in systems using the affected component, potentially leading to denial of service conditions due to the inefficient processing of certain input patterns.
The issue has been resolved in version 0.5.9-1 by replacing the problematic pattern with a more efficient one ('%S:%s*%S') that matches the same set of strings but executes in linear time. The fix is identified by commit d632e5df43a2928fd537784a99a79dec288bf01b. Users are recommended to upgrade to version 0.5.9-1 or later (GitHub Release).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."