Lucene search
+L

5807 matches found

OSV
OSV
added 2024/01/23 5:22 p.m.175 views

CVE-2024-23341 TuiTse-TsuSin html injection vulnerability in `tuitse_html` function

TuiTse-TsuSin is a package for organizing the comparative corpus of Taiwanese Chinese characters and Roman characters, and extracting sentences of the Taiwanese Chinese characters and the Roman characters. Prior to version 1.3.2, when using tuitsehtml without quoting the input, there is a html...

6.1CVSS6.3AI score0.00428EPSS
SaveExploits0References5
WPVulnDB
WPVulnDB
added 2024/01/23 12:0 a.m.16 views

illi Link Party! <= 1.0 - Admin+ Stored Cross-Site Scripting

Description The plugin does not sanitize and escape some parameters, which could allow users with a role as low as admin to perform Cross-Site Scripting attacks. PoC 1. Go to "Settings Link Party!". 2. Under "Add a New Party", enter the payload for either the "Party Name" or "Party Description":...

8.7AI score0.00319EPSS
SaveExploits2
WPVulnDB
WPVulnDB
added 2024/01/23 12:0 a.m.11 views

SVG Uploads Support <= 2.1.1 - Author+ Stored XSS via SVG

Description The plugin does not sanitize uploaded SVG files, which could allow users with a role as low as Author to upload a malicious SVG containing XSS payloads. PoC Upload an SVG with the following code: Access the uploaded file directly to see the XSS...

9.1AI score0.00243EPSS
SaveExploits2
OSV
OSV
added 2024/01/22 9:32 p.m.48 views

GHSA-M4M5-J36M-8X72 html injection vulnerability in the `tuitse_html` function.

Impact When using tuitsehtml without quoting the input, there is a html injection vulnerability. It should use the django version django.utils.html.formathtml, instead of string.format Patches Upgrade to version 1.3.2. Workarounds Sanitizing Taigi input with HTML quotation. References...

6.1CVSS6.3AI score0.00428EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/01/22 9:32 p.m.19 views

html injection vulnerability in the `tuitse_html` function.

Impact When using tuitsehtml without quoting the input, there is a html injection vulnerability. It should use the django version django.utils.html.formathtml, instead of string.format Patches Upgrade to version 1.3.2. Workarounds Sanitizing Taigi input with HTML quotation. References...

6.1CVSS7AI score0.00428EPSS
SaveExploits0References6Affected Software1
WPVulnDB
WPVulnDB
added 2024/01/12 12:0 a.m.9 views

CformsII < 15.0.7 - Admin+ Stored XSS

Description The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup...

5.9CVSS4.9AI score0.00316EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/04 9:54 p.m.75 views

view_component Cross-site Scripting vulnerability

Impact What kind of vulnerability is it? Who is impacted? This is an XSS vulnerability that has the potential to impact anyone rendering a component directly from a controller with the viewcomponent gem. Note that only components that define a call method i.e. instead of using a sidecar template...

6.1CVSS5.8AI score0.00495EPSS
SaveExploits1References8Affected Software1
Snyk
Snyk
added 2024/01/04 9:44 p.m.5 views

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Overview Affected versions of this package are vulnerable to Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' via the call and outputpostamble methods. An attacker can inject malicious scripts that may be executed in the context of the user's browser session by...

6.1CVSS6.6AI score0.00495EPSS
SaveExploits1References2
Prion
Prion
added 2024/01/04 8:15 p.m.22 views

Cross site scripting

viewcomponent is a framework for building reusable, testable, and encapsulated view components in Ruby on Rails. Versions prior to 3.9.0 and 2.83.0 have a cross-site scripting vulnerability that has the potential to impact anyone rendering a component directly from a controller with the...

5.8CVSS6.6AI score0.00495EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/04 8:9 p.m.4 views

CVE-2024-21636 view_component Cross-site Scripting vulnerability

viewcomponent is a framework for building reusable, testable, and encapsulated view components in Ruby on Rails. Versions prior to 3.9.0 and 2.83.0 have a cross-site scripting vulnerability that has the potential to impact anyone rendering a component directly from a controller with the...

