Lucene search
+L

1502 matches found

Cvelist
Cvelist
added 2021/10/20 11:55 a.m.43 views

CVE-2021-25969 Camaleon CMS - Stored Cross-Site Scripting (XSS) in Comments

In Camaleon CMS application, versions 0.0.1 to 2.6.0 are vulnerable to stored XSS, that allows an unauthenticated attacker to store malicious scripts in the comments section of the post. These scripts are executed in a victim’s browser when they open the page containing the malicious comment...

6.1CVSS6.3AI score0.00782EPSS
SaveExploits0References2
OSV
OSV
added 2021/10/19 9:15 a.m.28 views

CVE-2021-25968

In “OpenCMS”, versions 10.5.0 to 11.0.2 are affected by a stored XSS vulnerability that allows low privileged application users to store malicious scripts in the Sitemap functionality. These scripts are executed in a victim’s browser when they open the page containing the vulnerable field...

5.4CVSS5.4AI score0.00498EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/15 12:0 a.m.6 views

Apache Superset up和Apache Superset 跨站脚本漏洞

A cross-site scripting vulnerability exists in Apache Superset, a data visualization and data exploration platform from the Apache Foundation, U.S. The vulnerability stems from insufficient cleanup of user-supplied data on browser pages. An attacker could exploit the vulnerability to trick victim...

5.4CVSS5.7AI score0.01602EPSS
SaveExploits0References3
Huntr
Huntr
added 2021/10/05 4:3 a.m.10 views

Cross-site Scripting (XSS) - Stored in yeswiki/yeswiki

Description Cross-Site Scripting XSS attacks are a type of injection, in which malicious scripts are injected into websites. An attacker can use XSS to send a malicious script to an unsuspecting user. The end user’s browser has no way to know that the script should not be trusted, and will execut...

5.1AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2021/09/28 6:15 p.m.4 views

CVE-2021-41318

In Progress WhatsUp Gold prior to version 21.1.0, an application endpoint failed to adequately sanitize malicious input. which could allow an unauthenticated attacker to execute arbitrary code in a victim's browser...

6.1CVSS6.7AI score0.05881EPSS
SaveExploits4References3
Huntr
Huntr
added 2021/09/14 7:2 a.m.33 views

Cross-site Scripting (XSS) - Reflected in pheditor/pheditor

Description Cross-Site Scripting XSS attacks are a type of injection, in which malicious scripts are injected into websites. An attacker can use XSS to send a malicious script to an unsuspecting user. The end user’s browser has no way to know that the script should not be trusted, and will execut...

5.3AI score
SaveExploits0References2
OSV
OSV
added 2021/09/07 8:15 p.m.28 views

CVE-2021-38707

Persistent cross-site scripting XSS vulnerabilities in ClinicCases 7.3.3 allow low-privileged attackers to introduce arbitrary JavaScript to account parameters. The XSS payloads will execute in the browser of any user who views the relevant content. This can result in account takeover via session...

5.4CVSS5.6AI score0.00644EPSS
SaveExploits1References2
Prion
Prion
added 2021/09/01 3:15 p.m.34 views

Cross site scripting

Magento Commerce versions 2.4.2 and earlier, 2.4.2-p1 and earlier and 2.3.7 and earlier are affected by a stored cross-site scripting vulnerability that could be abused by an attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s brows...

4.3CVSS6.1AI score0.01405EPSS
SaveExploits0References1Affected Software2
OSV
OSV
added 2021/08/30 4:22 p.m.67 views

GHSA-CPV8-6XGR-RMF6 Dolibarr Cross-site Scripting vulnerability

In Dolibarr ERP CRM, WYSIWYG Editor module, v2.8.1 to v13.0.2 are affected by a stored XSS vulnerability that allows low privileged application users to store malicious scripts in the Private Note field at /adherents/note.php?id=1 endpoint. These scripts are executed in a victim’s browser when th...

9CVSS8.6AI score0.00893EPSS
SaveExploits0References4
Huntr
Huntr
added 2021/08/25 6:0 p.m.23 views

Cross-site Scripting (XSS) - Reflected in leantime/leantime

✍️ Description Cross-site scripting XSS vulnerabilities Line 9 of delCanvasItem.tpl.php sends unvalidated data to a web browser, which can result in the browser executing malicious code. 🕵️‍♂️ Proof of Concept /leancanvas/delCanvasItem/" 💥 Impact The attacker can: Perform any action within the...

