ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. From 3.0.0 through 3.0.15, the t:utf8toUnicode transformation in src/actions/transformations/utf8_to_unicode.cc produces wrong output on i386 architecture because snprintf uses sizeof on a char pointer rather than the length of the unicode buffer, allowing rules that use this transformation to be bypassed on i386 architecture. This issue is fixed in version 3.0.16.
References
Configurations
History
14 Jul 2026, 19:46
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/owasp-modsecurity/ModSecurity/commit/edcd010814e234d46e2ec55a0f1078ff9d3032e4 - Patch | |
| References | () https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v3.0.16 - Product, Release Notes | |
| References | () https://github.com/owasp-modsecurity/ModSecurity/security/advisories/GHSA-qjgm-7gp4-f8qq - Vendor Advisory | |
| CPE | cpe:2.3:a:owasp:modsecurity:*:*:*:*:*:*:*:* | |
| First Time |
Owasp modsecurity
Owasp |
10 Jul 2026, 22:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-10 22:16
Updated : 2026-07-14 19:46
NVD link : CVE-2026-52761
Mitre link : CVE-2026-52761
CVE.ORG link : CVE-2026-52761
JSON object : View
Products Affected
owasp
- modsecurity
CWE
CWE-467
Use of sizeof() on a Pointer Type
