Lucene search
K

30 matches found

Snyk
Snyk
added 2026/05/22 5:42 p.m.9 views

Cross-site Scripting (XSS)

Overview golang.org/x/net/html is a package that implements an HTML5-compliant tokenizer and parser. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the writeQuoted function, which does not properly handle characters in DOCTYPE data. An attacker can cause the...

6.1CVSS5.7AI score0.00031EPSS
Exploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/21 3:34 p.m.12 views

Security Bulletin: IBM Watson Speech Services Cartridge is vulnerable to cross-site-scripting in golang Go html/template [CVE-2026-27142]

Summary IBM Watson Speech Services Cartridge is vulnerable to cross-site-scripting in golang Go html/template, due to a flaw which disables escaping of URLs in actions in the meta content attribute which follow "url=" by setting htmlmetacontenturlescape=0 CVE-2026-27142. Golang Go html/template i...

6.1CVSS7.1AI score0.00013EPSS
Exploits0Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в containerd-app

The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to a Denial-of-Service DoS attack if an attacker provides specially crafted HTML content...

5.3CVSS7.3AI score0.00033EPSS
Exploits0References2
Snyk
Snyk
added 2026/05/07 7:21 p.m.9 views

Cross-site Scripting (XSS)

Overview std/html/template is a Go standard library package std/html/template Affected versions of this package are vulnerable to Cross-site Scripting XSS. Go Vulnerability Report: CVE-2026-27142 fixed a vulnerability in which URLs were not correctly escaped inside of a tag's attribute. If the UR...

6.1CVSS7AI score0.00013EPSS
Exploits0References3
Snyk
Snyk
added 2026/04/07 10:53 p.m.3 views

Cross-site Scripting (XSS)

Overview std/html/template is a Go standard library package std/html/template Affected versions of this package are vulnerable to Cross-site Scripting XSS. Go Vulnerability Report: Context was not properly tracked across template branches for JS template literals, leading to possibly incorrect...

6.1CVSS5.5AI score0.00011EPSS
Exploits0References3
Snyk
Snyk
added 2026/03/06 9:3 p.m.2 views

Cross-site Scripting (XSS)

Overview std/html/template is a Go standard library package std/html/template Affected versions of this package are vulnerable to Cross-site Scripting XSS. Go Vulnerability Report:Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the met...

6.1CVSS5.5AI score0.00013EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:0 a.m.2 views

RockyLinux 8 : container-tools:rhel8 (RLSA-2026:3428)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:3428 advisory. golang: html/template: errors returned from MarshalJSON methods may break template escaping CVE-2024-24785 crypto/x509: golang: Denial of Service due to...

7.5CVSS6.9AI score0.00924EPSS
Exploits3References7
OSV
OSV
added 2026/02/05 6:16 p.m.3 views

AZL-76839 CVE-2025-58190 affecting package cni-plugins for versions less than 1.3.0-11

The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service DoS if an attacker provides specially crafted HTML content...

5.3CVSS6.7AI score0.0002EPSS
Exploits1References1
OSV
OSV
added 2026/02/05 6:16 p.m.2 views

AZL-77070 CVE-2025-47911 affecting package prometheus-adapter 0.12.0-4

The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service DoS if an attacker provides specially crafted HTML content...

5.3CVSS5.7AI score0.00033EPSS
Exploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-2066

Malicious code in bioql PyPI...

7.5CVSS6.5AI score0.00652EPSS
Exploits1References12
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-2622

Malicious code in bioql PyPI...

7.5CVSS6.5AI score0.0075EPSS
Exploits1References15
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-2438

Malicious code in bioql PyPI...

7.5CVSS6.5AI score0.00693EPSS
Exploits1References12
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2018-17846

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The html package aka x/net/html through 2018-09-25 in Go mishandles , leading to an infinite loop during an html.Parse call because inSelectIM and...

7.5CVSS7.1AI score0.0065EPSS
Exploits0References2
OSV
OSV
added 2024/12/18 9:59 p.m.10 views

GHSA-W32M-9786-JP63 Non-linear parsing of case-insensitive content in golang.org/x/net/html

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service...

8.7CVSS5.9AI score0.00046EPSS
Exploits0References7
OSV
OSV
added 2024/12/18 8:22 p.m.30 views

GO-2024-3333 Non-linear parsing of case-insensitive content in golang.org/x/net/html

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service...

5.3CVSS5.9AI score0.00046EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/07/29 12:19 a.m.3 views

golang: html/template: errors returned from MarshalJSON methods may break template escaping

A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into...

5.4CVSS7.2AI score0.00924EPSS
Exploits0References8
Snyk
Snyk
added 2024/03/05 10:15 p.m.2 views

Cross-site Scripting (XSS)

Overview std/html/template is a Go standard library package std/html/template Affected versions of this package are vulnerable to Cross-site Scripting XSS. Go Vulnerability Report:If errors returned from MarshalJSON methods contain user controlled data, they may be used to break the contextual...

7.5CVSS5.5AI score0.00924EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2023/11/14 4:3 p.m.2 views

golang.org/x/net/html: Cross site scripting

A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security...

6.1CVSS7AI score0.00098EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2023/11/14 3:32 p.m.2 views

golang.org/x/net/html: Cross site scripting

A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security...

6.1CVSS7AI score0.00098EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2023/11/07 9:12 a.m.2 views

golang: html/template: improper handling of JavaScript whitespace

A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be...

9.8CVSS6.5AI score0.00289EPSS
Exploits0References6
Rows per page
Query Builder