Lucene search
+L

458 matches found

Prion
Prion
added 2018/05/29 8:29 p.m.21 views

Sql injection

sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS In Postgres, SQLite, and Microsoft SQL Server there is an issue where arrays are treated as strings and improperly escaped. This...

5CVSS8AI score0.01342EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2018/05/29 8:0 p.m.72 views

CVE-2016-10556

CVE-2016-10556 affects the Sequelize ORM for Node.js (v3.19.3 and earlier). The issue: when an array is used as a string in a query, Sequelize incorrectly escapes it, causing a SQL injection in Postgres, SQLite, and MSSQL. The PoC shows a crafted replacements value leading to a query like: SELECT...

7.5CVSS7.7AI score0.01342EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2018/05/29 8:0 p.m.33 views

CVE-2016-10556

sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS In Postgres, SQLite, and Microsoft SQL Server there is an issue where arrays are treated as strings and improperly escaped. This...

7.8AI score0.01342EPSS
SaveExploits1References2
n0where
n0where
added 2018/03/19 12:40 a.m.39 views

Intentionally Insecure Webapp for Security Training: OWASP Juice Shop

OWASP Juice Shop is an intentionally insecure webapp for security trainings written entirely in JavaScript which encompasses the entire OWASP Top Ten and other severe security flaws. Juice Shop is written in Node.js, Express and AngularJS. It was the first application written entirely in JavaScri...

0.4AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.55 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
OSV
OSV
added 2017/10/24 6:33 p.m.8 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
Veracode
Veracode
added 2017/02/06 8:42 a.m.9 views

SQL Injection

sequelize is vulnerable to sql injection attacks. The attacks are possible when user passes the order from JSON user input...

7AI score
SaveExploits0
nodejs
nodejs
added 2016/07/18 6:47 p.m.33 views

SQL Injection via GeoJSON

Overview Affected versions of sequelize are vulnerable to SQL Injection in Models that have fields with the GEOMETRY DataType. This vulnerability occurs because single quotes in document values are not escaped for GeoJSON documents using STGeomFromGeoJSON, and MySQL GeoJSON documents using...

4.2AI score0.06541EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2016/05/05 10:16 p.m.36 views

SQL Injection

Overview Affected versions of sequelize use MySQL's backslash-based escape syntax when connecting to SQLite, despite the fact that SQLite uses PostgreSQL's escape syntax, which can result in a SQL Injection vulnerability. Recommendation Update to version 1.7.0-alpha3 or later. References - Commit...

7.5CVSS3.4AI score0.01913EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2016/05/05 10:8 p.m.39 views

SQL Injection

Overview Affected versions of sequelize are vulnerable to SQL Injection in locations where user input is passed into the limit or order parameters of sequelize query calls, such as findOne or findAll. Recommendation Update to version 3.17.0 or later. References - PR 5167 - Commit f282d8 - GitHub...

7.5CVSS4.1AI score0.01913EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2016/05/05 9:50 p.m.33 views

Potential SQL Injection

Overview Affected versions of sequelize are vulnerable to SQL Injection when user input is passed into findOne or into a statement such as where: "user input". Recommendation Update to version 3.0.0 or later. Version 3.0.0 will introduce a number of breaking changes. Thankfully, the project autho...

7.5CVSS3AI score0.01285EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2016/04/18 9:16 p.m.38 views

SQL Injection

Overview Affected versions of sequelize cast arrays to strings and fail to properly escape the resulting SQL statement, resulting in a SQL injection vulnerability. Proof of Concept In Postgres, SQLite, and Microsoft SQL Server there is an issue where arrays are treated as strings and improperly...

5CVSS1.9AI score0.01342EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/10/17 7:41 p.m.23 views

SQL Injection

Overview 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 o...

7.5CVSS3.3AI score0.02115EPSS
SaveExploits1Affected Software1
CNVD
CNVD
added 2015/01/28 12:0 a.m.3 views

Joyent Node.js Sequelize SQL Injection Vulnerability

Joyent Node.js is the United States Joyent company's set of web applications built on Google V8 JavaScript engine on top of the platform. Sequelize is one of the database ORM object-relational mapping tool. A SQL injection vulnerability exists in Joyent Node.js Sequelize. A remote attacker can...

7.5CVSS8.7AI score0.02115EPSS
SaveExploits1References1
NVD
NVD
added 2015/01/27 8:4 p.m.16 views

CVE-2015-1369

SQL injection vulnerability in Sequelize before 2.0.0-rc7 for Node.js allows remote attackers to execute arbitrary SQL commands via the order parameter...

7.5CVSS8.3AI score0.02115EPSS
SaveExploits1References3
Prion
Prion
added 2015/01/27 8:4 p.m.11 views

Sql injection

SQL injection vulnerability in Sequelize before 2.0.0-rc7 for Node.js allows remote attackers to execute arbitrary SQL commands via the order parameter...

7.5CVSS9AI score0.02115EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2015/01/27 5:0 p.m.76 views

CVE-2015-1369

Summary: CVE-2015-1369 is a SQL injection in Sequelize for Node.js, affecting versions up to and including 2.0.0-rc7 where user input placed in the order parameter can lead to arbitrary SQL execution. The issue is caused by unsafe handling of the order input, enabling attackers to influence queri...

7.5CVSS8.6AI score0.02115EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2015/01/27 5:0 p.m.22 views

CVE-2015-1369

SQL injection vulnerability in Sequelize before 2.0.0-rc7 for Node.js allows remote attackers to execute arbitrary SQL commands via the order parameter...

8.3AI score0.02115EPSS
SaveExploits1References3
Rows per page
Query Builder