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

Address denial of service in name constraints processing #4186

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

randombit
Copy link
Owner

Checking a name constraint is quadratic to the number of names and constraints. Place a hard limit on the total number of comparisons.

This issue was discovered and reported by Bing Shi.

CVE-2024-34702

Checking a name constraint is quadratic to the number of names and
constraints. Place a hard limit on the total number of comparisons.

This issue was discovered and reported by Bing Shi.

CVE-2024-34702
@randombit randombit requested review from FAlbertDev and reneme and removed request for FAlbertDev July 8, 2024 14:03
@randombit randombit merged commit ff704b1 into master Jul 8, 2024
39 checks passed
@randombit randombit deleted the jack/fix-nc-dos branch July 8, 2024 14:39
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.

2 participants