Lucene search
+L

58 matches found

OSV
OSV
added 2026/08/18 7:19 p.m.6 views

CVE-2026-52737 ZEBRA: Sync restart poisoning from single unauthenticated peer via above-lookahead block

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a malicious unauthenticated P2P peer can answer Zebra's outbound getblocks or FindBlocks request with a small two-hash inventory and then serve a syntactically valid block whose coinbase height is far above the local chain tip. In...

5.3CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/18 7:19 p.m.21 views

CVE-2026-52737 ZEBRA: Sync restart poisoning from single unauthenticated peer via above-lookahead block

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a malicious unauthenticated P2P peer can answer Zebra's outbound getblocks or FindBlocks request with a small two-hash inventory and then serve a syntactically valid block whose coinbase height is far above the local chain tip. In...

5.3CVSS0.00203EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/06 3:13 p.m.13 views

CVE-2026-57074

A flaw was found in perl-XML-Bare. The parsercparse function, which handles XML parsing, contains an unbounded character lookahead vulnerability. A remote attacker could exploit this by providing a specially crafted, truncated XML string. This could cause the parser to attempt to read data beyond...

9.1CVSS5.5AI score0.00632EPSS
SaveExploits0References2
Debian
Debian
added 2026/08/05 2:13 a.m.16 views

[SECURITY] [DSA 6411-1] aom security update

------------------------------------------------------------------------- Debian Security Advisory DSA-6411-1 [email protected] https://www.debian.org/security/ Aron Xu August 05, 2026 https://www.debian.org/security/faq -...

7.6CVSS6AI score0.00482EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.11 views

openSUSE 16 Security Update : perl-XML-Bare (openSUSE-SU-2026:21435-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21435-1 advisory. Changes in perl-XML-Bare: - CVE-2026-13401: XML:Bare would hang when parsing malformed attributes bsc1271640 - CVE-2026-57074: Fixed unbounded...

9.1CVSS5.9AI score0.00632EPSS
SaveExploits0References6
OPENSUSE Linux
OPENSUSE Linux
added 2026/07/24 12:00 a.m.9 views

Security update for perl-XML-Bare (moderate)

openSUSE security update: security update for perl-xml-bare ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21435-1 Rating: moderate References: bsc1271637 bsc1271640 Cross-References: CVE-2026-13401 CVE-2026-57074 CVSS scores: CVE-2026-13401 SUSE :...

6.2CVSS5.8AI score0.00632EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/22 8:52 p.m.8 views

OPENSUSE-SU-2026:21435-1 Security update for perl-XML-Bare

This update for perl-XML-Bare fixes the following issues: Changes in perl-XML-Bare: - CVE-2026-13401: XML:Bare would hang when parsing malformed attributes bsc1271640 - CVE-2026-57074: Fixed unbounded character lookahead bsc1271637...

9.1CVSS5.8AI score0.00632EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.27 views

SUSE CVE-2026-57074

XML::Bare versions through 0.53 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...

6.1CVSS5.4AI score0.00632EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/16 5:16 p.m.18 views

CVE-2026-57073

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

9.1CVSS0.00653EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 5:16 p.m.12 views

UBUNTU-CVE-2026-57074

XML::Bare versions through 0.53 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...

9.1CVSS5.4AI score0.00632EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/07/16 5:16 p.m.19 views

CVE-2026-57074

XML::Bare versions through 0.53 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...

9.1CVSS5.9AI score0.00632EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/16 4:15 p.m.14 views

EUVD-2026-44966

XML::Bare versions through 0.53 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...

6.1AI score0.00632EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/16 4:15 p.m.16 views

CVE-2026-57074

XML::Bare versions through 0.53 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...

9.1CVSS5.4AI score0.00632EPSS
SaveExploits0
CVE
CVE
added 2026/07/16 4:15 p.m.38 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.00632EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/16 4:15 p.m.17 views

CVE-2026-57074 XML::Bare versions through 0.53 for Perl have an unbounded character lookahead

XML::Bare versions through 0.53 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...

5.3AI score0.00632EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/16 4:15 p.m.16 views

CVE-2026-57074

XML::Bare versions through 0.53 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 "...

6.1AI score0.00632EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/16 4:15 p.m.53 views

CVE-2026-57074 XML::Bare versions through 0.53 for Perl have an unbounded character lookahead

XML::Bare versions through 0.53 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...

0.00632EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/16 4:15 p.m.22 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.00653EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/16 4:15 p.m.36 views

CVE-2026-57073

HTML::Bare for Perl versions up to 0.04 is vulnerable to an unbounded character lookahead in parserc_parse, enabling out-of-bounds reads (truncated strings like

9.1CVSS6.1AI score0.00653EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/16 12:00 a.m.21 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.00632EPSS
SaveExploits0References19
Rows per page
Query Builder