<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Malformed HTTP Request 5769.0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567426#M92691</link>
    <description>&lt;P&gt;Should this signature trigger for:&lt;/P&gt;&lt;P&gt;GET /\r\n&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it should trigger for something like:&lt;/P&gt;&lt;P&gt;GET /\rHTTP/1.1\r\n\r\n&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 10:09:15 GMT</pubDate>
    <dc:creator>m-hansson</dc:creator>
    <dc:date>2019-03-10T10:09:15Z</dc:date>
    <item>
      <title>Malformed HTTP Request 5769.0</title>
      <link>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567426#M92691</link>
      <description>&lt;P&gt;Should this signature trigger for:&lt;/P&gt;&lt;P&gt;GET /\r\n&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it should trigger for something like:&lt;/P&gt;&lt;P&gt;GET /\rHTTP/1.1\r\n\r\n&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:09:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567426#M92691</guid>
      <dc:creator>m-hansson</dc:creator>
      <dc:date>2019-03-10T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Malformed HTTP Request 5769.0</title>
      <link>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567427#M92694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will trigger on both, as you do not normally see the \r\n in the actual stream but as a terminating character of the request.  The first example looks like it has \r\n before you see HTTP version, hence you would assume that the \r\n is premature in the stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;-jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567427#M92694</guid>
      <dc:creator>jlimbo</dc:creator>
      <dc:date>2006-08-08T07:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Malformed HTTP Request 5769.0</title>
      <link>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567428#M92695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;No this is actually the entire request. Should not trigger in my opinion. Let me guess, you will tell me that is does not follow RFC standards? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567428#M92695</guid>
      <dc:creator>m-hansson</dc:creator>
      <dc:date>2006-08-08T07:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Malformed HTTP Request 5769.0</title>
      <link>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567429#M92696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HTTP clients *should* send http version information with the exception of HTTP/0.9, which did not include version numbers. RFC 2145 further clarifies the http specification author's intents. HTTP clients adhering to the robusteness principle and RFC 2145, and that are not http/0.9 clients should really have the version information there. I'll agree, it's not a *must*, but its normally there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a carriage return prior to the http version was also a way to evade Snort's uricontent rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would consider a CR before the http version non standard, you might not, maybe we just agree to disagree on that point. In any case, I'll update the benign triggers section of the alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 13:29:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567429#M92696</guid>
      <dc:creator>wsulym</dc:creator>
      <dc:date>2006-08-08T13:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Malformed HTTP Request 5769.0</title>
      <link>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567430#M92697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Walter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again I want to push for splitting this kind of signature into one that deals with the vulnerability and one with protocol abnormalies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd really like to have this signature enabled because of the snort issue, but with the current amoumt of FP it is not an option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 14:01:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/malformed-http-request-5769-0/m-p/567430#M92697</guid>
      <dc:creator>m-hansson</dc:creator>
      <dc:date>2006-08-08T14:01:43Z</dc:date>
    </item>
  </channel>
</rss>