6.1CVSS6.7AI score0.00495EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2024/01/04 12:0 a.m.12 views

PT-2024-18986 · View · View

Name of the Vulnerable Software and Affected Versions: view component versions prior to 3.9.0 and 2.83.0 Description: The view component framework for Ruby on Rails has a cross-site scripting issue that can impact anyone rendering a component directly from a controller with the view component gem...

6.1CVSS5.9AI score0.00495EPSS
SaveExploits1References13
RubySec
RubySec
added 2024/01/04 12:0 a.m.22 views

view_component Cross-site Scripting vulnerability

Impact What kind of vulnerability is it? Who is impacted? This is an XSS vulnerability that has the potential to impact anyone rendering a component directly from a controller with the viewcomponent gem. Note that only components that define a call method i.e. instead of using a sidecar template...

6.1CVSS6AI score0.00495EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2024/01/03 9:41 p.m.18 views

GHSA-XGPM-Q3MQ-46RQ PrestaShop some attribute not escaped in Validate::isCleanHTML method

Description Some event attributes are not detected by the isCleanHTML method Impact Some modules using the isCleanHTML method could be vulnerable to xss Patches 8.1.3, 1.7.8.11 Workarounds The best workaround is to use the HTMLPurifier library to sanitize html input coming from users. The library...

8.1CVSS6.8AI score0.00519EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/01/03 9:41 p.m.37 views

PrestaShop some attribute not escaped in Validate::isCleanHTML method

Description Some event attributes are not detected by the isCleanHTML method Impact Some modules using the isCleanHTML method could be vulnerable to xss Patches 8.1.3, 1.7.8.11 Workarounds The best workaround is to use the HTMLPurifier library to sanitize html input coming from users. The library...

8.1CVSS7AI score0.00519EPSS
SaveExploits0References7Affected Software1
Prion
Prion
added 2024/01/02 9:15 p.m.19 views

Cross site scripting

PrestaShop is an open-source e-commerce platform. Prior to versions 8.1.3 and 1.7.8.11, some event attributes are not detected by the isCleanHTML method. Some modules using the isCleanHTML method could be vulnerable to cross-site scripting. Versions 8.1.3 and 1.7.8.11 contain a patch for this...

5.8CVSS6.6AI score0.00519EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2024/01/01 3:15 p.m.20 views

Cross site scripting

The Html5 Video Player WordPress plugin before 2.5.19 does not sanitise and escape some of its player settings, which combined with missing capability checks around the plugin could allow any authenticated users, such as low as subscribers to perform Stored Cross-Site Scripting attacks against hi...

4.9CVSS5.8AI score0.00527EPSS
SaveExploits2References1Affected Software1
NVD
NVD
added 2023/12/29 1:15 p.m.26 views

CVE-2023-7113

Mattermost version 8.1.6 and earlier fails to sanitize channel mention data in posts, which allows an attacker to inject markup in the web client...

6.1CVSS0.00296EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/12/29 12:46 p.m.24 views

CVE-2023-7114

Mattermost version 2.10.0 and earlier fails to sanitize deeplink paths, which allows an attacker to perform CSRF attacks against the server...

7.1CVSS8.9AI score0.00461EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/12/29 12:46 p.m.28 views

CVE-2023-7113

Mattermost version 8.1.6 and earlier fails to sanitize channel mention data in posts, which allows an attacker to inject markup in the web client...

3.7CVSS6.4AI score0.00296EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/12/18 12:0 a.m.11 views

PT-2023-30507 · Unknown · Mahlamusa Who Hit The Page – Hit Counter

Name of the Vulnerable Software and Affected Versions: Mahlamusa Who Hit The Page – Hit Counter versions 1.4.14.3 and earlier Description: The issue is related to an SQL Injection vulnerability due to improper neutralization of special elements used in an SQL command. This allows for SQL Injectio...

7.6CVSS7.2AI score0.00654EPSS
SaveExploits0References8
Rows per page
Query Builder