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.
Published: 2026-09-04
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via Unbounded DNS Queries
Action: Immediate Patch
AI Analysis

Impact

Robots-Validate is a Perl module that validates robots.txt files against a remote domain. The vulnerability in versions 0.3.2 through 0.3.10 allows the validation process to initiate an unbounded loop of outbound DNS queries. Each lookup is performed synchronously and continues until a PTR record resolves back to the client address, without any limit on the number or size of names queried. This can consume large amounts of network and system resources and leave the calling script blocked until all queries finish or time out.

Affected Systems

Affected systems are installations that use any version of Robots-Validate from 0.3.2 up to, but not including, 0.3.11. This includes any Perl application that imports or otherwise relies on the Robots::Validate module within that version range.

Risk and Exploitability

With a CVSS score of 4.3, the vulnerability is considered moderate, but the lack of a bound to the DNS query list and the synchronous nature of the calls elevate the risk. The EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog, but the potential for a local or authenticated attacker to control the PTR zone and thereby dictate an arbitrarily large list of DNS queries makes resource exhaustion a credible threat. Exploitation requires that the requester's User‑Agent string matches a rule that triggers the validation routine, and that the attacker can influence the reverse zone for their IP address, thereby selecting the size of the PTR response.

Generated by OpenCVE AI on September 10, 2026 at 03:55 UTC.

Remediation

Vendor Solution

Upgrade to Robots-Validate 0.3.11 or later.


OpenCVE Recommended Actions

  • Upgrade to Robots-Validate 0.3.11 or newer.
  • If upgrade is not immediately feasible, review the User‑Agent rules that invoke validation and temporarily disable or remove those that trigger DNS lookups, or adjust the module’s configuration to enforce a maximum number of forward queries per validation cycle.
  • Apply network‑level controls such as rate‑limiting or filtering of outbound DNS traffic originating from your application to mitigate potential denial‑of‑service impact.

Generated by OpenCVE AI on September 10, 2026 at 03:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Perl
Perl robots::validate
Vendors & Products Perl
Perl robots::validate

Fri, 04 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
References

Fri, 04 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
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.
Title 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
Weaknesses CWE-405
CWE-770
References

Subscriptions

Perl Robots::validate
cve-icon MITRE

Status: PUBLISHED

Assigner: CPANSec

Published:

Updated: 2026-09-08T18:56:35.506Z

Reserved: 2026-08-28T12:56:46.972Z

Link: CVE-2026-82309

cve-icon Vulnrichment

Updated: 2026-09-04T15:07:21.822Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T13:20:10.667

Modified: 2026-09-08T19:20:00.593

Link: CVE-2026-82309

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T04:00:06Z

Weaknesses
  • CWE-405

    Asymmetric Resource Consumption (Amplification)

  • CWE-770

    Allocation of Resources Without Limits or Throttling