Lucene search
K

160 matches found

OSV
OSV
added last week3 views

OPENSUSE-SU-2026:20827-1 Security update for python-mistune

This update for python-mistune fixes the following issues - CVE-2026-33079: ReDoS in LINKTITLERE can lead to denial of service via a crafted Markdown bsc1264347. - CVE-2026-33441: processing of malformed reference links can lead to excessive resource consumption and denial of service bsc1264752. ...

8.7CVSS5.8AI score0.00032EPSS
Exploits4References14
Snyk
Snyk
added 2026/05/22 5:42 p.m.7 views

Cross-site Scripting (XSS)

Overview github.com/golang/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 childTextNodesAreLiteral function in render.go. An attacker can cause the execution of scripts in the...

6.1CVSS5.7AI score0.00031EPSS
Exploits0References3
EUVD
EUVD
added 2026/05/21 5:9 p.m.3 views

EUVD-2026-31294

Open ISES Tickets before 3.44.2 contains a reflected cross-site scripting vulnerability in dbloader.php that allows authenticated attackers to inject arbitrary JavaScript by passing an unsanitized value through the multiple POST parameters ticketshost, ticketsdb, ticketsuser, ticketspassword,...

5.4CVSS5.8AI score0.00029EPSS
Exploits0References3
CVE
CVE
added 2026/05/15 9:12 p.m.5 views

CVE-2026-45347

CVE-2026-45347 concerns Open WebUI, a self-hosted offline AI platform. The vulnerability is a blind server-side request forgery (SSRF) via the PDF generate function, where user inputs embedded in the PDF are processed as HTML. Tests show most dangerous tags (e.g., iframe, object) are blocked, but...

5.4CVSS5.8AI score0.0003EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/15 12:0 a.m.5 views

PT-2026-41388

Name of the Vulnerable Software and Affected Versions NukeViet CMS versions prior to 4.5.08 Description Stored Cross-Site Scripting XSS occurs due to insufficient server-side input sanitization in the Request class. The application relies on client-side filtering to sanitize HTML tags and...

8.7CVSS5.8AI score0.00055EPSS
Exploits0References6
OSV
OSV
added 2026/05/08 9:41 a.m.8 views

CLSA-2026-1778233301 python3.9: Fix of 7 CVEs

CVE-2025-1795: fix incorrect parsing of email addresses with special chars - CVE-2025-4516: fix use-after-free in unicode-escape decoder with non-strict error handler - CVE-2025-6069: fix quadratic complexity in HTMLParser special input - CVE-2025-8291: fix zip64 end-of-central-directory record...

6.5CVSS6.5AI score0.00864EPSS
Exploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/18 12:2 a.m.0 views

CVE-2026-40593

ChurchCRM is an open-source church management system. In versions prior to 7.2.0, the User Editor UserEditor.php renders stored usernames directly into an HTML input value attribute without applying htmlspecialchars. An administrator can save a username containing HTML attribute-breaking characte...

4.8CVSS5.8AI score0.0001EPSS
Exploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-20031

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability in the HTML Cascading Style Sheets CSS module of ClamAV could allow an unauthenticated, remote attacker to cause a denial of service DoS conditi...

5.3CVSS5.4AI score0.00042EPSS
Exploits0References3
Snyk
Snyk
added 2026/04/10 7:50 p.m.4 views

Arbitrary File Upload

Overview Affected versions of this package are vulnerable to Arbitrary File Upload via the file upload. An administrator can execute arbitrary JavaScript in the context of the application by uploading a crafted SVG or HTML file containing malicious scripts, which are then served to users without...

5.9CVSS6AI score
Exploits0References2
Snyk
Snyk
added 2026/03/07 6:44 p.m.1 views

Cross-site Scripting (XSS)

Overview league/commonmark is a PHP-based Markdown parser which supports the full CommonMark spec. It is based on the CommonMark JS reference implementation. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the DisallowedRawHtml extension when a newline, tab, or...

6.1CVSS5.7AI score0.00016EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/03/07 5:40 a.m.1 views

CVE-2026-30841

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, passwordreset.php outputs $GET"token" and $GET"email" directly into HTML input value attributes using and without calling htmlspecialchars. This allows reflected XSS by breaking out of the attribute...

6.9CVSS5.7AI score0.00017EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2026/03/05 3:30 p.m.0 views

GHSA-5WMX-573V-2QWQ Python-Markdown has an Uncaught Exception

Python-Markdown version 3.8 contain a vulnerability where malformed HTML-like sequences can cause html.parser.HTMLParser to raise an unhandled AssertionError during Markdown parsing. Because Python-Markdown does not catch this exception, any application that processes attacker-controlled Markdown...

7.5CVSS5.9AI score0.00385EPSS
Exploits1References6
RedhatCVE
RedhatCVE
added 2026/02/21 7:29 p.m.1 views

CVE-2026-27502

SVXportal version 2.5 and prior contain a reflected cross-site scripting vulnerability in log.php via the search query parameter. The application embeds the unsanitized parameter value directly into an HTML input value attribute, allowing an unauthenticated remote attacker to inject and execute...

6.1CVSS5.6AI score0.00056EPSS
Exploits0References1
NVD
NVD
added 2026/02/13 10:16 p.m.4 views

CVE-2026-26273

Known is a social publishing platform. Prior to 1.6.3, a Critical Broken Authentication vulnerability exists in Known 1.6.2 and earlier. The application leaks the password reset token within a hidden HTML input field on the password reset page. This allows any unauthenticated attacker to retrieve...

9.8CVSS0.00329EPSS
Exploits1References3
OSV
OSV
added 2026/02/12 10:6 p.m.3 views

GHSA-W4GW-W5JQ-G9JH golang.org/x/net/html has a Quadratic Parsing Complexity issue

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.4AI score0.00017EPSS
Exploits0References6
OSV
OSV
added 2026/02/05 6:16 p.m.2 views

DEBIAN-CVE-2025-58190

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.3CVSS8AI score0.00011EPSS
Exploits1References1
OSV
OSV
added 2026/02/05 6:16 p.m.1 views

AZL-76907 CVE-2025-58190 affecting package containerd2 2.0.0-17

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.3CVSS7.4AI score0.00011EPSS
Exploits1References1
OSV
OSV
added 2026/02/05 6:16 p.m.2 views

AZL-77052 CVE-2025-47911 affecting package telegraf for versions less than 1.29.4-21

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.3CVSS7.2AI score0.00017EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 11:36 a.m.3 views

CVE-2021-41791

An issue was discovered in Hyland org.alfresco:share through 7.0.0.2 and org.alfresco:community-share through 7.0. An evasion of the XSS filter for HTML input validation in the Alfresco Share User Interface leads to stored XSS that could be exploited by an attacker given that he has privileges on...

5.4CVSS5.8AI score0.00206EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 11:14 a.m.6 views

CVE-2021-0933

In onCreate of CompanionDeviceActivity.java or DeviceChooserActivity.java, there is a possible way for HTML tags to interfere with a consent dialog due to improper input validation. This could lead to remote escalation of privilege, confusing the user into accepting pairing of a malicious Bluetoo...

8CVSS6.8AI score0.00431EPSS
Exploits0References1
Rows per page
Query Builder