3.3AI score
SaveExploits0References1
CNNVD
CNNVD
added 2021/08/02 12:0 a.m.6 views

Cybozu Garoon 跨站脚本漏洞

A cross-site scripting vulnerability exists in Message in Cybozu Garoon, a portal-based OA office system from Cybozu Japan. An attacker can use this vulnerability to execute arbitrary scripts on a logged-in user's Web browser...

5.4CVSS5.7AI score0.00605EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2021/07/14 12:0 a.m.5 views

Palo Alto Networks Prisma Cloud 跨站脚本漏洞

Palo Alto Networks Prisma Cloud is a comprehensive cloud-native security platform from US-based Palo Alto Networks, Inc. provides cloud security services. Prisma Cloud Compute suffers from a cross-site scripting vulnerability that stems from insufficient innocent handling of user-supplied data. A...

7.5CVSS6.5AI score0.00634EPSS
SaveExploits0References3
OSV
OSV
added 2021/07/01 5:0 p.m.55 views

GHSA-H58V-C6RF-G9F7 Cross site scripting in the system log

Impact It is possible to inject code into the tllog table that will be executed in the browser when the system log is called in the back end. Patches Update to Contao 4.9.16 or 4.11.5. Workarounds Disable the system log module in the back end for all users especially admin users. References...

6.1CVSS6.2AI score0.0074EPSS
SaveExploits0References6
Huntr
Huntr
added 2021/06/27 8:25 p.m.8 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description GET parameter ?plugin= is vulnerable to reflected cross site scripting. Line 17 of pluginconfig.php sends unvalidated data to a web browser, which can result in the browser executing malicious code. In this case the data is sent at printf in pluginconfig.php at line 17. 🕵️‍♂️ Proof...

2.6AI score
SaveExploits0
OSV
OSV
added 2021/06/23 11:15 a.m.12 views

CVE-2021-35210

Contao 4.5.x through 4.9.x before 4.9.16, and 4.10.x through 4.11.x before 4.11.5, allows XSS. It is possible to inject code into the tllog table that will be executed in the browser when the system log is called in the back end...

6.1CVSS6.9AI score
SaveExploits0References2
Prion
Prion
added 2021/06/23 11:15 a.m.17 views

Design/Logic Flaw

Contao 4.5.x through 4.9.x before 4.9.16, and 4.10.x through 4.11.x before 4.11.5, allows XSS. It is possible to inject code into the tllog table that will be executed in the browser when the system log is called in the back end...

4.3CVSS6.2AI score0.0074EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2021/06/23 9:34 a.m.77 views

CVE-2021-35210

Contao CMS vulnerable to cross-site scripting via the tl_log table. Affected versions are 4.5.x–4.9.x (before 4.9.16) and 4.10.x–4.11.x (before 4.11.5). The vulnerability allows injected code to execute in the browser when the system log is opened in the back end. Remediation: upgrade to Contao 4...

6.1CVSS6.1AI score0.0074EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/06/14 10:15 p.m.3 views

CVE-2021-27887

Cross-site Scripting XSS vulnerability in the main dashboard of Ellipse APM versions allows an authenticated user or integrated application to inject malicious data into the application that can then be executed in a victim’s browser. This issue affects: Hitachi ABB Power Grids Ellipse APM 5.3...

5.4CVSS5.8AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2021/05/28 12:0 a.m.34 views

EMC RSA Archer 6.6 < 6.6 P8 / 6.7 < 6.7 P8 / 6.8 < 6.8 P5 / 6.9 < 6.9 SP1 P1 Stored Cross-site Scripting

The version of EMC RSA Archer running on the remote web server is 6.6.x prior to 6.6.0.8 6.6 P8, 6.7.x prior to 6.7.0.8 6.7 P8, 6.8.x prior to 6.8.0.5 6.8 P5 or 6.9.x prior to 6.9.1.1 6.9 SP1 P1. It is, therefore, affected by a stored cross-site scripting vulnerability. A remote authenticated...

5.4CVSS5.7AI score0.00812EPSS
SaveExploits0References2
Prion
Prion
added 2021/05/20 4:15 p.m.15 views

Cross site scripting

Plone CMS until version 5.2.4 has a stored Cross-Site Scripting XSS vulnerability in the user fullname property and the file upload functionality. The user's input data is not properly encoded when being echoed back to the user. This data can be interpreted as executable code by the browser and...

3.5CVSS5.2AI score0.0097EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder