Lucene search
K

453 matches found

vulnersOsv
vulnersOsv
added 2023/02/24 6:48 p.m.2 views

@galenjs/framework-next (>=1.0.0 <=1.7.0), @galenjs/models (>=1.1.11 <=1.7.0) +4 more potentially affected by CVE-2023-22578 via @sequelize/core (=7.0.0-alpha.10)

@sequelize/core NPM version =7.0.0-alpha.10 is affected by a known vulnerability. The following packages have a transitive dependency on @sequelize/core and may be impacted: - @galenjs/framework-next =1.0.0, =1.1.11, =0.0.2, =0.0.2, =0.0.30, =0.1.0, =0.1.1 Source cves: CVE-2023-22578 Source...

10CVSS7.2AI score0.00831EPSS
Exploits0
vulnersOsv
vulnersOsv
added 2023/02/24 6:48 p.m.1 views

12g (=0.0.27), 1st-project (=1.0.2) +2911 more potentially affected by CVE-2023-22578 via sequelize (>=1.0.2 <=6.28.2)

sequelize NPM version =1.0.2, =0.0.1, =0.0.2, =0.0.1, =1.2.3, =1.0.0, =0.5.0, =1.16.1, =1.16.0, =1.16.0, =1.16.0, =1.16.0, =1.0.0, =2.0.1 - @aapokiiso/hsl-congestion-route-pattern-repository =1.0.0 and more Source cves: CVE-2023-22578 Source advisory: OSV:GHSA-F598-MFPV-GMFX...

10CVSS7.2AI score0.00831EPSS
Exploits0
Github Security Blog
Github Security Blog
added 2023/02/24 6:48 p.m.92 views

Sequelize - Default support for “raw attributes” when using parentheses

Impact Sequelize 6.28.2 and prior has a dangerous feature where using parentheses in the attribute option would make Sequelize use the string as-is in the SQL ts User.findAll attributes: 'countid', 'count' ; Produced sql SELECT countid AS "count" FROM "users" Patches This feature was deprecated i...

10CVSS8.8AI score0.00831EPSS
Exploits0References9Affected Software2
OSV
OSV
added 2023/02/24 6:48 p.m.41 views

GHSA-F598-MFPV-GMFX Sequelize - Default support for “raw attributes” when using parentheses

Impact Sequelize 6.28.2 and prior has a dangerous feature where using parentheses in the attribute option would make Sequelize use the string as-is in the SQL ts User.findAll attributes: 'countid', 'count' ; Produced sql SELECT countid AS "count" FROM "users" Patches This feature was deprecated i...

10CVSS9.3AI score0.00831EPSS
Exploits0References9
vulnersOsv
vulnersOsv
added 2023/02/23 4:58 p.m.6 views

@galenjs/framework-next (>=1.0.0 <=1.7.0), @galenjs/models (>=1.1.11 <=1.7.0) +4 more potentially affected by CVE-2023-22579 via @sequelize/core (=7.0.0-alpha.10)

@sequelize/core NPM version =7.0.0-alpha.10 is affected by a known vulnerability. The following packages have a transitive dependency on @sequelize/core and may be impacted: - @galenjs/framework-next =1.0.0, =1.1.11, =0.0.2, =0.0.2, =0.0.30, =0.1.0, =0.1.1 Source cves: CVE-2023-22579 Source...

9.9CVSS7.2AI score0.00809EPSS
Exploits0
vulnersOsv
vulnersOsv
added 2023/02/23 4:58 p.m.3 views

12g (=0.0.27), 1st-project (=1.0.2) +2909 more potentially affected by CVE-2023-22579 via sequelize (>=1.0.2 <=6.28.0)

sequelize NPM version =1.0.2, =0.0.1, =0.0.2, =0.0.1, =1.2.3, =1.0.0, =0.5.0, =1.16.1, =1.16.0, =1.16.0, =1.16.0, =1.16.0, =1.0.0, =2.0.1 - @aapokiiso/hsl-congestion-route-pattern-repository =1.0.0 and more Source cves: CVE-2023-22579 Source advisory: OSV:GHSA-VQFX-GJ96-3W95...

9.9CVSS7.2AI score0.00809EPSS
Exploits0
Github Security Blog
Github Security Blog
added 2023/02/23 4:58 p.m.39 views

Unsafe fall-through in getWhereConditions

Impact Providing an invalid value to the where option of a query caused Sequelize to ignore that option instead of throwing an error. A finder call like the following did not throw an error: ts User.findAll where: new Date, ; As this option is typically used with plain javascript objects, be awar...

9.9CVSS8.1AI score0.00809EPSS
Exploits0References10Affected Software2
OSV
OSV
added 2023/02/23 4:58 p.m.2 views

