Bug 2509246 - CVE-2026-64193 perl-Net-DNS: Net::DNS: Arbitrary code execution via EDNS EXTENDED ERROR handling [epel-all]
Summary: CVE-2026-64193 perl-Net-DNS: Net::DNS: Arbitrary code execution via EDNS EXTE...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: perl-Net-DNS
Version: epel10
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: Paul Wouters
QA Contact:
URL:
Whiteboard: {"flaws": ["bc9a89c5-ade0-417b-8267-8...
Depends On:
Blocks: CVE-2026-64193
TreeView+ depends on / blocked
 
Reported: 2026-07-30 10:56 UTC by Tomas Hoger
Modified: 2026-07-30 10:56 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tomas Hoger 2026-07-30 10:56:09 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR.

Net::DNS::RR::OPT::EXTENDED_ERROR::_decompose parses the EXTRA-TEXT field of an EDNS EXTENDED-ERROR option (RFC 8914) by tokenising the raw bytes and passing the result to Perl's eval. There is some escaping done for $ and @, but not for backticks. This can be exploited for command execution if $pkt->edns->option('EXTENDED-ERROR') is called in array context, for example with a payload of {0:`"<command>"`} in EXTRA-TEXT.


Note You need to log in before you can comment on or make changes to this bug.