Lucene search
+L

795 matches found

RedhatCVE
RedhatCVE
added 2026/08/10 10:6 a.m.7 views

CVE-2026-71498

A flaw was found in node-re2, a library providing RE2 regular expression bindings for Node.js. A local attacker could exploit this vulnerability by providing a specially crafted input buffer that ends with an incomplete multi-byte UTF-8 character. This could lead to an out-of-bounds read,...

5.1CVSS5.4AI score0.00156EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/06 10:18 p.m.11 views

CVE-2026-71498

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.26.1, passing a Buffer whose final bytes form a truncated incomplete multi-byte UTF-8 sequence could cause the native binding to read past the end of the allocated buffer while attempting to decode the final,...

5.1CVSS0.00156EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 10:18 p.m.9 views

UBUNTU-CVE-2026-71498

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.26.1, passing a Buffer whose final bytes form a truncated incomplete multi-byte UTF-8 sequence could cause the native binding to read past the end of the allocated buffer while attempting to decode the final,...

5.1CVSS5.5AI score0.00156EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/08/06 9:26 p.m.9 views

NPM: node-re2: Out-of-bounds heap read in `replace`/`split` via a `Buffer` ending in a truncated multi-byte UTF-8 character → adjacent heap memory disclosed to JavaScript

NPM: node-re2: Out-of-bounds heap read in replace/split via a Buffer ending in a truncated multi-byte UTF-8 character → adjacent heap memory disclosed to JavaScript vulnerability discovered by ? in WordPress Npm re2 versions = 1.26.0...

5.1CVSS5.5AI score0.00156EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 9:26 p.m.10 views

node-re2: Out-of-bounds heap read in `replace`/`split` via a `Buffer` ending in a truncated multi-byte UTF-8 character → adjacent heap memory disclosed to JavaScript

Summary re2 infers a character's byte length from its UTF-8 lead byte alone, with no bound on the bytes actually remaining in the input. Buffer arguments reach the native layer verbatim — only strings are re-encoded into well-formed UTF-8 — so a Buffer whose last byte is a multi-byte lead promise...

5.1CVSS5.5AI score0.00156EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/08/06 9:26 p.m.7 views

CVE-2026-71498

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.26.1, passing a Buffer whose final bytes form a truncated incomplete multi-byte UTF-8 sequence could cause the native binding to read past the end of the allocated buffer while attempting to decode the final,...

5.1CVSS5.5AI score0.00156EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/05 11:27 a.m.16 views

CVE-2026-56852

A flaw was found in golang.org/x/text. The norm.Iter component can enter an infinite loop when processing input that contains invalid UTF-8 Unicode Transformation Format - 8-bit bytes. A remote attacker could exploit this vulnerability by providing specially crafted input, leading to a Denial of...

7.5CVSS6.8AI score0.00446EPSS
SaveExploits0References6
SUSE Linux
SUSE Linux
added 2026/08/04 4:18 p.m.10 views

Security update for google-guest-agent

This update for google-guest-agent fixes the following issue: CVE-2026-56852: golang.org/x/text/unicode/norm: improper handling of input containing invalid UTF-8 bytes can lead to infinite loop bsc1272118. Patch Instructions: To install this SUSE update use the SUSE recommended installation metho...

6CVSS5.5AI score0.00446EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/08/04 4:18 p.m.6 views

Security update for google-osconfig-agent

This update for google-osconfig-agent fixes the following issue: CVE-2026-56852: golang.org/x/text/unicode/norm: improper handling of input containing invalid UTF-8 bytes can lead to infinite loop bsc1272118. Patch Instructions: To install this SUSE update use the SUSE recommended installation...

6CVSS5.5AI score0.00446EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/04 11:22 a.m.7 views

UBUNTU-CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

9.1CVSS5.5AI score0.0047EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/08/04 11:2 a.m.61 views

CVE-2026-10050 Digest authentication lossy encoding

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS0.0047EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/04 11:2 a.m.329 views

CVE-2026-10050

Summary: CVE-2026-10050 affects Eclipse Jetty’s Digest authentication, where the server-side password encoding uses ISO-8859-1 by default. When characters cannot be represented in ISO-8859-1, they are replaced with “?”, enabling an attacker to submit a Digest header where a password of all “?” ch...

9.1CVSS5.5AI score0.0047EPSS
SaveExploits1References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/04 12:0 a.m.8 views

Amazon Linux 2023 : aws-nitro-enclaves-cli, aws-nitro-enclaves-cli-devel, aws-nitro-enclaves-cli-integration-tests (ALAS2023-2026-2034)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2026-2034 advisory. rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.7 to before 0.10.79, X509Ref::ocspresponders returns OCSP responder URLs from a certificate's AIA extension as...

8.7CVSS5.6AI score0.00211EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/03 1:50 a.m.8 views

glib: buffer over-read in g_regex_replace() via glib/gregex.c:string_append() and g_utf8_next_char()

A flaw was found in GLib. A buffer over-read can occur in the gregexreplace function when used with the GREGEXRAW compile flag and case-change replacement escapes because the stringappend function processes matched substrings using UTF-8 functions that assume valid UTF-8 input, even when the stri...

8.2CVSS5.6AI score0.00363EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/08/01 12:0 a.m.8 views

openSUSE 16 Security Update : google-guest-agent (openSUSE-SU-2026:21476-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21476-1 advisory. - CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege...

9.6CVSS5.6AI score0.00655EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/07/31 12:0 a.m.7 views

openSUSE 16 Security Update : amazon-ecs-init (openSUSE-SU-2026:21455-1)

The remote openSUSE 16 host has a package installed that is affected by a vulnerability as referenced in the openSUSE- SU-2026:21455-1 advisory. This update for amazon-ecs-init fixes the following issue - CVE-2026-56852: golang.org/x/text/unicode/norm: infinite loop on truncated/invalid UTF-8 inp...

7.5CVSS7.3AI score0.00446EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/30 8:18 p.m.9 views

CVE-2026-67550

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII...

5.7CVSS0.00121EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/07/30 6:51 p.m.7 views

Security update for google-osconfig-agent

This update for google-osconfig-agent fixes the following issues CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation bsc1266603. CVE-2026-56852: golang.org/x/text/unicode/norm: improper handling of input...

9.1CVSS6.1AI score0.00655EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/30 5:11 a.m.7 views

OPENSUSE-SU-2026:21482-1 Security update for ignition

This update for ignition fixes the following issues: - CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation bsc1266606. - CVE-2026-56852: golang.org/x/text/unicode/norm: handling of input containing inval...

9.6CVSS6.1AI score0.00655EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:40 a.m.10 views

SUSE-SU-2026:22994-1 Security update for mcphost

This update for mcphost fixes the following issues: - CVE-2026-5160: github.com/yuin/goldmark/renderer: Cross-site Scripting due to improper URL validation bsc1272488. - CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and...

9.6CVSS6.7AI score0.00655EPSS
SaveExploits0References7
Rows per page
Query Builder