Lucene search
+L

14410 matches found

NVD
NVD
•added 2017/11/16 7:29 a.m.•30 views

CVE-2017-12322

Multiple vulnerabilities in the web interface of the Cisco Registered Envelope Service a cloud-based service could allow an unauthenticated, remote attacker to conduct a cross-site scripting XSS attack or redirect a user of the affected service to an undesired web page. The vulnerabilities are du...

6.1CVSS6.2AI score0.00868EPSS
SaveExploits0References2
OSV
OSV
•added 2017/11/15 7:44 p.m.•91 views

GHSA-7QCX-JMRC-H2RR Cross-Site Scripting in keystone

Versions of keystone prior to 4.0.0 are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize user input on the Contact Us page, allowing attackers to submit contact forms with malicious JavaScript in the message field. The output is not properly encoded leading an admin that open...

6.1CVSS5.5AI score0.03415EPSS
SaveExploits5References10
Github Security Blog
Github Security Blog
•added 2017/11/15 7:44 p.m.•39 views

Cross-Site Scripting in keystone

Versions of keystone prior to 4.0.0 are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize user input on the Contact Us page, allowing attackers to submit contact forms with malicious JavaScript in the message field. The output is not properly encoded leading an admin that open...

6.1CVSS3.9AI score0.03415EPSS
SaveExploits5References9Affected Software1
Cisco
Cisco
•added 2017/11/15 4:00 p.m.•80 views

Cisco Registered Envelope Service Cross-Site Scripting Vulnerabilities

Multiple vulnerabilities in the web interface of the Cisco Registered Envelope Service could allow an unauthenticated, remote attacker to conduct a cross-site scripting XSS attack or redirect a user of the affected service to an undesired web page. The vulnerabilities are due to insufficient...

6.1CVSS6.3AI score0.00868EPSS
SaveExploits0References1
RubySec
RubySec
•added 2017/11/09 12:00 a.m.•25 views

SSRF vulnerability in Recurly gem's Resource#find.

If you are using the find method on any of the classes that are derived from the Resource class and you are passing user input into that method, a malicious user can force the http client to reach out to a server under their control. This can lead to leakage of your private API key. Because of th...

9.8CVSS0.9AI score0.02594EPSS
SaveExploits0References1Affected Software1
exploitpack
exploitpack
•added 2017/11/07 12:00 a.m.•61 views

Ametys CMS 4.0.2 - Password Reset

Ametys CMS 4.0.2 - Password Reset Vulnerability Summary The following advisory describes a password reset vulnerability found in Ametys CMS version 4.0.2 Ametys is “a free and open source content management system CMS written in Java. It is based on JSR-170 for content storage, Open Social for...

5CVSS9.7AI score0.07663EPSS
SaveExploits3
Exploit DB
Exploit DB
•added 2017/11/07 12:00 a.m.•53 views

Ametys CMS 4.0.2 - Password Reset

Vulnerability Summary The following advisory describes a password reset vulnerability found in Ametys CMS version 4.0.2 Ametys is “a free and open source content management system CMS written in Java. It is based on JSR-170 for content storage, Open Social for gadget rendering and a XML oriented...

9.8CVSS8.5AI score0.07663EPSS
SaveExploits3
Prion
Prion
•added 2017/10/31 6:29 p.m.•20 views

Code injection

Mahara 15.04 before 15.04.15, 16.04 before 16.04.9, 16.10 before 16.10.6, and 17.04 before 17.04.4 are vulnerable to a user submitting a potential dangerous payload, e.g., XSS code, to be saved as titles in internal artefacts...

3.5CVSS5.2AI score0.00791EPSS
SaveExploits0References4Affected Software1
NVD
NVD
•added 2017/10/31 6:29 p.m.•24 views

CVE-2017-15273

Mahara 15.04 before 15.04.15, 16.04 before 16.04.9, 16.10 before 16.10.6, and 17.04 before 17.04.4 are vulnerable to a user submitting a potential dangerous payload, e.g., XSS code, to be saved as titles in internal artefacts...

5.4CVSS5.3AI score0.00791EPSS
SaveExploits0References4
OSV
OSV
•added 2017/10/31 6:29 p.m.•18 views

CVE-2017-14752

Mahara 15.04 before 15.04.15, 16.04 before 16.04.9, 16.10 before 16.10.6, and 17.04 before 17.04.4 are vulnerable to a user submitting a potential dangerous payload, e.g., XSS code, to be saved as their first name, last name, or display name in the profile fields that can cause issues such as...

5.4CVSS6.6AI score
SaveExploits0References1
Prion
Prion
•added 2017/10/31 6:29 p.m.•22 views

Code injection

Mahara 15.04 before 15.04.15, 16.04 before 16.04.9, 16.10 before 16.10.6, and 17.04 before 17.04.4 are vulnerable to a user submitting a potential dangerous payload, e.g., XSS code, to be saved as their first name, last name, or display name in the profile fields that can cause issues such as...

3.5CVSS5.8AI score0.00669EPSS
SaveExploits0References1Affected Software1
Patchstack
Patchstack
•added 2017/10/31 12:00 a.m.•13 views

WordPress WordCamp Talks plugin <= 1.0.0-beta2 - Formula injection via CSV exports

The WordCamp Talks plugin does not sanitize CSV exports properly, which can lead to spreadsheet formula injection via malicious user input. Solution Update the plugin...

2.5AI score
SaveExploits0References2Affected Software1
OSV
OSV
•added 2017/10/24 6:33 p.m.•27 views

GHSA-XQG8-CV3H-XPPV SQL Injection in sequelize

Versions 2.0.0-rc-7 and earlier of sequelize are affected by a SQL injection vulnerability when user input is passed into the order parameter. Proof of Concept javascript Test.findAndCountAll where: id :1 , order : 'id', 'UNTRUSTED USER INPUT' Recommendation Update to version 2.0.0-rc8 or later...

7.5CVSS7.2AI score0.02115EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
•added 2017/10/24 6:33 p.m.•61 views

SQL Injection in sequelize

Versions 2.0.0-rc-7 and earlier of sequelize are affected by a SQL injection vulnerability when user input is passed into the order parameter. Proof of Concept javascript Test.findAndCountAll where: id :1 , order : 'id', 'UNTRUSTED USER INPUT' Recommendation Update to version 2.0.0-rc8 or later...

7.5CVSS7.5AI score0.02115EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
•added 2017/10/24 6:33 p.m.•59 views

Rails vulnerable to Cross-site Scripting

There is an XSS vulnerability in the numbertocurrency, numbertopercentage and numbertohuman helpers in Ruby on Rails. This vulnerability has been assigned the CVE identifier CVE-2014-0081. Versions Affected: All. Fixed Versions: 4.1.0.beta2, 4.0.3, 3.2.17. Impact ------ These helpers allows users...

4.3CVSS6AI score0.04032EPSS
SaveExploits0References12Affected Software2
Github Security Blog
Github Security Blog
•added 2017/10/24 6:33 p.m.•821 views

jQuery-UI vulnerable to Cross-site Scripting in dialog closeText

Affected versions of jquery-ui are vulnerable to a cross-site scripting vulnerability when arbitrary user input is supplied as the value of the closeText parameter in the dialog function. jQuery-UI is a library for manipulating UI elements via jQuery. Version 1.11.4 has a cross site scripting XSS...

6.1CVSS3.4AI score0.2258EPSS
SaveExploits1References39Affected Software4
OSV
OSV
•added 2017/10/24 6:33 p.m.•68 views

GHSA-VX9J-46RH-FQR8 actionview contains Path Traversal vulnerability

There is a possible directory traversal and information leak vulnerability in Action View. This was meant to be fixed on CVE-2016-0752. However the 3.2 patch was not covering all possible scenarios. This vulnerability has been assigned the CVE identifier CVE-2016-2097. Versions Affected: 3.2.x,...

5.3CVSS7AI score0.04423EPSS
SaveExploits1References14
GitLab Advisory Database
GitLab Advisory Database
•added 2017/10/24 12:00 a.m.•47 views

Directory traversal vulnerability in Action View in Ruby on Rails

Directory traversal vulnerability in Action View in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 allows remote attackers to read arbitrary files by leveraging an application's unrestricted use of the render method and providing...

7.5CVSS6.2AI score0.95537EPSS
SaveExploits11References11Affected Software1
Hacker One
Hacker One
•added 2017/10/20 10:23 p.m.•29 views

Uber: XSS on partners.uber.com due to no user input sanitisation

The /p3/drivers/vehicles/add endpoint on partners.uber.com was vulnerable to cross site scripting, since the endpoint did not validate the data it received, it did not perform encoding on the data to remove or make harmless HTML-sensitive characters such as . The page response was not served with...

0.5AI score
SaveExploits0
Prion
Prion
•added 2017/10/19 8:29 a.m.•26 views

Cross site scripting

A vulnerability in the web-based management interface of Cisco Unified Contact Center Express could allow an unauthenticated, remote attacker to conduct a cross-site scripting XSS attack against a user of an affected device. The vulnerability is due to insufficient validation of user-supplied inp...

4.3CVSS6AI score0.0122EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder