Lucene search
+L

481 matches found

GithubExploit
GithubExploit
•added 2024/04/21 5:39 p.m.•240 views

Exploit for SQL Injection in Sequelizejs Sequelize

CVE-2023-25813 CVE 정보 - CVE 번호: CVE-2023-25813https...

10CVSS7.7AI score0.01444EPSS
SaveExploits2
Openbugbounty
Openbugbounty
•added 2024/01/24 2:05 p.m.•14 views

blackwood-systems.com Cross Site Scripting vulnerability OBB-3842583

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Veracode
Veracode
•added 2023/11/27 6:17 a.m.•26 views

Prototype Pollution

sequelize-typescript is vulnerable to Prototype Pollution. The vulnerability is due to the deepAssign function which does not check if the attribute resolves to the object prototype and hence it is possible to create attributes that exist on every object, or replace critical attributes with...

7.1CVSS7AI score0.00589EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2023/11/24 9:30 p.m.•56 views

GHSA-7PVX-4585-HQWW sequelize-typescript Prototype Pollution vulnerability

Prototype Pollution in GitHub repository robinbuschmann/sequelize-typescript prior to 2.1.6...

7.5CVSS5.9AI score0.00589EPSS
SaveExploits1References4
vulnersOsv
vulnersOsv
•added 2023/11/24 9:30 p.m.•4 views

@5minds/processcube_engine (>=15.0.0, <=17.0.0-renovate-fffeda-lowoukm9), @andresmeidla/crud-sequelize (>=5.0.0-alpha.3, <=5.0.1-alpha-7) +75 more potentially affected by CVE-2023-6293 via sequelize-typescript (>=2.0.0, <=2.1.5)

sequelize-typescript NPM version =2.0.0, =15.0.0, =5.0.0-alpha.3, =13.0.7-feature-244b53-kvkvw2nk, =0.1.3-alpha.0, =0.1.19-alpha.0, =0.1.11-alpha.0, =0.1.2, =0.1.3, =0.1.9, =0.4.3, =0.1.7, =0.1.3, =0.1.0, =3.10.6, =3.10.10 and more Source cves: CVE-2023-6293 Source advisory: OSV:GHSA-7PVX-4585-HQ...

7.5CVSS5.4AI score0.00589EPSS
SaveExploits1
Cvelist
Cvelist
•added 2023/11/24 7:51 p.m.•42 views

CVE-2023-6293 Prototype Pollution in robinbuschmann/sequelize-typescript

Prototype Pollution in GitHub repository robinbuschmann/sequelize-typescript prior to 2.1.6...

7.5CVSS7.1AI score0.00589EPSS
SaveExploits1References2
OSV
OSV
•added 2023/11/24 7:51 p.m.•20 views

CVE-2023-6293 Prototype Pollution in robinbuschmann/sequelize-typescript

Prototype Pollution in GitHub repository robinbuschmann/sequelize-typescript prior to 2.1.6...

7.5CVSS7AI score
SaveExploits0References4
CNNVD
CNNVD
•added 2023/11/24 12:00 a.m.•13 views

sequelize-typescript security vulnerability

sequelize-typescript is a set of decorators and other methods for sequelize. A security vulnerability exists in sequelize-typescript versions prior to 2.1.6, which stems from the presence of prototype contamination...

7.5CVSS6.7AI score0.00589EPSS
SaveExploits1References2
Veracode
Veracode
•added 2023/02/26 5:43 p.m.•31 views

SQL Injection

sequelize is vulnerable to SQL Injection. The vulnerability exists because the library does not properly escape the query strings in the replacement parameter used in the where clause, allowing an attacker to inject and execute malicious SQL queries...

10CVSS9.4AI score0.01444EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
•added 2023/02/24 6:48 p.m.•110 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
SaveExploits0References9Affected Software2
OSV
OSV
•added 2023/02/24 6:48 p.m.•70 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
SaveExploits0References9
vulnersOsv
vulnersOsv
•added 2023/02/24 6:48 p.m.•2 views

@24hr/content-next (>=1.0.0, <=2.1.17-alpha), @24hr/natswrapper (>=1.0.0, <=1.0.20) +276 more potentially affected by CVE-2023-22578 via sequelize (>=6.0.0-beta.4, <=6.28.2)

sequelize NPM version =6.0.0-beta.4, =1.0.0, =1.0.0, =0.1.0, =0.8.0, =1.0.0, =1.0.43, =0.13.0, =5.0.0-alpha.3, =13.0.7-feature-244b53-kvkvw2nk, =1.0.63, =0.1.3-alpha.0, =0.1.3-alpha.0, =0.3.2 and more Source cves: CVE-2023-22578 Source advisory: OSV:GHSA-F598-MFPV-GMFX...

10CVSS5.3AI score0.00831EPSS
SaveExploits0
Github Security Blog
Github Security Blog
•added 2023/02/23 4:58 p.m.•58 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
SaveExploits0References10Affected Software2
vulnersOsv
vulnersOsv
•added 2023/02/23 4:58 p.m.•5 views

@24hr/content-next (>=1.0.0, <=2.1.17-alpha), @24hr/natswrapper (>=1.0.0, <=1.0.20) +274 more potentially affected by CVE-2023-22579 via sequelize (>=6.0.0-beta.4, <=6.28.0)

sequelize NPM version =6.0.0-beta.4, =1.0.0, =1.0.0, =0.1.0, =0.8.0, =1.0.0, =1.0.43, =0.13.0, =5.0.0-alpha.3, =13.0.7-feature-244b53-kvkvw2nk, =1.0.63, =0.1.3-alpha.0, =0.1.3-alpha.0, =0.3.2 and more Source cves: CVE-2023-22579 Source advisory: OSV:GHSA-VQFX-GJ96-3W95...

9.9CVSS5.3AI score0.00809EPSS
SaveExploits0
OSV
OSV
•added 2023/02/23 4:58 p.m.•22 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
SaveExploits0References10
vulnersOsv
vulnersOsv
•added 2023/02/22 10:59 p.m.•2 views

@24hr/content-next (>=1.0.0, <=2.1.17-alpha), @24hr/natswrapper (>=1.0.0, <=1.0.20) +205 more potentially affected by CVE-2023-25813 via sequelize (>=6.0.0-beta.4, <=6.19.0)

sequelize NPM version =6.0.0-beta.4, =1.0.0, =1.0.0, =0.1.0, =0.8.0, =1.0.43, =0.13.0, =13.0.7-feature-244b53-kvkvw2nk, =1.0.63, =0.1.3-alpha.0, =0.1.3-alpha.0, =0.1.0-alpha.0, =0.1.1-alpha.0, =0.3.0 and more Source cves: CVE-2023-25813 Source advisory: OSV:GHSA-WRH9-CJV3-2HPW...

10CVSS5.3AI score0.01444EPSS
SaveExploits2
OSV
OSV
•added 2023/02/22 10:59 p.m.•8 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
SaveExploits2References7
Github Security Blog
Github Security Blog
•added 2023/02/22 10:59 p.m.•62 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
SaveExploits2References7Affected Software1
NVD
NVD
•added 2023/02/22 7:15 p.m.•24 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
SaveExploits2References4
Prion
Prion
•added 2023/02/22 7:15 p.m.•28 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
SaveExploits2References4Affected Software1
Rows per page
Query Builder