Lucene search
+L

476 matches found

Kitploit
Kitploit
added 2026/09/02 6:20 p.m.3 views

Sequelize-1day-CVE-2023-25813

CVE-2023-25813 CVE情報 CVE番号 : CVE-2023-25813 説明 : Sequelize 6.19.1 では、replacements オプションに渡された入力値が適切にエスケープされないため、特定のクエリ構成において SQL インジェクションが発生する可能性があります。 脆弱範囲 : Sequelize 6.19.0 以下 パッチバージョン : 6.19.1 CVSSスコア NIST基準 : 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H GitHub CNA 基準 : 10.0...

10CVSS7.3AI score0.01444EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/02 5:18 p.m.4 views

CVE-2023-25813-TEST

CVE Test App Sequelize CVE-2023-25813 の動作をローカルで確認するための Express + MySQL 実習アプリです。 このプロジェクトは意図的に脆弱な Sequelize バージョンと脆弱なログインクエリパターンを維持しています。インターネットに公開せず、ローカルの Docker 実習環境でのみ実行してください。 構成 Web: Express, EJS DB: MySQL 8.0 ORM: Sequelize 6.19.0 Docker DB ポート: localhost:3307 Web ポート: localhost:3000 主な機能:...

10CVSS7.2AI score0.01444EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/01 7:07 p.m.4 views

CVE-2023-25813

CVE-2023-25813 CVE-2023-25813 Reproducción de Vulnerabilidad - Inyección SQL en Sequelize...

10CVSS7.3AI score0.01444EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/31 7:40 a.m.7 views

CVE-2026-52887-NocoBase-SQLi-RCE

CVE-2026-52887 — NocoBase SQL 注入 → PostgreSQL 超级用户 RCE myInAppChannels:list 操作中存在 SQL 注入,影响 NocoBase 的 @nocobase/plugin-notification-in-app-message(≤ 2.0.60)。filterlatestMsgReceiveTimestamp$lt 请求参数被直接插入到原始 Sequelize.literal SQL 字符串中,未进行任何转义或参数绑定。借助 PostgreSQL pg 驱动对堆叠语句的支持,该注入可到达 COPY … TO...

10CVSS5.9AI score0.00892EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/30 7:19 a.m.8 views

CVE-2026-30951

CVE-2026-30951 Sequelize JSON Cast SQL Injection ★ CVE-2026-30951 Sequelize ORM SQL Injection PoC ★ https://github.com/user-attachments/assets/30b19211-890a-4780-acd9-04856ec98381 Overview CVE-2026-30951 is a SQL Injection vulnerability in Sequelize v6 , a widely used Node.js ORM. The vulnerabili...

7.5CVSS7.2AI score0.00422EPSS
SaveExploits3References1
SUSE CVE
SUSE CVE
added 2026/08/06 11:54 p.m.13 views

SUSE CVE-2026-69240

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/06 9:43 a.m.12 views

CVE-2026-69240

A flaw was found in Sequelize. When configured to use an Oracle database, the Sequelize Node.js Object-Relational Mapper ORM tool fails to properly escape certain date and timestamp values. This oversight allows a remote attacker to bypass security filters. By injecting malicious SQL commands, an...

9.8CVSS7.8AI score0.0032EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-69240

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in...

9.8CVSS8.6AI score0.0032EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/08/05 12:00 a.m.12 views

The vulnerability of the escape() function in the sql-string.js ORM library by Sequelize allows a attacker to execute arbitrary SQL code.

The vulnerability of the escape function in the sql-string.js ORM library by Sequelize is related to the lack of security measures taken to protect the SQL query structure when processing TODATE and TOTIMESTAMP parameters. Exploiting this vulnerability could allow an attacker to execute arbitrary...

10CVSS6.1AI score0.0032EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/08/03 9:16 p.m.11 views

CVE-2026-69240

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS0.0032EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/03 8:29 p.m.9 views

SQL Injection

Overview sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. Affected versions of this package are vulnerable to SQL Injection via the escape function. An attacker can execute arbitrary SQL commands by supplying specially crafted input values th...

9.8CVSS8.3AI score0.0032EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/03 8:29 p.m.11 views

GHSA-V8FG-2RW7-Q452 Sequelize: SQL Injection (Oracle DB)

Summary SQL Injection is possible with strings only if dialect is set to oracle. The vulnerability was confirmed on Sequelize v6.37.3. Details The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. javascript else if dialect === 'oracle...

9.8CVSS5.9AI score0.0032EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/03 8:29 p.m.17 views

Sequelize: SQL Injection (Oracle DB)

Summary SQL Injection is possible with strings only if dialect is set to oracle. The vulnerability was confirmed on Sequelize v6.37.3. Details The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. javascript else if dialect === 'oracle...

9.8CVSS5.9AI score0.0032EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/08/03 8:29 p.m.7 views

SQL Injection

Overview org.webjars.npm:sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. Affected versions of this package are vulnerable to SQL Injection via the escape function. An attacker can execute arbitrary SQL commands by supplying specially crafted...

9.8CVSS9.1AI score0.0032EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/08/03 8:29 p.m.12 views

NPM: Sequelize: SQL Injection (Oracle DB)

NPM: Sequelize: SQL Injection Oracle DB vulnerability discovered by ? in WordPress Npm sequelize versions 6.37.4...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References4Affected Software1
vulnersOsv
vulnersOsv
added 2026/08/03 8:29 p.m.6 views

@24hr/content-next (>=1.0.0, <=3.0.18), @24hr/natswrapper (>=1.0.0, <=1.0.20) +339 more potentially affected by CVE-2026-69240 via sequelize (>=6.0.0-beta.4, <=6.37.3)

sequelize NPM version =6.0.0-beta.4, =1.0.0, =1.0.0, =0.1.0, =0.8.0, =15.0.0, =1.0.0, =1.0.43, =0.13.0, =5.0.0-alpha.3, =13.0.7-feature-244b53-kvkvw2nk, =1.0.63, =1.0.2, =1.1.3 and more Source cves: CVE-2026-69240 Source advisory: SNYK:JS-SEQUELIZE-18517006...

9.8CVSS5.4AI score0.0032EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/08/03 8:29 p.m.6 views

@24hr/content-next (>=1.0.0, <=3.0.18), @24hr/natswrapper (>=1.0.0, <=1.0.20) +339 more potentially affected by CVE-2026-69240 via sequelize (>=6.0.0-beta.4, <=6.37.3)

sequelize NPM version =6.0.0-beta.4, =1.0.0, =1.0.0, =0.1.0, =0.8.0, =15.0.0, =1.0.0, =1.0.43, =0.13.0, =5.0.0-alpha.3, =13.0.7-feature-244b53-kvkvw2nk, =1.0.63, =1.0.2, =1.1.3 and more Source cves: CVE-2026-69240 Source advisory: OSV:GHSA-V8FG-2RW7-Q452...

9.8CVSS5.4AI score0.0032EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/03 8:28 p.m.10 views

CVE-2026-69240

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/03 8:28 p.m.15 views

CVE-2026-69240 Sequelize: SQL Injection (Oracle DB)

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/03 8:28 p.m.11 views

EUVD-2026-52429

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References3
Rows per page
Query Builder