8.8
CVE-2023-22794
- EPSS 4.09%
- Veröffentlicht 09.02.2023 20:15:11
- Zuletzt bearbeitet 21.11.2024 07:45:26
- Quelle support@hackerone.com
- Teams Watchlist Login
- Unerledigt Login
A vulnerability in ActiveRecord <6.0.6.1, v6.1.7.1 and v7.0.4.1 related to the sanitization of comments. If malicious user input is passed to either the `annotate` query method, the `optimizer_hints` query method, or through the QueryLogs interface which automatically adds annotations, it may be sent to the database withinsufficient sanitization and be able to inject SQL outside of the comment.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Activerecord Project ≫ Activerecord SwPlatformruby Version >= 6.0.0 < 6.0.6.1
Activerecord Project ≫ Activerecord SwPlatformruby Version >= 6.1.0 < 6.1.7.1
Activerecord Project ≫ Activerecord SwPlatformruby Version >= 7.0.0 < 7.0.4.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 4.09% | 0.881 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.