CVE-2026-82309 Details
Description
Robots::Validate versions from 0.3.2 before 0.3.11 for Perl allow unbounded outbound DNS queries per validation via a forward-confirmation loop that does not bound the names it queries. _check_dns issues one PTR query for the client address, keeps the returned names matching the rule's domain, and issues a forward query for each until one resolves back to that address. Nothing bounds that list, and a client controls the reverse zone for its own address, so it chooses how many names the PTR answer holds. Net::DNS refetches a truncated answer over TCP by default, so the 512-byte UDP payload does not cap it either. Any client whose User-Agent matches a rule with a domain reaches _check_dns. Each forward name is distinct and client-chosen, so every query misses the local cache and is resolved against the authoritative servers for that domain. The queries are synchronous, so the caller is held until all of them answer or time out.
A vulnerability in the Robots::Validate Perl module, affecting versions 0.3.2 prior to 0.3.11, allows for unbounded outbound DNS queries. This issue arises from a forward-confirmation loop in the _check_dns function, which does not limit the names being queried. The vulnerability can be exploited by any client whose User-Agent matches a rule with a domain, leading to excessive DNS lookups that are resolved against authoritative servers for the domain, potentially causing amplification effects.
Upgrade to Robots::Validate version 0.3.11 or later.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 4, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/robrwo/Robots-Validate/commit/6426178c49ff6c440922f31a92a6feb3c661b143.patch | CPANSec | Source CodeVendor |
| https://github.com/robrwo/Robots-Validate/security/advisories/GHSA-6399-5qhh-48h5 | CPANSec | AdvisoryRemedyVendor |
| https://metacpan.org/release/RRWO/Robots-Validate-v0.4.0/changes | CPANSec | Release NotesVendor |
| http://www.openwall.com/lists/oss-security/2026/09/04/3 | CVE | AdvisoryMailing ListRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-405 | Asymmetric Resource Consumption (Amplification) | CPANSec |
| CWE-770 | Allocation of Resources Without Limits or Throttling | CPANSec |
Affected Products
| Product | Versions |
|---|---|
| Robots::Validate | >= 0.3.2, < 0.3.11 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 4, 2026 | CVE Modified | CVE |
| Sep 4, 2026 | New CVE Received | CPANSec |
Volerion