Lucene search
+L

54 matches found

OSV
OSV
added 2026/09/15 4:33 p.m.11 views

CVE-2026-55692 EmbedVideo Extension: Stored XSS via malformed src url with $wgEmbedVideoRequireConsent enabled

The EmbedVideo Extension is a MediaWiki extension which adds a parser function called ev and various parser tags for embedding video clips from various video sharing services. Prior to 4.1.0, with the default $wgEmbedVideoRequireConsent configuration enabled,...

7.5CVSS5.7AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/31 10:51 a.m.32 views

CVE-2026-45570

A flaw was found in go-git, a library used for Git operations. The component responsible for secure shell SSH communication does not correctly handle special characters in repository paths. This oversight allows a remote attacker to manipulate the command executed on the server by including a...

9.6CVSS7.2AI score0.00365EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/18 4:17 p.m.11 views

CVE-2026-45115

MyBB is free and open source forum software. Prior to 1.8.40, the Buddy/Ignore component does not sanitize usernames correctly, allowing attackers to perform JavaScript code injection through a specially crafted username. The User CP Buddy/Ignore list and the Select Buddies list in Private Messag...

8.7CVSS0.00292EPSS
SaveExploits1References3
CVE
CVE
added 2026/08/18 3:46 p.m.24 views

CVE-2026-45115

MyBB's Buddy/Ignore component fails to escape single quotes in usernames via htmlspecialchars_uni(), enabling stored XSS in the User CP and Private Messages Select Buddies list. Victims are affected when confirming buddy removal in usercp.php or selecting buddies in the xmlhttp.php onclick handle...

8.7CVSS5.4AI score0.00292EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/08/01 4:51 p.m.16 views

SUSE CVE-2026-45570

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.1 and 6.0.0-alpha.4, go-git's SSH transport constructs the remote exec command by wrapping the repository path in single quotes without escaping single quotes embedded inside the path. A repository path containin...

9.6CVSS7.7AI score0.00365EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/31 4:00 p.m.15 views

CVE-2026-17566 pgAdmin 4: RCE via backslash-escape mismatch in Import/Export Data query guard (incomplete defense, sibling gap to CVE-2025-13780)

pgAdmin 4's Import/Export Data tool builds a psql \copy ... command line by interpolating a user-supplied SQL query into a Jinja template and passing the rendered line to psql via --command. To stop an attacker from breaking out of the ... wrapper, createimportexportjob route POST...

9.9CVSS5.8AI score0.00557EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/14 9:14 p.m.8 views

EUVD-2026-44558

Twig is a template language for PHP. Prior to 3.26.0, Compiler::string does not escape single quotes when a template name from a % use % tag is placed inside a PHP single-quoted string literal, allowing a crafted template name to terminate the string and inject arbitrary PHP expressions into the...

8.7CVSS6.2AI score0.00688EPSS
SaveExploits0References4
attackerkb
attackerkb
added 2026/06/30 2:36 p.m.19 views

CVE-2026-27955

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, the executeInDocker helper wraps commands in bash -c '$command' without escaping single quotes. User-controlled dockercomposecustombuildcommand and...

6.6CVSS5.9AI score0.00396EPSS
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2026/06/19 9:41 p.m.15 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the data-mw-iframeconfig attribute when handling malformed URLs or IDs containing single quotes. An attacker can execute arbitrary JavaScript in the context of the affected site by injecting malicious payloa...

8.7CVSS5.9AI score0.00359EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/06/08 12:00 a.m.18 views

Amazon Linux 2023 : perl-Template-Toolkit (ALAS2023-2026-1797)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2026-1797 advisory. emplate::Plugin::HTML versions through 3.102 for Perl allows HTML and JavaScript to be injected. The htmlfilter function did not escape single quotes. HTML attributes inside of single quotes could be...

5.7AI score0.00292EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/07 3:00 a.m.68 views

CVE-2026-11451

GL.iNet GL-MT3000 (firmware 4.4.5) is affected by a command-injection flaw in the FTP Protocol Handler: the snprintf path in /cgi-bin/glc vulnerable to manipulation of media_dir, potentially allowing remote execution. The vendor confirms that in version 4.8.1 the code escapes single quotes before...

7.5CVSS7.1AI score0.02027EPSS
SaveExploits1References5
OSV
OSV
added 2026/06/03 1:24 p.m.18 views

USN-8377-1 libtemplate-perl vulnerability

It was discovered that Template-Toolkit did not properly escape single quotes in the htmlfilter function of Template::Plugin::HTML. An attacker could possibly use this issue to inject arbitrary HTML and JavaScript into generated output...

5.9AI score0.00292EPSS
SaveExploits0References2
Ubuntu
Ubuntu
added 2026/06/03 1:24 p.m.19 views

USN-8377-1: Template-Toolkit vulnerability

It was discovered that Template-Toolkit did not properly escape single quotes in the htmlfilter function of Template::Plugin::HTML. An attacker could possibly use this issue to inject arbitrary HTML and JavaScript into generated output...

5.6AI score0.00292EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/06/03 12:00 a.m.29 views

PT-2026-46108

It was discovered that Template-Toolkit did not properly escape single quotes in the html filter function of Template::Plugin::HTML. An attacker could possibly use this issue to inject arbitrary HTML and JavaScript into generated output...

6.1CVSS5.9AI score0.00292EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/27 2:59 p.m.59 views

CVE-2026-45570 go-git: Improper single-quote escaping in go-git SSH transport

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.1 and 6.0.0-alpha.4, go-git's SSH transport constructs the remote exec command by wrapping the repository path in single quotes without escaping single quotes embedded inside the path. A repository path containin...

2.3CVSS0.00365EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/05/23 5:41 a.m.15 views

Command Injection

go-git is vulnerable to Command Injection. The vulnerability is due to improper escaping of single quotes in repository paths when constructing SSH remote execution commands, where specially crafted repository paths can break out of the quoted command, allowing attackers to inject and execute...

9.6CVSS6.2AI score0.00365EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/21 12:00 a.m.37 views

PT-2026-42604

Description Compiler::string escapes ", $, , NUL and TAB when generating PHP double-quoted string literals, but does not escape single quotes. In ModuleNode::compileConstructor, the template name from a % use % tag is compiled via subcompile - string and placed inside a surrounding PHP...

9.3CVSS6.2AI score0.00688EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/19 10:16 p.m.18 views

CVE-2026-5090

Template::Plugin::HTML versions through 3.102 for Perl allows HTML and JavaScript to be injected. The htmlfilter function did not escape single quotes. HTML attributes inside of single quotes could be have code injected. For example, the variable "var" in would not be properly escaped. An attacke...

6.1CVSS6AI score0.00292EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/05/19 9:30 p.m.33 views

CVE-2026-5090

Template::Plugin::HTML versions before 3.103 for Perl allows HTML and JavaScript to be injected. The htmlfilter function did not escape single quotes. HTML attributes inside of single quotes could be have code injected. For example, the variable "var" in would not be properly escaped. An attacker...

6AI score0.00292EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/19 9:30 p.m.51 views

CVE-2026-5090 Template::Plugin::HTML versions before 3.103 for Perl allows HTML and JavaScript to be injected

Template::Plugin::HTML versions before 3.103 for Perl allows HTML and JavaScript to be injected. The htmlfilter function did not escape single quotes. HTML attributes inside of single quotes could be have code injected. For example, the variable "var" in would not be properly escaped. An attacker...

0.00292EPSS
SaveExploits0References3
Rows per page
Query Builder