CVE Catalog

CVE-2026-52761

MediumCVSS 5.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.41%

33th percentile - higher than 33% of all known CVEs

Summary

A vulnerability in ModSecurity versions 3.0.0 through 3.0.15 affects the t:utf8toUnicode transformation on i386 architecture. The snprintf function uses the size of a pointer instead of the Unicode buffer length, causing incorrect output and allowing WAF rule bypass.

Risk Assessment

Organizations running ModSecurity on i386 systems may face attacks that bypass security rules, increasing the risk of unauthorized access or web application attacks.

Recommendation

Upgrade ModSecurity to version 3.0.16 or later immediately to fix this vulnerability.

Other vulnerabilities in ModSecurity

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS