Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: CVE-2024-45338[CRITICAL]: Inefficient Regular Expression Complexity #1766

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

jdesouza
Copy link
Contributor

@jdesouza jdesouza commented Jan 2, 2025

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

https://avd.aquasec.com/nvd/2024/cve-2024-45338/

@jdesouza jdesouza changed the title CVE-2024-45338: Inefficient Regular Expression Complexity fix: CVE-2024-45338[CRITICAL]: Inefficient Regular Expression Complexity Jan 10, 2025
Copy link
Collaborator

@mozillazg mozillazg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks for your contribution!

@mozillazg mozillazg requested a review from afdesk January 12, 2025 11:42
Copy link
Collaborator

@afdesk afdesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
thanks for the contribution

@afdesk afdesk merged commit acab94e into aquasecurity:main Jan 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants