Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions rubies/ruby/CVE‑2025‑24294.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
title: "CVE-2025-24294: DoS in resolv gem"
Comment thread
hudakh marked this conversation as resolved.
Outdated
Comment thread
hudakh marked this conversation as resolved.
Outdated
cve: "CVE-2025-24294"
Copy link
Copy Markdown
Member

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.

date: "2025-07-08"
Comment thread
hudakh marked this conversation as resolved.
Outdated
url: "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/"
description: |
A denial of service vulnerability has been discovered in the `resolv` gem bundled with Ruby.
The vulnerability is caused by an insufficient check on the length of a decompressed domain name within a DNS packet.
An attacker can craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses such a packet,
the name-decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.
This resource consumption can cause the application thread to become unresponsive, resulting in a Denial of Service condition.
affected:
Comment thread
hudakh marked this conversation as resolved.
Outdated
- ruby: "3.2"
gem: "resolv"
versions: "<= 0.2.2"
- ruby: "3.3"
gem: "resolv"
versions: "<= 0.3.0"
- ruby: "3.4"
gem: "resolv"
versions: "<= 0.6.1"
Comment thread
hudakh marked this conversation as resolved.
Outdated
credits:
Comment thread
hudakh marked this conversation as resolved.
Outdated
- name: "Manu"
source: "HackerOne"
references:
Comment thread
hudakh marked this conversation as resolved.
Outdated
- url: "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/"
- url: "https://www.cve.org/CVE-2025-24294"
- url: "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/resolv/CVE-2025-24294.yml"