Lucene search
+L

285 matches found

Cvelist
Cvelist
added 2024/12/09 9:11 p.m.39 views

CVE-2024-55601 Hugo does not escape some attributes in internal templates

Hugo is a static site generator. Starting in version 0.123.0 and prior to version 0.139.4, some HTML attributes in Markdown in the internal templates listed below not escaped in internal render hooks. Those whoa re impacted are Hugo users who do not trust their Markdown content files and are usin...

5.3CVSS0.00574EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2024/11/23 3:4 a.m.8 views

Astra Linux – Vulnerability in Jinja2

Jinja is an extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. It is possible to inject arbitrary HTML attributes into the rendered HTML template, which could potentially lead to Cross-Site Scripting XSS. The Jinja xmlattr filter can be...

6.1CVSS6.8AI score0.00892EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/11/14 5:38 p.m.22 views

Remote Code Execution on click of <a> Link in markdown preview

Summary There is a vulnerability in Joplin-desktop that leads to remote code execution RCE when a user clicks on an link within untrusted notes. The issue arises due to insufficient sanitization of tag attributes introduced by the Mermaid. This vulnerability allows the execution of untrusted HTML...

9.6CVSS8.6AI score0.01037EPSS
SaveExploits1References3Affected Software1
Snyk
Snyk
added 2024/11/01 6:35 a.m.5 views

Cross-site Scripting (XSS)

Overview markdown2 is a fast and complete Python implementation of Markdown. Affected versions of this package are vulnerable to Cross-site Scripting XSS within the Markdown class in lib/markdown2.py, which insufficiently sanitizes attribute values. An attacker can exploit this by crafting...

6.1CVSS5.3AI score
SaveExploits0References3
OpenVAS
OpenVAS
added 2024/10/28 12:0 a.m.7 views

Huawei EulerOS: Security Advisory for python-jinja2 (EulerOS-SA-2024-2676)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.1CVSS6.6AI score0.00979EPSS
SaveExploits0References2
Snyk
Snyk
added 2024/10/01 3:42 p.m.6 views

Cross-site Scripting (XSS)

Overview NuGetGallery is a Core support library for NuGet Gallery Frontend and Backend. Affected versions of this package are vulnerable to Cross-site Scripting XSS through the handling of HTML element attributes. Details Cross-site scripting or XSS is a code vulnerability that occurs when an...

8.3CVSS5.3AI score0.00715EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/08/30 12:49 p.m.19 views

Cross-site Scripting (XSS)

Typo3 is vulnerable to Cross-site Scripting XSS. The vulnerability is due to improper parsing of values assigned to HTML attributes in the frontend's typolink functionality and improper encoding of error messages in the backend's filelist module when renaming files...

6.5AI score
SaveExploits0
Veracode
Veracode
added 2024/07/09 6:14 a.m.13 views

Cross-Site Scripting (XSS)

railsadmin is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to improperly-escaped HTML title attributes in the RailsAdmin list view, which can allow attackers to inject malicious scripts. Note: While 3.1.3 is the safe version, its recommended to upgrade to 3.1.4 as the 3.1.3...

6.8CVSS6AI score0.00579EPSS
SaveExploits0References6Affected Software1
Veracode
Veracode
added 2024/07/05 8:5 a.m.12 views

Cross Site Scripting (XSS)

zendframework/zend-form is vulnerable to Cross Site Scripting XSS. The vulnerability is due to the use of the escapeHtml helper instead of escapeHtmlAttr, leading to improper escaping of HTML attributes. An attacker can exploit this by injecting malicious code through user data or JavaScript in...

6.6AI score
SaveExploits0
Veracode
Veracode
added 2024/06/27 7:39 p.m.11 views

Cross-site Scripting (XSS)

zendframework/zendframework is vulnerable to Cross-site Scripting XSS. The vulnerability is due to view helpers using escapeHtml instead of escapeHtmlAttr to escape HTML attributes, which can lead to potential XSS attack vectors when user data or JavaScript is used...

5.6AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 8:3 p.m.19 views

CVE-2024-38356 TinyMCE Cross-Site Scripting (XSS) vulnerability using noneditable_regexp option

TinyMCE is an open source rich text editor. A cross-site scripting XSS vulnerability was discovered in TinyMCE’s content extraction code. When using the noneditableregexp option, specially crafted HTML attributes containing malicious code were able to be executed when content was extracted from t...

6.1CVSS5.6AI score0.00529EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/06/19 8:3 p.m.49 views

CVE-2024-38356 TinyMCE Cross-Site Scripting (XSS) vulnerability using noneditable_regexp option

TinyMCE is an open source rich text editor. A cross-site scripting XSS vulnerability was discovered in TinyMCE’s content extraction code. When using the noneditableregexp option, specially crafted HTML attributes containing malicious code were able to be executed when content was extracted from t...

6.1CVSS0.00529EPSS
SaveExploits0References5
Veracode
Veracode
added 2024/06/19 10:55 a.m.10 views

Cross-site Scripting (XSS)

zendframework/zend-view is vulnerable to cross-site scripting XSS. The vulnerability is due to many view helpers using escapeHtml instead of the more appropriate escapeHtmlAttr for escaping HTML attributes, which can lead to potential XSS attack vectors when user data and/or JavaScript is used to...

5.5AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/06/07 10:6 p.m.16 views

Zend-Navigation vulnerable to Cross-site Scripting

Many Zend Framework 2 view helpers were using the escapeHtml view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting XSS attack...

5.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/06/07 9:58 p.m.22 views

GHSA-GVPP-6JRJ-5PQC Zend-Form vulnerable to Cross-site Scripting

Many Zend Framework 2 view helpers were using the escapeHtml view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting XSS attack...

6.1CVSS5.8AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/06/07 8:58 p.m.13 views

ZendFramework has potential Cross-site Scripting vector in multiple view helpers

Many Zend Framework 2 view helpers were using the escapeHtml view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting XSS attack...

5.8AI score
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/06/07 8:58 p.m.10 views

GHSA-M7HR-J867-3F34 ZendFramework has potential Cross-site Scripting vector in multiple view helpers

Many Zend Framework 2 view helpers were using the escapeHtml view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting XSS attack...

6.1CVSS5.8AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/06/07 8:4 p.m.28 views

Zendframework has potential Cross-site Scripting vector in multiple view helpers

Many Zend Framework 2 view helpers were using the escapeHtml view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting XSS attack...

5.8AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/05/31 3:15 p.m.17 views

MGASA-2024-0199 Updated python-jinja2 packages fix security vulnerabilities

It was discovered that Jinja2 incorrectly handled certain HTML attributes that were accepted by the xmlattr filter. An attacker could use this issue to inject arbitrary HTML attribute keys and values to potentially execute a cross-site scripting XSS attack...

6.1CVSS6.2AI score0.00979EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/30 9:6 p.m.23 views

GHSA-WP8J-C736-C5R3 TYPO3 Cross-Site Scripting Vulnerability Exploitable by Editors

It has been discovered that link tags generated by typolink functionality in the website's frontend are vulnerable to cross-site scripting - values being assigned to HTML attributes have not been parsed correctly. A valid backend user account is needed to exploit this vulnerability. As second and...

5.4CVSS6.1AI score
SaveExploits0References6
Rows per page
Query Builder