]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1936255 from trunk:
authorEric Covener <covener@apache.org>
Fri, 17 Jul 2026 11:34:53 +0000 (11:34 +0000)
committerEric Covener <covener@apache.org>
Fri, 17 Jul 2026 11:34:53 +0000 (11:34 +0000)
add caution about client influence and delims

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1936256 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index bcc7f268710e55ec8f2b31ef74ce00eae697ffd6..e9a23fbebe19c45745b017bad9aaea3d89a56e17 100644 (file)
@@ -350,6 +350,13 @@ follows:</p>
 [CO=NAME:VALUE:DOMAIN:lifetime:path:secure:httponly:samesite]
 </example>
 
+<note type="warning">
+<title>Security Warning</title>
+<p>Exercise care when constructing the argument from backreferences or other
+variable expansion.  If any part of the argument is derived from user input,
+a malicious request may include delimeters or other unexpected values.</p>
+</note>
+
 <p>If a literal ':' character is needed in any of the cookie fields, an 
 alternate syntax is available.  To opt-in to the alternate syntax, the cookie 
 "Name" should be preceded with a ';' character, and field separators should be