Lucene search
+L

38942 matches found

RedhatCVE
RedhatCVE
added 2026/03/20 9:17 p.m.13 views

CVE-2026-4519

A flaw was found in Python. The webbrowser.open API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options,...

7.1CVSS5.9AI score0.00308EPSS
SaveExploits0References6
OSV
OSV
added 2026/03/20 8:56 p.m.10 views

GHSA-72H5-39R7-R26J AVideo - Incomplete Fix for CVE-2026-27568: Stored XSS via Markdown `javascript:` URI Bypasses ParsedownSafeWithLinks Sanitization

Summary The fix for CVE-2026-27568 GHSA-rcqw-6466-3mv7 introduced a custom ParsedownSafeWithLinks class that sanitizes raw HTML and tags in comments, but explicitly disables Parsedown's safeMode. This creates a bypass: markdown link syntax text is processed by Parsedown's inlineLink method, which...

5.4CVSS5.9AI score0.00218EPSS
SaveExploits2References4
Github Security Blog
Github Security Blog
added 2026/03/20 8:56 p.m.14 views

AVideo - Incomplete Fix for CVE-2026-27568: Stored XSS via Markdown `javascript:` URI Bypasses ParsedownSafeWithLinks Sanitization

Summary The fix for CVE-2026-27568 GHSA-rcqw-6466-3mv7 introduced a custom ParsedownSafeWithLinks class that sanitizes raw HTML and tags in comments, but explicitly disables Parsedown's safeMode. This creates a bypass: markdown link syntax text is processed by Parsedown's inlineLink method, which...

6.1CVSS5.9AI score0.00229EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/20 8:56 p.m.13 views

AVideo has Reflected XSS via unlockPassword Parameter in forbiddenPage.php and warningPage.php

Summary The view/forbiddenPage.php and view/warningPage.php templates reflect the $REQUEST'unlockPassword' parameter directly into an HTML tag's attributes without any output encoding or sanitization. An attacker can craft a URL that breaks out of the value attribute and injects arbitrary HTML...

6.1CVSS5.9AI score0.00231EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/20 8:50 p.m.10 views

h3: SSE Event Injection via Unsanitized Carriage Return (`\r`) in EventStream Data and Comment Fields (Bypass of CVE Fix)

Summary The EventStream class in h3 fails to sanitize carriage return \r characters in data and comment fields. Per the SSE specification, \r is a valid line terminator, so browsers interpret injected \r as line breaks. This allows an attacker to inject arbitrary SSE events, spoof event types, an...

6AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/03/20 8:50 p.m.5 views

GHSA-4HXC-9384-M385 h3: SSE Event Injection via Unsanitized Carriage Return (`\r`) in EventStream Data and Comment Fields (Bypass of CVE Fix)

Summary The EventStream class in h3 fails to sanitize carriage return \r characters in data and comment fields. Per the SSE specification, \r is a valid line terminator, so browsers interpret injected \r as line breaks. This allows an attacker to inject arbitrary SSE events, spoof event types, an...

5.3CVSS6AI score
SaveExploits0References2
Snyk
Snyk
added 2026/03/20 8:45 p.m.12 views

Cross-site Scripting (XSS)

Overview @pdfme/schemas is a TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license! Affected versions of this package are vulnerable to Cross-site Scripting XSS in the multiVariableText property panel when...

5.5CVSS5.7AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/03/20 4:31 p.m.38 views

CVE-2025-15608 Buffer Overflow in Network Probe Handling Function of TP-Link Archer AX53 + Archer AX55

This vulnerability in AX53 v1, AX55 v4 and AX55 v4.6 results from insufficient input sanitization in the device’s probe handling logic, where unvalidated parameters can trigger a stack-based buffer overflow that causes the affected service to crash and, under specific conditions, may enable remot...

7.7CVSS0.00641EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/20 4:31 p.m.5 views

CVE-2025-15608

This vulnerability in AX53 v1 results from insufficient input sanitization in the device’s probe handling logic, where unvalidated parameters can trigger a stack-based buffer overflow that causes the affected service to crash and, under specific conditions, may enable remote code execution throug...

7.7CVSS6.9AI score0.00641EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/20 3:42 p.m.6 views

CVE-2026-32986 Textpattern CMS 4.9.0: Second-Order XSS via Atom Feed Injection

Textpattern CMS version 4.9.0 contains a second-order cross-site scripting vulnerability that allows attackers to inject malicious scripts by exploiting improper sanitization of user-supplied input in Atom feed XML elements. Attackers can embed unescaped payloads in parameters such as category th...

6.1CVSS5.7AI score0.0016EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/03/20 3:42 p.m.6 views

CVE-2026-32986

Textpattern CMS version 4.9.0 contains a second-order cross-site scripting vulnerability that allows attackers to inject malicious scripts by exploiting improper sanitization of user-supplied input in Atom feed XML elements. Attackers can embed unescaped payloads in parameters such as category th...

6.1CVSS5.7AI score0.0016EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/03/20 3:16 p.m.4 views

ALPINE-CVE-2026-4519

The webbrowser.open API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open...

3.3CVSS6AI score0.00308EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/03/20 3:16 p.m.9 views

CVE-2026-4519

The webbrowser.open API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open...

7.1CVSS5.8AI score0.00308EPSS
SaveExploits0References5
OSV
OSV
added 2026/03/20 3:08 p.m.18 views

PSF-2026-14

The webbrowser.open API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open...

7.1CVSS5.8AI score0.00308EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2026/03/20 3:08 p.m.8 views

CVE-2026-4519 webbrowser.open() allows leading dashes in URLs

The webbrowser.open API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open...

7CVSS5.7AI score0.00308EPSS
SaveExploits0References15
NVD
NVD
added 2026/03/20 10:16 a.m.10 views

CVE-2026-33128

H3 is a minimal HTTP framework. In versions prior to 1.15.6 and between 2.0.0 through 2.0.1-rc.14, createEventStream is vulnerable to Server-Sent Events SSE injection due to missing newline sanitization in formatEventStreamMessage and formatEventStreamComment. An attacker who controls any part of...

10CVSS0.00573EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/20 9:37 a.m.5 views

CVE-2026-33128

H3 is a minimal HTTP framework. In versions prior to 1.15.6 and between 2.0.0 through 2.0.1-rc.14, createEventStream is vulnerable to Server-Sent Events SSE injection due to missing newline sanitization in formatEventStreamMessage and formatEventStreamComment. An attacker who controls any part of...

7.5CVSS5.9AI score0.00573EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2026/03/20 9:16 a.m.21 views

CVE-2026-33066

SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the backend renderREADME function uses lute.New without calling SetSanitizetrue, allowing raw HTML embedded in Markdown to pass through unmodified. The frontend then assigns the rendered HTML to innerHTML without any...

9CVSS0.00584EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/20 9:05 a.m.16 views

BIT-CEPH-2020-1760

A flaw was found in the Ceph Object Gateway, where it supports request sent by an anonymous user in Amazon S3. This flaw could lead to potential XSS attacks due to the lack of proper neutralization of untrusted input...

6.1CVSS6.7AI score0.01525EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/03/20 5:08 a.m.33 views

CVE-2026-33035 Unauthenticated Reflected XSS via innerHTML in AVideo

WWBN AVideo is an open source video platform. In versions 25.0 and below, there is a reflected XSS vulnerability that allows unauthenticated attackers to execute arbitrary JavaScript in a victim's browser. User input from a URL parameter flows through PHP's jsonencode into a JavaScript function...

5.3CVSS0.00317EPSS
SaveExploits1References2
Rows per page
Query Builder