LiveActive security incident?Get immediate response
CVE Record

CVE-2022-39956: 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

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).

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets some multipart HTTP requests pass through OWASP ModSecurity CRS without the relevant request content being decoded and inspected. If the protected application later understands that encoding, an attacker may get malicious input past the WAF. It is a high-priority WAF coverage gap, not evidence of compromise by itself.

Executive priority

Treat this as a high-priority remediation for internet-facing services relying on ModSecurity CRS as a primary control. Prioritize systems handling uploads, forms, or APIs with multipart requests. There is no supplied evidence of active exploitation, but the bypass can weaken defenses in front of vulnerable applications.

Technical view

CVE-2022-39956 is a partial CRS rule-set bypass affecting multipart requests using character encoding in Content-Type or deprecated Content-Transfer-Encoding multipart MIME headers. CRS may not decode and inspect the multipart body, while a backend that supports the encoding may process it. Affected CRS branches include 3.0.x, 3.1.x, 3.2.1, and 3.3.2.

Likely exposure

Exposure is most likely where OWASP ModSecurity CRS protects public web applications that accept multipart requests, especially upload or form endpoints, and backends support the encoded multipart content. The source bundle names CRS versions 3.0.x, 3.1.x, 3.2.1, and 3.3.2 as affected.

Exploitation context

The CVE is not listed as KEV in the supplied bundle, and no cited source states active exploitation. Practical risk depends on whether attackers can reach multipart endpoints and whether the backend decodes content the WAF did not inspect.

Researcher notes

The key condition is parser mismatch: CRS inspection may miss encoded multipart content that the backend accepts. The bundle does not prove all backends are exploitable, and it does not provide active exploitation evidence. Validation should focus on exact CRS and ModSecurity versions, reachable multipart endpoints, and backend decoding behavior.

Mitigation direction

  • Upgrade CRS 3.2.x deployments to 3.2.2 or later.
  • Upgrade CRS 3.3.x deployments to 3.3.3 or later.
  • Ensure ModSecurity is at least v2.9.6 or v3.0.8, per source guidance.
  • Review Fedora, Debian, Gentoo, or other vendor package advisories for fixed builds.
  • Check current OWASP CRS and ModSecurity guidance before deploying compensating controls.

Validation and detection

  • Inventory all ModSecurity CRS deployments and record exact CRS versions.
  • Confirm the installed ModSecurity engine version on each WAF host.
  • Identify public multipart upload and form endpoints behind CRS.
  • Verify backend frameworks do not process encodings the WAF misses.
  • Use benign vendor or internal regression tests to confirm multipart inspection behavior.
  • Confirm package updates align with distribution security advisories.
Prepared
Confidence
high
Sources
9

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-39956 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2022-39956Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OWASPModSecurity Core Rule Set3.0.x, 3.1.x, unspecified, unspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.