Owasp Modsecurity Core Rule Set
Approved changes feed: RSS · Atom
cpe:2.3:a:owasp:owasp_modsecurity_core_rule_set:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Owasp (b778b703-6f88-5eeb-b966-330b456a6d00) |
|---|---|
| Product | Owasp Modsecurity Core Rule Set (408d3708-7f90-5a63-91cf-d6a67d5d5f46) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/coreruleset/coreruleset |
purl2cpe | 2026-06-01 10:12:07.095981 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-33691 |
vulnerable | 2026-06-03 15:20:45.269407 |
OWASP CRS: Whitespace padding in filenames bypasses file upload extension checks
MEDIUM (6.8)
The OWASP core rule set (CRS) is a set of generic attack detection rules for use with compatible web application firewalls. Prior to versions 3.3.9 and 4.25.0, a bypass was identified in OWASP CRS that allows uploading files with dangerous extensions (.php, .phar, .jsp, .jspx) by inserting whitespace padding in the filename (e.g. photo. php or shell.jsp ). The affected rules do not normalize whitespace before evaluating the file extension regex, so the dot-extension check fails to match. This issue has been patched in versions 3.3.9 and 4.25.0.
Published: 2026-04-02T15:03:52.126Z
Updated: 2026-04-18T19:16:54.006Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-21876 |
vulnerable | 2026-06-03 15:15:51.790992 |
OWASP CRS has multipart bypass using multiple content-type parts
CRITICAL (9.3)
The OWASP core rule set (CRS) is a set of generic attack detection rules for use with compatible web application firewalls. Prior to versions 4.22.0 and 3.3.8, the current rule 922110 has a bug when processing multipart requests with multiple parts. When the first rule in a chain iterates over a collection (like `MULTIPART_PART_HEADERS`), the capture variables (`TX:0`, `TX:1`) get overwritten with each iteration. Only the last captured value is available to the chained rule, which means malicious charsets in earlier parts can be missed if a later part has a legitimate charset. Versions 4.22.0 and 3.3.8 patch the issue.
Published: 2026-01-08T13:55:37.102Z
Updated: 2026-04-09T15:41:17.073Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-39958 |
vulnerable | 2026-06-03 14:47:51.810330 |
Response body bypass in OWASP ModSecurity Core Rule Set via repeated HTTP Range header submission with a small byte range
HIGH (7.5)
The OWASP ModSecurity Core Rule Set (CRS) is affected by a response body bypass to sequentially exfiltrate small and undetectable sections of data by repeatedly submitting an HTTP Range header field with a small byte range. A restricted resource, access to which would ordinarily be detected, may be exfiltrated from the backend, despite being protected by a web application firewall that uses CRS. Short subsections of a restricted resource may bypass pattern matching techniques and allow undetected access. The legacy CRS versions 3.0.x and 3.1.x are affected, as well as the currently supported versions 3.2.1 and 3.3.2. Integrators and users are advised to upgrade to 3.2.2 and 3.3.3 respectively and to configure a CRS paranoia level of 3 or higher.
Published: 2022-09-20T00:00:00.000Z
Updated: 2025-11-03T19:27:33.077Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-39957 |
vulnerable | 2026-06-03 14:47:51.809720 |
Response body bypass in OWASP ModSecurity Core Rule Set via a specialy crafted charset in the HTTP Accept header
HIGH (7.3)
The OWASP ModSecurity Core Rule Set (CRS) is affected by a response body bypass. A client can issue an HTTP Accept header field containing an optional "charset" parameter in order to receive the response in an encoded form. Depending on the "charset", this response can not be decoded by the web application firewall. A restricted resource, access to which would ordinarily be detected, may therefore bypass detection. The legacy CRS versions 3.0.x and 3.1.x are affected, as well as the currently supported versions 3.2.1 and 3.3.2. Integrators and users are advised to upgrade to 3.2.2 and 3.3.3 respectively.
Published: 2022-09-20T00:00:00.000Z
Updated: 2025-11-03T19:27:31.661Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-39956 |
vulnerable | 2026-06-03 14:47:51.809082 |
Partial rule set bypass in OWASP ModSecurity Core Rule Set for HTTP multipart requests using character encoding in the Content-Type or Content-Transfer-Encoding header
HIGH (7.3)
The OWASP ModSecurity Core Rule Set (CRS) is affected by a partial rule set bypass for HTTP multipart requests by submitting a payload that uses a character encoding scheme via the Content-Type or the deprecated Content-Transfer-Encoding multipart MIME header fields that will not be decoded and inspected by the web application firewall engine and the rule set. The multipart payload will therefore bypass detection. A vulnerable backend that supports these encoding schemes can potentially be exploited. The legacy CRS versions 3.0.x and 3.1.x are affected, as well as the currently supported versions 3.2.1 and 3.3.2. Integrators and users are advised upgrade to 3.2.2 and 3.3.3 respectively. The mitigation against these vulnerabilities depends on the installation of the latest ModSecurity version (v2.9.6 / v3.0.8).
Published: 2022-09-20T00:00:00.000Z
Updated: 2025-11-03T19:27:30.250Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-39955 |
vulnerable | 2026-06-03 14:47:51.808344 |
Partial rule set bypass in OWASP ModSecurity Core Rule Set by submitting a specially crafted HTTP Content-Type header
HIGH (7.3)
The OWASP ModSecurity Core Rule Set (CRS) is affected by a partial rule set bypass by submitting a specially crafted HTTP Content-Type header field that indicates multiple character encoding schemes. A vulnerable back-end can potentially be exploited by declaring multiple Content-Type "charset" names and therefore bypassing the configurable CRS Content-Type header "charset" allow list. An encoded payload can bypass CRS detection this way and may then be decoded by the backend. The legacy CRS versions 3.0.x and 3.1.x are affected, as well as the currently supported versions 3.2.1 and 3.3.2. Integrators and users are advised to upgrade to 3.2.2 and 3.3.3 respectively.
Published: 2022-09-20T00:00:00.000Z
Updated: 2025-11-03T19:27:28.861Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-35368 |
vulnerable | 2026-06-03 14:44:56.331503 |
Details available
OWASP ModSecurity Core Rule Set 3.1.x before 3.1.2, 3.2.x before 3.2.1, and 3.3.x before 3.3.2 is affected by a Request Body Bypass via a trailing pathname.
Published: 2021-11-05T00:00:00.000Z
Updated: 2024-08-04T00:33:51.307Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16384 |
vulnerable | 2026-06-03 14:38:20.395071 |
Details available
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.
Published: 2018-09-03T00:00:00.000Z
Updated: 2024-08-05T10:24:31.886Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.