Lucene search
+L

132 matches found

Tenable Nessus
Tenable Nessus
added 6 days ago6 views

SUSE SLES12 Security Update : perl-Net-DNS (SUSE-SU-2026:3431-1)

The remote SUSE Linux SLES12 host has a package installed that is affected by a vulnerability as referenced in the SUSE- SU-2026:3431-1 advisory. This update for perl-Net-DNS fixes the following issue - CVE-2026-64194: RFC 1035 compression pointers are followed via recursion with no depth limit...

7.5CVSS5.6AI score0.00433EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/07/30 6:50 p.m.8 views

Security update for perl-Net-DNS

This update for perl-Net-DNS fixes the following issue CVE-2026-64194: RFC 1035 compression pointers are followed via recursion with no depth limit established, which can lead to DoS when specially crafted DNS packets are parsed bsc1272214. Patch Instructions: To install this SUSE update use the...

7.5CVSS5.5AI score0.00433EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 6:50 p.m.4 views

SUSE-SU-2026:3431-1 Security update for perl-Net-DNS

This update for perl-Net-DNS fixes the following issue - CVE-2026-64194: RFC 1035 compression pointers are followed via recursion with no depth limit established, which can lead to DoS when specially crafted DNS packets are parsed bsc1272214...

7.5CVSS5.5AI score0.00433EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/28 12:0 a.m.3 views

OPENSUSE-SU-2026:11396-1 perl-Net-DNS-1.560.0-1.1 on GA media

These are all security issues fixed in the perl-Net-DNS-1.560.0-1.1 package on the GA media of openSUSE Tumbleweed...

9.8CVSS5.9AI score0.00828EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

openSUSE 16 Security Update : perl-Net-DNS (openSUSE-SU-2026:21437-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21437-1 advisory. Changes in perl-Net-DNS: - CVE-2026-64194: Fixed a Denial of Service via deep DNS compression pointer chains bsc1272214 - CVE-2026-64193: Fixed ...

9.8CVSS6.1AI score0.00828EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/22 8:52 p.m.4 views

OPENSUSE-SU-2026:21437-1 Security update for perl-Net-DNS

This update for perl-Net-DNS fixes the following issues: Changes in perl-Net-DNS: - CVE-2026-64194: Fixed a Denial of Service via deep DNS compression pointer chains bsc1272214 - CVE-2026-64193: Fixed a remote execution injection bsc1272212...

9.8CVSS6AI score0.00828EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/21 12:0 a.m.16 views

CVE-2026-64194

Net::DNS versions through 1.55 for Perl allow Denial of Service via de...

7.5CVSS5.8AI score0.00433EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/20 7:17 p.m.11 views

CVE-2026-64193

Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR. Net::DNS::RR::OPT::EXTENDEDERROR::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...

9.8CVSS0.00828EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 7:17 p.m.5 views

UBUNTU-CVE-2026-64193

Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR. Net::DNS::RR::OPT::EXTENDEDERROR::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...

9.8CVSS6.1AI score0.00828EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 7:17 p.m.7 views

UBUNTU-CVE-2026-64194

Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. Net::DNS::DomainName::decode follows RFC 1035 compression pointers by recursing into itself with no depth limit. It is possible to construct a name which saturates the call stack at least with...

7.5CVSS5.8AI score0.00433EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/20 5:55 p.m.5 views

CVE-2026-64194 Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains

Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. Net::DNS::DomainName::decode follows RFC 1035 compression pointers by recursing into itself with no depth limit. It is possible to construct a name which saturates the call stack at least with...

5.4AI score0.00433EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/20 5:55 p.m.20 views

CVE-2026-64194

Net::DNS new($wire). Remediation: upgrade to Net::DNS 1.56+ where this is fixed (per references to release candidate for 1.56). Monitor for updates and apply fixes in affected environments.

7.5CVSS5.5AI score0.00433EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/20 5:54 p.m.40 views

CVE-2026-64193 Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR

Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR. Net::DNS::RR::OPT::EXTENDEDERROR::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...

0.00828EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/20 5:54 p.m.20 views

CVE-2026-64193

CVE-2026-64193 affects Net::DNS for Perl up to version 1.55. The vulnerability arises in Net::DNS::RR::OPT::EXTENDED_ERROR::_decompose, which tokenizes the EXTRA-TEXT field of EDNS EXTENDED-ERROR (RFC 8914) and passes the result to Perl’s eval. Some escaping is applied for $ and @, but not for ba...

9.8CVSS5.8AI score0.00828EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64193

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR. Net::DNS::RR::OPT::EXTENDEDERROR::decompose parses the...

9.8CVSS5.8AI score0.00828EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64194

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. Net::DNS::DomainName::decode follows RFC 1035 compressi...

7.5CVSS5.8AI score0.00433EPSS
SaveExploits0References4
Rockylinux
Rockylinux
added 2026/07/05 12:3 p.m.16 views

opentelemetry-collector security update

An update is available for opentelemetry-collector. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Collector with the supported components for a Rocky Enterpris...

9.6CVSS7.3AI score0.00813EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2007-3367

Malware in sbrugna...

4.3CVSS6AI score0.02049EPSS
SaveExploits1References37
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2006-4930

Malware in sbrugna...

7.5CVSS6.4AI score0.02402EPSS
SaveExploits2References4
OSV
OSV
added 2024/09/15 4:48 p.m.16 views

RHSA-2007:0675 Red Hat Security Advisory: perl-Net-DNS security update

Bulletin has no description...

4.3CVSS7.3AI score0.02049EPSS
SaveExploits1References7
Rows per page
Query Builder