CVE-2023-22578
Sequelizejs Sequelize ≤ 6.29.0
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:HSummary
CVE-2023-22578 is a critical-severity Improper Filtering of Special Elements (CWE-790) vulnerability in Sequelizejs Sequelize. Its CVSS base score is 10.0 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique PowerShell (T1059.001); ranked in the top 46% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-0694
Vulnerability Data
Due to improper artibute filtering in the sequalize js library, can a attacker peform SQL injections.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect improper filtering but does not itself implement the filtering control.
Secure development life cycle mandates input validation and sanitization that directly prevents improper filtering of special elements.
Application security requirements explicitly call for input validation controls that mitigate improper special-element filtering.
Secure system architecture and engineering principles include defensive input handling that reduces the risk of unfiltered special elements.
Secure coding standards require proper filtering and encoding of special elements before downstream processing.