GHSA-VQFX-GJ96-3W95 Unsafe fall-through in getWhereConditions

Impact Providing an invalid value to the where option of a query caused Sequelize to ignore that option instead of throwing an error. A finder call like the following did not throw an error: ts User.findAll where: new Date, ; As this option is typically used with plain javascript objects, be awar...

9.9CVSS5.7AI score0.00809EPSS
Exploits0References10
vulnersOsv
vulnersOsv
added 2023/02/22 10:59 p.m.1 views

12g (=0.0.27), 1st-project (=1.0.2) +2827 more potentially affected by CVE-2023-25813 via sequelize (>=1.0.2 <=6.19.0)

sequelize NPM version =1.0.2, =0.0.1, =0.0.2, =0.0.1, =1.2.3, =1.0.0, =0.5.0, =1.16.1, =1.16.0, =1.16.0, =1.16.0, =1.16.0, =1.0.0, =2.0.1 - @aapokiiso/hsl-congestion-route-pattern-repository =1.0.0 and more Source cves: CVE-2023-25813 Source advisory: OSV:GHSA-WRH9-CJV3-2HPW...

10CVSS7.2AI score0.01444EPSS
Exploits2
Github Security Blog
Github Security Blog
added 2023/02/22 10:59 p.m.44 views

Sequelize vulnerable to SQL Injection via replacements

Impact The SQL injection exploit is related to replacements. Here is such an example: In the following query, some parameters are passed through replacements, and some are passed directly through the where option. typescript User.findAll where: or literal'soundex"firstName" = soundex:firstName',...

10CVSS9.7AI score0.01444EPSS
Exploits2References7Affected Software1
OSV
OSV
added 2023/02/22 10:59 p.m.0 views

GHSA-WRH9-CJV3-2HPW Sequelize vulnerable to SQL Injection via replacements

Impact The SQL injection exploit is related to replacements. Here is such an example: In the following query, some parameters are passed through replacements, and some are passed directly through the where option. typescript User.findAll where: or literal'soundex"firstName" = soundex:firstName',...

10CVSS6AI score0.01444EPSS
Exploits2References7
NVD
NVD
added 2023/02/22 7:15 p.m.13 views

CVE-2023-25813

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fix...

10CVSS9.8AI score0.01444EPSS
Exploits2References4
Prion
Prion
added 2023/02/22 7:15 p.m.21 views

Sql injection

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fix...

7.5CVSS9.7AI score0.01444EPSS
Exploits2References4Affected Software1
CVE
CVE
added 2023/02/22 6:14 p.m.69 views

CVE-2023-25813

Sequelize (Node.js ORM) prior to v6.19.1 is vulnerable to SQL injection when using replacements in combination with where clauses, due to improper escaping and the replacement processing order. The issue affects Sequelize

10CVSS9.8AI score0.01444EPSS
Exploits2References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/02/22 6:14 p.m.9 views

CVE-2023-25813 SQL Injection via replacements in sequelize

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fix...

10CVSS10AI score0.01444EPSS
Exploits2References4
OSV
OSV
added 2023/02/22 6:14 p.m.32 views

CVE-2023-25813 SQL Injection via replacements in sequelize

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fix...

10CVSS9.3AI score0.01444EPSS
Exploits2References6
Cvelist
Cvelist
added 2023/02/22 6:14 p.m.26 views

CVE-2023-25813 SQL Injection via replacements in sequelize

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fix...

10CVSS10AI score0.01444EPSS
Exploits2References4
Positive Technologies
Positive Technologies
added 2023/02/22 12:0 a.m.3 views

PT-2023-20322 · Sequelize · Sequelize

Name of the Vulnerable Software and Affected Versions: Sequelize versions prior to 6.19.1 Description: The issue is related to SQL injection due to improper escaping of parameters passed through replacements. This can lead to arbitrary SQL injection depending on the specific queries in use. For...

10CVSS9.5AI score0.01444EPSS
Exploits2References11
CNNVD
CNNVD
added 2023/02/22 12:0 a.m.1 views

Sequelize SQL注入漏洞

Sequelize is a database ORM Object Relational Mapping tool for Node.js. A security vulnerability exists in Sequelize versions prior to 6.19.1, which stems from an SQL injection vulnerability due to not properly escaping parameters...

10CVSS8.6AI score0.01444EPSS
Exploits2References5
Veracode
Veracode
added 2023/02/18 7:44 p.m.53 views

Information Disclosure

sequelize is vulnerable to Information Disclosure. A remote unauthenticated attacker is able to inject malicious queries due to improper input filtering, resulting in the disclosure of sensitive information...

7.5CVSS7.5AI score0.00582EPSS
Exploits2References6Affected Software2
Rows per page
Query Builder