7.5
CVE-2018-16384
- EPSS 0.06%
- Veröffentlicht 03.09.2018 02:29:00
- Zuletzt bearbeitet 21.11.2024 03:52:38
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
A SQL injection bypass (aka PL1 bypass) exists in OWASP ModSecurity Core Rule Set (owasp-modsecurity-crs) through v3.1.0-rc3 via {`a`b} where a is a special function name (such as "if") and b is the SQL statement to be executed.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Owasp ≫ Owasp Modsecurity Core Rule Set Version <= 3.0.2
Owasp ≫ Owasp Modsecurity Core Rule Set Version3.1.0 Updaterc1
Owasp ≫ Owasp Modsecurity Core Rule Set Version3.1.0 Updaterc3
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.06% | 0.185 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
nvd@nist.gov | 5 | 10 | 2.9 |
AV:N/AC:L/Au:N/C:P/I:N/A:N
|
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.