Lucene search
+L

835 matches found

Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.18 views

PT-2026-62064

Name of the Vulnerable Software and Affected Versions Data::RoaringBitmap::Shared versions prior to 0.02 Description This issue occurs when creating a world-readable mmap backing file and opening it without the O EXCL or O NOFOLLOW flags. The segment is created using the open function with a mode...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.15 views

PT-2026-62068

Name of the Vulnerable Software and Affected Versions Data::DisjointSet::Shared versions prior to 0.02 Description This issue occurs when the software creates a world-readable mmap backing file and opens it without using the O EXCL or O NOFOLLOW flags. The segment is created in dsu.h using the op...

4CVSS5.9AI score0.00137EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/20 7:17 p.m.11 views

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.5CVSS0.00433EPSS
SaveExploits0References4
Mageia
Mageia
added 2026/07/20 7:6 p.m.5 views

Updated perl-JavaScript-Minifier-XS package fixes security vulnerabilities

The updated package fixes security vulnerabilities: JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. CVE-2026-56017 JavaScript::Minifier::XS versions before 0.16 for Perl leak memory on every call...

7.5CVSS5.3AI score0.00459EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/20 5:54 p.m.11 views

EUVD-2026-46051

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...

5.7AI score0.00828EPSS
SaveExploits0References3
Mageia
Mageia
added 2026/07/18 10:21 p.m.15 views

Updated perl-HTML-Parser packages fix security vulnerability

HTML::Entities versions before 3.84 for Perl read freed heap memory in decodeentities. CVE-2026-8829...

7.5CVSS5.3AI score0.00408EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/18 10:21 p.m.16 views

MGASA-2026-0263 Updated perl-Config-IniFiles package fixes a security vulnerability

The updated package fixes a security vulnerability: Config::IniFiles versions before 3.001000 for Perl allow OS command injection and file overwrite via a 2-arg open of the -file argument in makefilehandle. CVE-2026-11527...

8.6CVSS5.3AI score0.01068EPSS
SaveExploits0References7
Fedora
Fedora
added 2026/07/17 12:54 a.m.18 views

[SECURITY] Fedora 44 Update: perl-HTTP-Date-6.08-1.fc44

This module provides functions that deal the date formats used by the HTTP protocol and then some more. Only the first two functions, time2str and str2time, are exported by default...

7.5CVSS6.1AI score0.00353EPSS
SaveExploits0
OSV
OSV
added 2026/07/17 12:0 a.m.6 views

OPENSUSE-SU-2026:11299-1 perl-YAML-Syck-1.470.0-1.1 on GA media

These are all security issues fixed in the perl-YAML-Syck-1.470.0-1.1 package on the GA media of openSUSE Tumbleweed...

9.1CVSS5.2AI score0.00374EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/16 10:17 p.m.11 views

CVE-2026-57075

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via a signed-char lookup-table index in syckbase64dec. The base64 decoder in the bundled libsyck indexes the 256-entry static table b64xtable with a signed char, so any !!binary byte = 0x80 sign-extends to a negative index and...

9.1CVSS0.00374EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/16 10:17 p.m.18 views

CVE-2026-57076

YAML::Syck versions before 1.47 for Perl allow a heap use-after-free via an anchor name reused as an anchors-table key in syckhdlraddanchor. In the bundled libsyck an anchor name allocated by syckstrndup is stored both as node-anchor, freed when the node is freed, and as the key in the parser's...

7.8CVSS0.00125EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/16 10:17 p.m.10 views

CVE-2026-57077

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via an unbounded newline scan in newlinelen. In the bundled libsyck newlinelen and isnewline dereference the scan pointer, and the following byte for a "\r\n" pair, with no NUL-terminator or bounds check. During block-scalar...

7.7CVSS5.8AI score0.00141EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/07/16 5:16 p.m.9 views

CVE-2026-13401

XML::Bare versions through 0.53 for Perl will hang in an infinite loop when parsing malformed attributes. The parsercparse function never advances the attribute-parse state cursor on certain malformed attribute forms, looping forever. Nameless attributes such as "" or unbalanced quotes "" can...

7.5CVSS5.8AI score0.00388EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/16 4:15 p.m.22 views

CVE-2026-57074

XML::Bare for Perl (versions up to 0.53) is affected by an unbounded character lookahead in the parserc_parse routine. The code checks for multicharacter strings like without ensuring the buffer offsets are within bounds, allowing truncated strings such as

9.1CVSS6.1AI score0.00403EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/16 4:15 p.m.40 views

CVE-2026-57073 HTML::Bare versions through 0.04 for Perl have an unbounded character lookahead

HTML::Bare versions through 0.04 for Perl have an unbounded character lookahead. The parsercparse function attempts to check for multicharacter strings such as "" without checking that the offsets are within the buffer. Truncated strings such as "a/" can trigger an out-of-bounds read. Note that t...

0.00422EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/16 4:15 p.m.16 views

EUVD-2026-44965

HTML::Bare versions through 0.04 for Perl have an unbounded character lookahead. The parsercparse function attempts to check for multicharacter strings such as "" without checking that the offsets are within the buffer. Truncated strings such as "a/" can trigger an out-of-bounds read. Note that t...

6.1AI score0.00422EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/16 4:14 p.m.15 views

EUVD-2026-44963

HTML::Bare versions through 0.04 for Perl will hang in an infinite loop when parsing malformed attributes. The parsercparse function never advances the attribute-parse state cursor on certain malformed attribute forms, looping forever. Nameless attributes such as "" or unbalanced quotes "" can...

6.1AI score0.00393EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/16 11:46 a.m.17 views

CVE-2026-60081

A flaw was found in DBI::ProfileData, a Perl module. This vulnerability allows an attacker to cause a Denial of Service DoS by providing a specially crafted input. The flaw exists because the software does not properly limit the path index when processing profile dump files, which can lead to...

7.5CVSS6.1AI score0.00379EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/07/16 8:26 a.m.12 views

CVE-2026-14380

A flaw was found in the DBI component for Perl. This vulnerability allows an attacker to inject and execute arbitrary code by manipulating the Profile attribute of a DBI handle. When a string is assigned to this attribute, the component processes it without proper validation, enabling the executi...

8.8CVSS6.5AI score0.00479EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/16 12:0 a.m.14 views

PT-2026-60505

Name of the Vulnerable Software and Affected Versions XML::Bare versions prior to 0.53 Description The parserc parse function contains an unbounded character lookahead. The parser attempts to verify multicharacter strings, such as "", without validating that the offsets remain within the buffer...

9.1CVSS6AI score0.00403EPSS
SaveExploits0References19
Rows per page
Query Builder