-
-
Notifications
You must be signed in to change notification settings - Fork 224
Add CVE-2025-24294: DoS in resolv gem #914
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
Conversation
|
@jasnow for your review |
postmodern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't appear to be in the format of ruby-advisory-db's YAML schema. Please see the examples and YAML schema documentation.
rubies/ruby/CVE‑2025‑24294.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ruby-advisory-db omits the CVE- from the cve: field.
postmodern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also will need to list the specific new ruby versions that were released, instead of the resolv gem versions.
|
Thanks @postmodern. All addressed now, apologies for using the wrong schema. |
postmodern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linter failed because of the indentation on lines 20-24. Should be four spaces, not two.
Just saw that and pushed a fix. |
Description:
Adds an advisory for a denial-of-service vulnerability in the
resolvlibrary bundled with Ruby.Details:
A vulnerability exists in
resolvwhere an attacker can craft a malicious DNS packet with a highly compressed domain name.During parsing, the name-decompression can consume excessive CPU resources, leading to a thread or application becoming unresponsive (DoS).
Announcement
Affected versions:
resolv≤ 0.2.2resolv= 0.3.0resolv≤ 0.6.1References: