Your message dated Sat, 16 May 2026 11:07:43 +0000
with message-id <[email protected]>
and subject line Released with 12.14
has caused the Debian Bug report #1135210,
regarding bookworm-pu: package modsecurity-crs/3.3.4-1+deb12u2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1135210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: security
X-Debbugs-Cc: [email protected], [email protected], Debian 
Security Team <[email protected]>
Control: affects -1 + src:modsecurity-crs
User: [email protected]
Usertags: pu


[ Reason ]
Fix for CVE-2026-33691

[ Impact ]
Bypass security rules allowing upload of files with dangerous
extensions by inserting whitespace padding in the filename.

[ Tests ]
Fixed and tested by upstream.

[ Risks ]
Low risk, simple patch.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
Remove whitespaces in uploaded file names before checking its file
extension.
diff -Nru modsecurity-crs-3.3.4/debian/changelog 
modsecurity-crs-3.3.4/debian/changelog
--- modsecurity-crs-3.3.4/debian/changelog      2026-01-10 17:35:44.000000000 
+0100
+++ modsecurity-crs-3.3.4/debian/changelog      2026-03-29 19:02:25.000000000 
+0200
@@ -1,3 +1,9 @@
+modsecurity-crs (3.3.4-1+deb12u2) bookworm; urgency=medium
+
+  * Fixes CVE-2026-33691
+
+ -- Hegedüs Ervin <[email protected]>  Sun, 29 Mar 2026 19:02:25 +0200
+
 modsecurity-crs (3.3.4-1+deb12u1) bookworm-security; urgency=medium
 
   * Fixes CVE-2025-21876 (Closes: #1125084)
diff -Nru modsecurity-crs-3.3.4/debian/patches/cve-2026-33691.patch 
modsecurity-crs-3.3.4/debian/patches/cve-2026-33691.patch
--- modsecurity-crs-3.3.4/debian/patches/cve-2026-33691.patch   1970-01-01 
01:00:00.000000000 +0100
+++ modsecurity-crs-3.3.4/debian/patches/cve-2026-33691.patch   2026-03-29 
19:02:25.000000000 +0200
@@ -0,0 +1,44 @@
+From: Ervin Hegedus <[email protected]>
+Date: Sun, 29 Mar 2026 18:53:15 +0200
+Subject: Add patch from upstream to fix CVE-2026-33691
+
+---
+ rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf | 2 +-
+ rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf 
b/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf
+index c8fe438..9046f28 100644
+--- a/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf
++++ b/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf
+@@ -573,7 +573,7 @@ SecRule 
FILES|REQUEST_HEADERS:X-Filename|REQUEST_HEADERS:X_Filename|REQUEST_HEAD
+     phase:2,\
+     block,\
+     capture,\
+-    t:none,t:lowercase,\
++    t:none,t:lowercase,t:removeWhitespace,\
+     msg:'Restricted File Upload Attempt',\
+     logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: 
%{MATCHED_VAR}',\
+     tag:'application-multi',\
+diff --git a/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf 
b/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf
+index f4bb189..743d130 100644
+--- a/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf
++++ b/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf
+@@ -91,7 +91,7 @@ SecRule 
FILES|REQUEST_HEADERS:X-Filename|REQUEST_HEADERS:X_Filename|REQUEST_HEAD
+     phase:2,\
+     block,\
+     capture,\
+-    t:none,t:lowercase,\
++    t:none,t:lowercase,t:removeWhitespace,\
+     msg:'PHP Injection Attack: PHP Script File Upload Found',\
+     logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: 
%{MATCHED_VAR}',\
+     tag:'application-multi',\
+@@ -673,7 +673,7 @@ SecRule 
FILES|REQUEST_HEADERS:X-Filename|REQUEST_HEADERS:X_Filename|REQUEST_HEAD
+     phase:2,\
+     block,\
+     capture,\
+-    t:none,t:lowercase,\
++    t:none,t:lowercase,t:removeWhitespace,\
+     msg:'PHP Injection Attack: PHP Script File Upload Found',\
+     logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: 
%{MATCHED_VAR}',\
+     tag:'application-multi',\
diff -Nru modsecurity-crs-3.3.4/debian/patches/series 
modsecurity-crs-3.3.4/debian/patches/series
--- modsecurity-crs-3.3.4/debian/patches/series 2026-01-10 17:35:44.000000000 
+0100
+++ modsecurity-crs-3.3.4/debian/patches/series 2026-03-29 19:02:25.000000000 
+0200
@@ -1,2 +1,3 @@
 fix_paths
 cve-2026-21876.patch
+cve-2026-33691.patch

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 12.14

This update has been released as part of Debian 12.14.

--- End Message ---

Reply via email to