CVE-2022-37299
published 2022-09-09CVE-2022-37299: An issue was discovered in Shirne CMS 1.2.0. There is a Path Traversal vulnerability which could cause arbitrary file read via…
PriorityP272medium6.5CVSS 3.1
AVNACLPRLUINSUCHINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
2.83%
84.8th percentile
An issue was discovered in Shirne CMS 1.2.0. There is a Path Traversal vulnerability which could cause arbitrary file read via /static/ueditor/php/controller.php
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| shirne_cms_project | shirne_cms | — | — |
Detection & IOCsextracted from sources · hover to see the quote
url/static/ueditor/php/controller.php?action=proxy&remote=php://filter/convert.base64-encode/resource=/etc/passwd&maxwidth=-1&referer=test
- →Exploit requests target the 'action=proxy' parameter of controller.php with a php://filter wrapper to base64-encode arbitrary file contents; look for this pattern in HTTP GET requests to /static/ueditor/php/controller.php
- →Successful exploitation returns HTTP 200 with Content-Type 'image/png' in the response header and base64-encoded file content (e.g., 'cm9vd' for /etc/passwd root entry) in the response body
- ·The LFI payload uses the php://filter stream wrapper with base64 encoding; detection rules must account for URL-encoded variants of 'php://filter/convert.base64-encode/resource=' in query parameters
CVSS provenance
nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
vulncheck6.5MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-rg2q-2q6c-9x92: An issue was discovered in Shirne CMS 1
ghsa_unreviewed·2022-09-10
CVE-2022-37299 [MEDIUM] CWE-22 GHSA-rg2q-2q6c-9x92: An issue was discovered in Shirne CMS 1
An issue was discovered in Shirne CMS 1.2.0. There is a Path Traversal vulnerability which could cause arbitrary file read via /static/ueditor/php/controller.php
VulnCheck
shirne_cms_project shirne_cms Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
vulncheck·2022·CVSS 6.5
CVE-2022-37299 [MEDIUM] shirne_cms_project shirne_cms Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
shirne_cms_project shirne_cms Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
An issue was discovered in Shirne CMS 1.2.0. There is a Path Traversal vulnerability which could cause arbitrary file read via /static/ueditor/php/controller.php
Affected: shirne_cms_project shirne_cms
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://app.crowdsec.net/cti/cve-explorer/CVE-2022-37299
No detection rules found.
Nuclei
Shirne CMS 1.2.0 - Local File Inclusion
nuclei·CVSS 6.5
CVE-2022-37299 [MEDIUM] Shirne CMS 1.2.0 - Local File Inclusion
Shirne CMS 1.2.0 - Local File Inclusion
Shirne CMS 1.2.0 is vulnerable to local file inclusion which could cause arbitrary file read via /static/ueditor/php/controller.php.
Template:
id: CVE-2022-37299
info:
name: Shirne CMS 1.2.0 - Local File Inclusion
author: pikpikcu
severity: medium
description: Shirne CMS 1.2.0 is vulnerable to local file inclusion which could cause arbitrary file read via /static/ueditor/php/controller.php.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the entire system.
remediation: |
Upgrade to the latest version of Shirne CMS or apply the vendor-provided patch to mitigate the LFI vulnerability.
reference:
- https://twitter.com/pikpikcu/status/156831
2022-09-09
Published
Exploited in the wild